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, 3 insertions, 3 deletions
diff --git a/src/mame/includes/splash.h b/src/mame/includes/splash.h
index 06a6f535ce7..dd9398884f9 100644
--- a/src/mame/includes/splash.h
+++ b/src/mame/includes/splash.h
@@ -81,9 +81,9 @@ public:
void init_splash();
void init_rebus();
virtual void video_start() override;
- void machine_start_splash() ATTR_COLD;
- void machine_start_roldfrog() ATTR_COLD;
- void machine_reset_splash();
+ DECLARE_MACHINE_START(splash);
+ DECLARE_MACHINE_START(roldfrog);
+ DECLARE_MACHINE_RESET(splash);
TILE_GET_INFO_MEMBER(get_tile_info_tilemap0);
TILE_GET_INFO_MEMBER(get_tile_info_tilemap1);