summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/spectrum/plus2test.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/spectrum/plus2test.h')
-rw-r--r--src/devices/bus/spectrum/plus2test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/spectrum/plus2test.h b/src/devices/bus/spectrum/plus2test.h
index 234e82a95f0..f8caad2fa26 100644
--- a/src/devices/bus/spectrum/plus2test.h
+++ b/src/devices/bus/spectrum/plus2test.h
@@ -36,7 +36,7 @@ protected:
virtual const tiny_rom_entry *device_rom_region() const override;
virtual DECLARE_READ_LINE_MEMBER(romcs) override;
- virtual DECLARE_READ8_MEMBER(mreq_r) override;
+ virtual uint8_t mreq_r(offs_t offset) override;
private:
required_memory_region m_rom;