summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gotya.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/gotya.h')
-rw-r--r--src/mame/includes/gotya.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/includes/gotya.h b/src/mame/includes/gotya.h
index d762d9a8daf..6ad087b0242 100644
--- a/src/mame/includes/gotya.h
+++ b/src/mame/includes/gotya.h
@@ -39,9 +39,9 @@ public:
DECLARE_WRITE8_MEMBER(gotya_soundlatch_w);
TILE_GET_INFO_MEMBER(get_bg_tile_info);
TILEMAP_MAPPER_MEMBER(tilemap_scan_rows_thehand);
- 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;
DECLARE_PALETTE_INIT(gotya);
UINT32 screen_update_gotya(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void draw_status_row( bitmap_ind16 &bitmap, const rectangle &cliprect, int sx, int col );