mirror of
https://github.com/holub/mame
synced 2025-07-05 09:57:47 +03:00
macquadra700.cpp: Disable side effect
This commit is contained in:
parent
1c9ce36b23
commit
be567ad38b
@ -746,7 +746,7 @@ void macquadra_state::mac_via_sync()
|
||||
uint32_t macquadra_state::rom_switch_r(offs_t offset)
|
||||
{
|
||||
// disable the overlay
|
||||
if (m_overlay)
|
||||
if (m_overlay && !machine().side_effects_disabled())
|
||||
{
|
||||
address_space& space = m_maincpu->space(AS_PROGRAM);
|
||||
const u32 memory_end = m_ram->size() - 1;
|
||||
|
Loading…
Reference in New Issue
Block a user