mirror of
https://github.com/holub/mame
synced 2025-10-07 17:27:06 +03:00
tms9927: Disable side effects for reads (nw)
This commit is contained in:
parent
b6450aa0ae
commit
d1938f3d39
@ -279,6 +279,7 @@ READ8_MEMBER( tms9927_device::read )
|
|||||||
return m_reg[offset - 0x08 + 7];
|
return m_reg[offset - 0x08 + 7];
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
if (!machine().side_effect_disabled())
|
||||||
generic_access(space, offset);
|
generic_access(space, offset);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user