fixed bug introduced in r489 (Z80 interrupt was never cleared)

This commit is contained in:
ekeeke31 2010-08-20 12:45:23 +00:00
parent 5486be90dd
commit 2e2985bb1a

View File

@ -478,6 +478,7 @@ void system_frame (int do_skip)
/* Z80 interrupt */
z80_set_irq_line(0, ASSERT_LINE);
zirq = 1;
}
else
{