summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/bbc/tube/tube_z80.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/bbc/tube/tube_z80.cpp')
-rw-r--r--src/devices/bus/bbc/tube/tube_z80.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/bbc/tube/tube_z80.cpp b/src/devices/bus/bbc/tube/tube_z80.cpp
index 2aada0ebf59..a8a10460cd6 100644
--- a/src/devices/bus/bbc/tube/tube_z80.cpp
+++ b/src/devices/bus/bbc/tube/tube_z80.cpp
@@ -145,7 +145,7 @@ WRITE8_MEMBER(bbc_tube_z80_device::host_w)
READ8_MEMBER(bbc_tube_z80_device::opcode_r)
{
- if (!machine().side_effect_disabled())
+ if (!machine().side_effects_disabled())
{
if (offset == 0x0066 && m_z80->input_state(INPUT_LINE_NMI))
m_rom_enabled = true;