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 8dddb57bd10..fb452c6f635 100644
--- a/src/mame/drivers/sc2.cpp
+++ b/src/mame/drivers/sc2.cpp
@@ -50,7 +50,7 @@ public:
READ8_MEMBER( sc2_state::sc2_beep )
{
- //if (!machine().side_effect_disabled())
+ //if (!machine().side_effects_disabled())
{
m_beep_state = ~m_beep_state;