# | Line 1 | Line 1 | |
---|---|---|
1 | /* | |
2 | * main_beos.cpp - Startup code for BeOS | |
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 | |
# | Line 503 | Line 503 | status_t BasiliskII::tick_func(void *arg | |
503 | if (++tick_counter > 60) { | |
504 | tick_counter = 0; | |
505 | WriteMacInt32(0x20c, TimerDateTime()); | |
506 | + | SetInterruptFlag(INTFLAG_1HZ); |
507 | + | TriggerInterrupt(); |
508 | } | |
509 | ||
510 | // Trigger 60Hz interrupt |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |