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.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/mame/includes/gotya.h b/src/mame/includes/gotya.h
index 33278051bea..fc92059c0d5 100644
--- a/src/mame/includes/gotya.h
+++ b/src/mame/includes/gotya.h
@@ -33,6 +33,10 @@ 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 palette_init();
};
@@ -43,6 +47,6 @@ public:
/*----------- defined in video/gotya.c -----------*/
-PALETTE_INIT( gotya );
-VIDEO_START( gotya );
+
+
SCREEN_UPDATE_IND16( gotya );