summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/shaolins.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/shaolins.h')
-rw-r--r--src/mame/includes/shaolins.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/includes/shaolins.h b/src/mame/includes/shaolins.h
index 607fab84ac0..312604bbd2b 100644
--- a/src/mame/includes/shaolins.h
+++ b/src/mame/includes/shaolins.h
@@ -23,12 +23,14 @@ public:
DECLARE_WRITE8_MEMBER(shaolins_scroll_w);
DECLARE_WRITE8_MEMBER(shaolins_nmi_w);
TILE_GET_INFO_MEMBER(get_bg_tile_info);
+ virtual void video_start();
+ virtual void palette_init();
};
/*----------- defined in video/sauro.c -----------*/
-PALETTE_INIT( shaolins );
-VIDEO_START( shaolins );
+
+
SCREEN_UPDATE_IND16( shaolins );