summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/grchamp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/grchamp.cpp')
-rw-r--r--src/mame/drivers/grchamp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/grchamp.cpp b/src/mame/drivers/grchamp.cpp
index da6b1a69b8d..0ac8ef105f3 100644
--- a/src/mame/drivers/grchamp.cpp
+++ b/src/mame/drivers/grchamp.cpp
@@ -457,7 +457,7 @@ TIMER_CALLBACK_MEMBER(grchamp_state::soundlatch_clear7_w_cb)
// RD5000
READ8_MEMBER(grchamp_state::soundlatch_r)
{
- if (!machine().side_effect_disabled())
+ if (!machine().side_effects_disabled())
{
m_soundlatch_flag = false;
m_soundnmi->in_w<1>(0);