summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/megazone.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/megazone.h')
-rw-r--r--src/mame/includes/megazone.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/includes/megazone.h b/src/mame/includes/megazone.h
index baa670b8762..e133c62cf58 100644
--- a/src/mame/includes/megazone.h
+++ b/src/mame/includes/megazone.h
@@ -56,9 +56,9 @@ public:
DECLARE_READ8_MEMBER(megazone_port_a_r);
DECLARE_WRITE8_MEMBER(megazone_port_b_w);
DECLARE_DRIVER_INIT(megazone);
- virtual void machine_start();
- virtual void machine_reset();
- virtual void video_start();
+ virtual void machine_start() override;
+ virtual void machine_reset() override;
+ virtual void video_start() override;
DECLARE_PALETTE_INIT(megazone);
UINT32 screen_update_megazone(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
INTERRUPT_GEN_MEMBER(vblank_irq);