summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/accomm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/accomm.cpp')
-rw-r--r--src/mame/drivers/accomm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/accomm.cpp b/src/mame/drivers/accomm.cpp
index e1bf38f862f..4d3279afc4e 100644
--- a/src/mame/drivers/accomm.cpp
+++ b/src/mame/drivers/accomm.cpp
@@ -220,7 +220,7 @@ void accomm_state::video_start()
WRITE8_MEMBER(accomm_state::ch00switch_w)
{
- if (!machine().side_effect_disabled())
+ if (!machine().side_effects_disabled())
m_ch00rom_enabled = false;
}