summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/speedspn.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/speedspn.h')
-rw-r--r--src/mame/includes/speedspn.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/speedspn.h b/src/mame/includes/speedspn.h
index b1e83fd685c..9167d0192d4 100644
--- a/src/mame/includes/speedspn.h
+++ b/src/mame/includes/speedspn.h
@@ -40,8 +40,8 @@ public:
DECLARE_WRITE8_MEMBER(display_disable_w);
DECLARE_WRITE8_MEMBER(okibank_w);
TILE_GET_INFO_MEMBER(get_tile_info);
- virtual void machine_start();
- virtual void video_start();
+ virtual void machine_start() override;
+ virtual void video_start() override;
UINT32 screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void draw_sprites(bitmap_ind16 &bitmap, const rectangle &cliprect );
};