mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-12-25 02:29:49 +00:00
Raise INTFLAG_1HZ in RTCInterrupt()
This commit is contained in:
parent
f20c1ca30b
commit
31a754b2e6
@ -424,8 +424,13 @@ uint8 lastXPRAM[XPRAM_SIZE]; // Copy of PRAM
|
||||
|
||||
- (void) RTCinterrupt
|
||||
{
|
||||
if ( uaeCreated )
|
||||
WriteMacInt32 (0x20c, TimerDateTime() ); // Update MacOS time
|
||||
if ( ! uaeCreated )
|
||||
return;
|
||||
|
||||
WriteMacInt32 (0x20c, TimerDateTime() ); // Update MacOS time
|
||||
|
||||
SetInterruptFlag(INTFLAG_1HZ);
|
||||
TriggerInterrupt();
|
||||
}
|
||||
|
||||
- (void) redrawScreen
|
||||
|
Loading…
Reference in New Issue
Block a user