mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-01-10 03:29:44 +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…
x
Reference in New Issue
Block a user