summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/sonson.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/sonson.h')
-rw-r--r--src/mame/includes/sonson.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/mame/includes/sonson.h b/src/mame/includes/sonson.h
index 747ce2e9c0b..d28fd47f40c 100644
--- a/src/mame/includes/sonson.h
+++ b/src/mame/includes/sonson.h
@@ -34,12 +34,16 @@ public:
DECLARE_WRITE8_MEMBER(sonson_scrollx_w);
DECLARE_WRITE8_MEMBER(sonson_flipscreen_w);
TILE_GET_INFO_MEMBER(get_bg_tile_info);
+ virtual void machine_start();
+ virtual void machine_reset();
+ virtual void video_start();
+ virtual void palette_init();
};
/*----------- defined in video/sonson.c -----------*/
-PALETTE_INIT( sonson );
-VIDEO_START( sonson );
+
+
SCREEN_UPDATE_IND16( sonson );