summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/maygay1b.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/maygay1b.h')
-rw-r--r--src/mame/includes/maygay1b.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/maygay1b.h b/src/mame/includes/maygay1b.h
index 9674dccefd7..53762b6e5de 100644
--- a/src/mame/includes/maygay1b.h
+++ b/src/mame/includes/maygay1b.h
@@ -127,8 +127,8 @@ public:
DECLARE_DRIVER_INIT(m1);
DECLARE_DRIVER_INIT(m1common);
DECLARE_DRIVER_INIT(m1nec);
- virtual void machine_start();
- virtual void machine_reset();
+ virtual void machine_start() override;
+ virtual void machine_reset() override;
void cpu0_firq(int data);
void cpu0_nmi();
};