summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/stfight.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/stfight.cpp')
-rw-r--r--src/mame/machine/stfight.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/stfight.cpp b/src/mame/machine/stfight.cpp
index 521555bbc33..bc8ceeb09fe 100644
--- a/src/mame/machine/stfight.cpp
+++ b/src/mame/machine/stfight.cpp
@@ -198,7 +198,7 @@ READ8_MEMBER(stfight_state::stfight_fm_r)
uint8_t const data = m_fm_data;
// Acknowledge the command
- if (!space.debugger_access())
+ if (!machine().side_effect_disabled())
m_fm_data &= ~0x80;
return data;