summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/madmotor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/madmotor.h')
-rw-r--r--src/mame/includes/madmotor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/includes/madmotor.h b/src/mame/includes/madmotor.h
index ec815c94bb8..bb8c3c288e2 100644
--- a/src/mame/includes/madmotor.h
+++ b/src/mame/includes/madmotor.h
@@ -37,8 +37,8 @@ public:
required_device<deco_mxc06_device> m_spritegen;
DECLARE_WRITE16_MEMBER(madmotor_sound_w);
DECLARE_DRIVER_INIT(madmotor);
- 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;
UINT32 screen_update_madmotor(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};