summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/splash.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/splash.h')
-rw-r--r--src/mame/includes/splash.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mame/includes/splash.h b/src/mame/includes/splash.h
index 9a49d7b0884..0a44e3dcd46 100644
--- a/src/mame/includes/splash.h
+++ b/src/mame/includes/splash.h
@@ -59,11 +59,14 @@ public:
DECLARE_DRIVER_INIT(rebus);
TILE_GET_INFO_MEMBER(get_tile_info_splash_tilemap0);
TILE_GET_INFO_MEMBER(get_tile_info_splash_tilemap1);
+ virtual void video_start();
+ DECLARE_MACHINE_RESET(splash);
+ DECLARE_MACHINE_RESET(funystrp);
};
/*----------- defined in video/splash.c -----------*/
-VIDEO_START( splash );
+
SCREEN_UPDATE_IND16( splash );
SCREEN_UPDATE_IND16( funystrp );