mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
Merge pull request #4266 from hp9k/rtc_fix
hp9k_3xx: fix RTC corruption
This commit is contained in:
commit
31fd4d6a5f
@ -138,6 +138,7 @@ void human_interface_device::device_reset()
|
||||
m_ppoll_sc = 0;
|
||||
m_gpib_irq_line = false;
|
||||
m_kbd_nmi = false;
|
||||
m_old_latch_enable = true;
|
||||
m_rtc->cs1_w(ASSERT_LINE);
|
||||
m_rtc->cs2_w(CLEAR_LINE);
|
||||
m_rtc->write_w(CLEAR_LINE);
|
||||
|
Loading…
Reference in New Issue
Block a user