summaryrefslogtreecommitdiffstats
path: root/src/mame/machine/tigeroad.cpp
diff options
context:
space:
mode:
author Olivier Galibert <galibert@pobox.com>2017-02-26 22:03:45 +0100
committer Olivier Galibert <galibert@pobox.com>2017-03-02 22:51:59 +0100
commit0cdc64d36c106881bc266984818fa9c383f11ed3 (patch)
tree2c34728eee04845d8dd2feec7239e4178ab36db9 /src/mame/machine/tigeroad.cpp
parent4e59ab6ffe18b23ef4da44707ddf8728c01d5c5b (diff)
debugger_access: Refactor [O. Galibert]
Diffstat (limited to 'src/mame/machine/tigeroad.cpp')
-rw-r--r--src/mame/machine/tigeroad.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/tigeroad.cpp b/src/mame/machine/tigeroad.cpp
index 6153306b34d..449c35daa09 100644
--- a/src/mame/machine/tigeroad.cpp
+++ b/src/mame/machine/tigeroad.cpp
@@ -129,7 +129,7 @@ READ16_MEMBER(pushman_state::mcu_comm_r)
switch (offset & 0x03)
{
case 0: // read and acknowledge MCU reply
- if (!space.debugger_access())
+ if (!machine().side_effect_disabled())
m_mcu_semaphore = false;
return m_mcu_latch;
case 2: // expects bit 0 to be high when MCU has accepted command (other bits ignored)