ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/timer.cpp
(Generate patch)

Comparing BasiliskII/src/timer.cpp (file contents):
Revision 1.4 by cebix, 2001-02-02T20:52:57Z vs.
Revision 1.6 by cebix, 2002-01-15T14:58:32Z

# Line 1 | Line 1
1   /*
2   *  timer.cpp - Time Manager emulation
3   *
4 < *  Basilisk II (C) 1997-2001 Christian Bauer
4 > *  Basilisk II (C) 1997-2002 Christian Bauer
5   *
6   *  This program is free software; you can redistribute it and/or modify
7   *  it under the terms of the GNU General Public License as published by
# Line 249 | Line 249 | int16 PrimeTime(uint32 tm, int32 time)
249  
250                          //!! PrimeTime(0) means continue previous delay
251                          // (save wakeup time in RmvTime?)
252 <                        if (time == 0) {
253 <                                printf("FATAL: Unsupported PrimeTime(0)\n");
254 <                                return 0;
255 <                        }
252 >                        if (time == 0)
253 >                                printf("WARNING: Unsupported PrimeTime(0)\n");
254  
255                          // Yes, calculate wakeup time relative to last scheduled time
256                          tm_time_t wakeup;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines