summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/bbc/tube/tube_65c102.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/bbc/tube/tube_65c102.cpp')
-rw-r--r--src/devices/bus/bbc/tube/tube_65c102.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/bbc/tube/tube_65c102.cpp b/src/devices/bus/bbc/tube/tube_65c102.cpp
index a18f31c3f99..35f170a8c76 100644
--- a/src/devices/bus/bbc/tube/tube_65c102.cpp
+++ b/src/devices/bus/bbc/tube/tube_65c102.cpp
@@ -130,7 +130,7 @@ READ8_MEMBER(bbc_tube_65c102_device::read)
if ((offset >= 0xfef0) && (offset <= 0xfeff))
{
- if (!machine().side_effect_disabled()) m_rom_enabled = false;
+ if (!machine().side_effects_disabled()) m_rom_enabled = false;
data = m_ula->parasite_r(space, offset);
}
else if (m_rom_enabled && (offset >= 0xf000))