summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/galaxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/galaxy.h')
-rw-r--r--src/mame/includes/galaxy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/galaxy.h b/src/mame/includes/galaxy.h
index a115eb146f1..1a0e27a4841 100644
--- a/src/mame/includes/galaxy.h
+++ b/src/mame/includes/galaxy.h
@@ -36,7 +36,7 @@ public:
DECLARE_WRITE8_MEMBER(galaxy_latch_w);
DECLARE_DRIVER_INIT(galaxy);
DECLARE_DRIVER_INIT(galaxyp);
- virtual void video_start();
+ virtual void video_start() override;
DECLARE_MACHINE_RESET(galaxy);
DECLARE_MACHINE_RESET(galaxyp);
UINT32 screen_update_galaxy(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);