summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/galeb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/galeb.h')
-rw-r--r--src/mame/includes/galeb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/galeb.h b/src/mame/includes/galeb.h
index a510622818d..0c25b29d759 100644
--- a/src/mame/includes/galeb.h
+++ b/src/mame/includes/galeb.h
@@ -22,7 +22,7 @@ public:
required_shared_ptr<UINT8> m_video_ram;
DECLARE_READ8_MEMBER(galeb_keyboard_r);
- virtual void video_start();
+ virtual void video_start() override;
UINT32 screen_update_galeb(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
required_device<cpu_device> m_maincpu;
required_device<gfxdecode_device> m_gfxdecode;