Merge pull request #4266 from hp9k/rtc_fix

hp9k_3xx: fix RTC corruption
This commit is contained in:
R. Belmont 2018-11-06 16:14:54 -05:00 committed by GitHub
commit 31fd4d6a5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);