summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/funkyjet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/funkyjet.h')
-rw-r--r--src/mame/includes/funkyjet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/funkyjet.h b/src/mame/includes/funkyjet.h
index c26956d5886..ce8c0294554 100644
--- a/src/mame/includes/funkyjet.h
+++ b/src/mame/includes/funkyjet.h
@@ -38,7 +38,7 @@ public:
required_device<cpu_device> m_audiocpu;
required_device<deco16ic_device> m_deco_tilegen1;
DECLARE_DRIVER_INIT(funkyjet);
- virtual void machine_start();
+ virtual void machine_start() override;
UINT32 screen_update_funkyjet(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
DECLARE_READ16_MEMBER( funkyjet_protection_region_0_146_r );