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 42f6c5b4aea..34a7e014e41 100644
--- a/src/devices/bus/spectrum/plus2test.h
+++ b/src/devices/bus/spectrum/plus2test.h
@@ -35,7 +35,7 @@ protected:
// optional information overrides
virtual const tiny_rom_entry *device_rom_region() const override;
- virtual int romcs() override;
+ virtual bool romcs() override;
virtual uint8_t mreq_r(offs_t offset) override;
private: