mirror of
https://github.com/holub/mame
synced 2025-04-17 22:13:04 +03:00
kinst: add debugger side effects check after prev commit
This commit is contained in:
parent
a7e0a2fd50
commit
fa5c0fa3ee
@ -505,7 +505,8 @@ uint32_t kinst_state::rom_r(offs_t offset)
|
||||
{
|
||||
// add RdRdy clocks on EPROM access
|
||||
// bootup sequence takes approx. 6 seconds, and it's not a CPU clock divider
|
||||
m_maincpu->adjust_icount(-128);
|
||||
if (!machine().side_effects_disabled())
|
||||
m_maincpu->adjust_icount(-128);
|
||||
|
||||
return m_rombase[offset];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user