mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-11-04 09:55:08 +01:00
fixed bug introduced in r489 (Z80 interrupt was never cleared)
This commit is contained in:
parent
5486be90dd
commit
2e2985bb1a
@ -478,6 +478,7 @@ void system_frame (int do_skip)
|
||||
|
||||
/* Z80 interrupt */
|
||||
z80_set_irq_line(0, ASSERT_LINE);
|
||||
zirq = 1;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user