diff options
author | 2019-08-31 21:26:27 +0100 | |
---|---|---|
committer | 2019-08-31 23:26:27 +0300 | |
commit | d673a392f177ba6ee8889493ae6c5c7d4e5271a4 (patch) | |
tree | 0c71f307b5ad8c9aba51c0376ef79cb9ad808e52 /src/devices/bus/spectrum/uspeech.h | |
parent | 49a844fc7b388894bd4f149df5f4ff6f6583fa97 (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.h | 2 |
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; |