1 |
|
/* |
2 |
|
* timer.cpp - Time Manager emulation |
3 |
|
* |
4 |
< |
* Basilisk II (C) 1997-2001 Christian Bauer |
4 |
> |
* Basilisk II (C) 1997-2005 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 |
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; |