summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/spectrum/uspeech.h
diff options
context:
space:
mode:
author David Haywood <28625134+DavidHaywood@users.noreply.github.com>2019-08-31 21:26:27 +0100
committer MetalliC <0vetal0@gmail.com>2019-08-31 23:26:27 +0300
commitd673a392f177ba6ee8889493ae6c5c7d4e5271a4 (patch)
tree0c71f307b5ad8c9aba51c0376ef79cb9ad808e52 /src/devices/bus/spectrum/uspeech.h
parent49a844fc7b388894bd4f149df5f4ff6f6583fa97 (diff)
push forward with the spectrum betadisc stuff, now system at least boots with it enabled (nw) (#5576)
* work towards betadisc (nw) * work towards older betadisk support (nw) * some refactoring (nw) * add note from Metallic (nw)
Diffstat (limited to 'src/devices/bus/spectrum/uspeech.h')
-rw-r--r--src/devices/bus/spectrum/uspeech.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/spectrum/uspeech.h b/src/devices/bus/spectrum/uspeech.h
index 8013abf9222..078e33599af 100644
--- a/src/devices/bus/spectrum/uspeech.h
+++ b/src/devices/bus/spectrum/uspeech.h
@@ -40,7 +40,7 @@ protected:
virtual const tiny_rom_entry *device_rom_region() const override;
virtual void device_add_mconfig(machine_config &config) override;
- virtual void opcode_fetch(offs_t offset) override;
+ virtual void pre_opcode_fetch(offs_t offset) override;
virtual DECLARE_READ_LINE_MEMBER(romcs) override;
virtual uint8_t mreq_r(offs_t offset) override;
virtual void mreq_w(offs_t offset, uint8_t data) override;