summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/spectrum/intf1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/spectrum/intf1.cpp')
-rw-r--r--src/devices/bus/spectrum/intf1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/spectrum/intf1.cpp b/src/devices/bus/spectrum/intf1.cpp
index cf79c71f1f4..514ebd3535c 100644
--- a/src/devices/bus/spectrum/intf1.cpp
+++ b/src/devices/bus/spectrum/intf1.cpp
@@ -108,7 +108,7 @@ READ8_MEMBER(spectrum_intf1_device::mreq_r)
uint8_t temp;
uint8_t data = 0xff;
- if (!machine().side_effect_disabled())
+ if (!machine().side_effects_disabled())
{
if (offset == 0x0008 || offset == 0x1708)
m_romcs = 1;