summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/psychic5.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/psychic5.h')
-rw-r--r--src/mame/includes/psychic5.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mame/includes/psychic5.h b/src/mame/includes/psychic5.h
index f065104c9db..25b1af8f5ba 100644
--- a/src/mame/includes/psychic5.h
+++ b/src/mame/includes/psychic5.h
@@ -76,12 +76,12 @@ public:
TILE_GET_INFO_MEMBER(get_fg_tile_info);
virtual void machine_reset() override;
- void machine_start_psychic5() ATTR_COLD;
- void machine_start_bombsa() ATTR_COLD;
+ DECLARE_MACHINE_START(psychic5);
+ DECLARE_MACHINE_START(bombsa);
virtual void video_start() override;
- void video_start_psychic5() ATTR_COLD;
- void video_start_bombsa() ATTR_COLD;
- void video_reset_psychic5();
+ DECLARE_VIDEO_START(psychic5);
+ DECLARE_VIDEO_START(bombsa);
+ DECLARE_VIDEO_RESET(psychic5);
TIMER_DEVICE_CALLBACK_MEMBER(scanline);