summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mouser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/mouser.h')
-rw-r--r--src/mame/includes/mouser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/mouser.h b/src/mame/includes/mouser.h
index 3fb99eb8877..8e23e7d80b1 100644
--- a/src/mame/includes/mouser.h
+++ b/src/mame/includes/mouser.h
@@ -43,8 +43,8 @@ public:
DECLARE_WRITE8_MEMBER(mouser_flip_screen_x_w);
DECLARE_WRITE8_MEMBER(mouser_flip_screen_y_w);
DECLARE_DRIVER_INIT(mouser);
- virtual void machine_start();
- virtual void machine_reset();
+ virtual void machine_start() override;
+ virtual void machine_reset() override;
DECLARE_PALETTE_INIT(mouser);
UINT32 screen_update_mouser(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
INTERRUPT_GEN_MEMBER(mouser_nmi_interrupt);