summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/homedata.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/homedata.h')
-rw-r--r--src/mame/includes/homedata.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/mame/includes/homedata.h b/src/mame/includes/homedata.h
index fcee3bae1d9..3bdb1516d22 100644
--- a/src/mame/includes/homedata.h
+++ b/src/mame/includes/homedata.h
@@ -120,21 +120,21 @@ public:
TILE_GET_INFO_MEMBER(mirderby_get_info1_0);
TILE_GET_INFO_MEMBER(mirderby_get_info0_1);
TILE_GET_INFO_MEMBER(mirderby_get_info1_1);
- void machine_start_homedata() ATTR_COLD;
- void machine_reset_homedata();
- void video_start_mrokumei() ATTR_COLD;
+ DECLARE_MACHINE_START(homedata);
+ DECLARE_MACHINE_RESET(homedata);
+ DECLARE_VIDEO_START(mrokumei);
DECLARE_PALETTE_INIT(mrokumei);
- void machine_start_reikaids() ATTR_COLD;
- void machine_reset_reikaids();
- void video_start_reikaids() ATTR_COLD;
+ DECLARE_MACHINE_START(reikaids);
+ DECLARE_MACHINE_RESET(reikaids);
+ DECLARE_VIDEO_START(reikaids);
DECLARE_PALETTE_INIT(reikaids);
- void machine_start_pteacher() ATTR_COLD;
- void machine_reset_pteacher();
- void video_start_pteacher() ATTR_COLD;
+ DECLARE_MACHINE_START(pteacher);
+ DECLARE_MACHINE_RESET(pteacher);
+ DECLARE_VIDEO_START(pteacher);
DECLARE_PALETTE_INIT(pteacher);
- void video_start_mirderby() ATTR_COLD;
+ DECLARE_VIDEO_START(mirderby);
DECLARE_PALETTE_INIT(mirderby);
- void video_start_lemnangl() ATTR_COLD;
+ DECLARE_VIDEO_START(lemnangl);
uint32_t screen_update_mrokumei(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_reikaids(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_pteacher(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);