summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/z88/flash.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/z88/flash.h')
-rw-r--r--src/devices/bus/z88/flash.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/z88/flash.h b/src/devices/bus/z88/flash.h
index cfa0b7b1318..37fe76e2f99 100644
--- a/src/devices/bus/z88/flash.h
+++ b/src/devices/bus/z88/flash.h
@@ -30,8 +30,8 @@ protected:
virtual void device_start() override;
// z88cart_interface overrides
- virtual DECLARE_READ8_MEMBER(read);
- virtual DECLARE_WRITE8_MEMBER(write);
+ virtual DECLARE_READ8_MEMBER(read) override;
+ virtual DECLARE_WRITE8_MEMBER(write) override;
virtual UINT8* get_cart_base() override;
virtual UINT32 get_cart_size() override { return 0x100000; }