fdelity clockdiv: add safety measure

This commit is contained in:
hap 2023-12-09 18:03:57 +01:00
parent 4ad7fe7d9f
commit 2f68b3887c

View File

@ -69,6 +69,7 @@ void fidel_clockdiv_state::div_refresh(ioport_value val)
m_maincpu->set_clock_scale(1.0);
m_div_status = ~0;
m_div_scale = (val & 1) ? 0.25 : 0.5;
m_div_timer->adjust(attotime::never);
// set up memory passthroughs
m_read_tap.remove();