summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/msx_slot/rom.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/msx_slot/rom.h')
-rw-r--r--src/devices/bus/msx_slot/rom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/msx_slot/rom.h b/src/devices/bus/msx_slot/rom.h
index 5ed56a151f6..e46fea28186 100644
--- a/src/devices/bus/msx_slot/rom.h
+++ b/src/devices/bus/msx_slot/rom.h
@@ -21,7 +21,7 @@ public:
virtual void device_start() override;
- virtual DECLARE_READ8_MEMBER(read);
+ virtual DECLARE_READ8_MEMBER(read) override;
private:
const char *m_region;