mirror of
https://github.com/holub/mame
synced 2025-07-01 16:19:38 +03:00
fmtowns: avoid overflow (nw)
This commit is contained in:
parent
e491b70f03
commit
d52c44cdaf
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user