summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/sc2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/sc2.cpp')
-rw-r--r--src/mame/drivers/sc2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/sc2.cpp b/src/mame/drivers/sc2.cpp
index fcf348ae093..5adc415e5c0 100644
--- a/src/mame/drivers/sc2.cpp
+++ b/src/mame/drivers/sc2.cpp
@@ -47,7 +47,7 @@ public:
READ8_MEMBER( sc2_state::sc2_beep )
{
- //if (!space.debugger_access())
+ //if (!machine().side_effect_disabled())
{
m_beep_state = ~m_beep_state;