mirror of
https://github.com/holub/mame
synced 2025-07-05 18:08:04 +03:00
apple2gs: raise ADB IRQ on mouse change (MT #06782) [R. Belmont]
This commit is contained in:
parent
2ead0cd923
commit
772ed22958
@ -1173,7 +1173,7 @@ void apple2gs_state::adb_check_mouse()
|
|||||||
m_adb_kmstatus &= ~0x02;
|
m_adb_kmstatus &= ~0x02;
|
||||||
if (m_adb_kmstatus & 0x40)
|
if (m_adb_kmstatus & 0x40)
|
||||||
{
|
{
|
||||||
//raise_irq(IRQS_ADB);
|
raise_irq(IRQS_ADB);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user