mirror of
https://github.com/holub/mame
synced 2025-06-24 13:26:36 +03:00
Fixed typo for IO1 irq callback
This commit is contained in:
parent
744da0e482
commit
7ad91eead6
@ -1542,7 +1542,7 @@ static void check_interrupts(void)
|
||||
if (IO1_LINE_STATE && (FCR & 0x00000005) == 0x00000004)
|
||||
{
|
||||
execute_int(get_trap_addr(IO1));
|
||||
(*hyperstone.irq_callback)(IRQ_IO3);
|
||||
(*hyperstone.irq_callback)(IRQ_IO1);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user