summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/spectrum/usource.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/spectrum/usource.cpp')
-rw-r--r--src/devices/bus/spectrum/usource.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/spectrum/usource.cpp b/src/devices/bus/spectrum/usource.cpp
index 13f302b14c5..4acee2141cd 100644
--- a/src/devices/bus/spectrum/usource.cpp
+++ b/src/devices/bus/spectrum/usource.cpp
@@ -83,7 +83,7 @@ READ_LINE_MEMBER(spectrum_usource_device::romcs)
return m_romcs;
}
-void spectrum_usource_device::opcode_fetch(offs_t offset)
+void spectrum_usource_device::pre_opcode_fetch(offs_t offset)
{
if (!machine().side_effects_disabled() && (offset == 0x2bae))
{