fmtowns: avoid overflow (nw)

This commit is contained in:
cracyc 2018-01-29 14:15:10 -06:00
parent e491b70f03
commit d52c44cdaf

View File

@ -2704,6 +2704,7 @@ void towns_state::machine_reset()
m_serial_irq_source = 0;
m_rtc_d = 0;
m_rtc_busy = false;
m_vram_mask_addr = 0;
}
READ8_MEMBER(towns_state::get_slave_ack)