mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
nec/pc9801_kbd.cpp: clear irq line in device_reset
* fix pc9801vm non-working keyboard on soft resets
This commit is contained in:
parent
324cdb96e0
commit
139af95212
1 changed files with 1 additions and 0 deletions
|
@ -261,6 +261,7 @@ void pc9801_kbd_device::device_reset()
|
|||
m_keyb_tx = 0xff;
|
||||
m_keyb_rx = 0;
|
||||
m_key_avail = false;
|
||||
m_write_irq(CLEAR_LINE);
|
||||
}
|
||||
|
||||
//-------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue