summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/x07.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/x07.h')
-rw-r--r--src/mame/includes/x07.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/x07.h b/src/mame/includes/x07.h
index 2a7cd1e40e6..acea6f55260 100644
--- a/src/mame/includes/x07.h
+++ b/src/mame/includes/x07.h
@@ -182,8 +182,8 @@ public:
required_device<cassette_image_device> m_cassette;
required_device<generic_slot_device> m_card;
- void machine_start();
- void machine_reset();
+ void machine_start() override;
+ void machine_reset() override;
UINT32 screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
DECLARE_READ8_MEMBER( x07_io_r );
DECLARE_WRITE8_MEMBER( x07_io_w );