1 |
|
/* |
2 |
|
* main_unix.cpp - Startup code for Unix |
3 |
|
* |
4 |
< |
* Basilisk II (C) 1997-1999 Christian Bauer |
4 |
> |
* Basilisk II (C) 1997-2000 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 |
268 |
|
req.it_value.tv_nsec = 16625000; |
269 |
|
req.it_interval.tv_sec = 0; |
270 |
|
req.it_interval.tv_nsec = 16625000; |
271 |
< |
if (timer_settime(timer, TIMER_RELTIME, &req, NULL) < 0) { |
271 |
> |
if (timer_settime(timer, 0, &req, NULL) < 0) { |
272 |
|
printf("FATAL: cannot start timer\n"); |
273 |
|
QuitEmulator(); |
274 |
|
} |