1 |
|
/* |
2 |
|
* main_unix.cpp - Startup code for Unix |
3 |
|
* |
4 |
< |
* Basilisk II (C) 1997-2000 Christian Bauer |
4 |
> |
* Basilisk II (C) 1997-2001 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 |
774 |
|
{ |
775 |
|
while (!xpram_thread_cancel) { |
776 |
|
for (int i=0; i<60 && !xpram_thread_cancel; i++) |
777 |
< |
Delay_usec(999999); |
777 |
> |
Delay_usec(999999); // Only wait 1 second so we quit promptly when xpram_thread_cancel becomes true |
778 |
|
xpram_watchdog(); |
779 |
|
} |
780 |
|
return NULL; |