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.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/includes/splash.h b/src/mame/includes/splash.h
index 0a44e3dcd46..950c048b072 100644
--- a/src/mame/includes/splash.h
+++ b/src/mame/includes/splash.h
@@ -62,11 +62,13 @@ public:
virtual void video_start();
DECLARE_MACHINE_RESET(splash);
DECLARE_MACHINE_RESET(funystrp);
+ UINT32 screen_update_splash(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ UINT32 screen_update_funystrp(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
/*----------- defined in video/splash.c -----------*/
-SCREEN_UPDATE_IND16( splash );
-SCREEN_UPDATE_IND16( funystrp );
+
+