mirror of
https://github.com/holub/mame
synced 2025-07-04 17:38:08 +03:00
fdelity clockdiv: add safety measure
This commit is contained in:
parent
4ad7fe7d9f
commit
2f68b3887c
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user