summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/btime.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/btime.h')
-rw-r--r--src/mame/includes/btime.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/mame/includes/btime.h b/src/mame/includes/btime.h
index a112e1b7553..38af9ef7f05 100644
--- a/src/mame/includes/btime.h
+++ b/src/mame/includes/btime.h
@@ -108,15 +108,15 @@ public:
void init_protennb();
void init_disco();
void init_lnc();
- void machine_start_btime() ATTR_COLD;
- void machine_reset_btime();
+ DECLARE_MACHINE_START(btime);
+ DECLARE_MACHINE_RESET(btime);
DECLARE_PALETTE_INIT(btime);
- void machine_reset_lnc();
+ DECLARE_MACHINE_RESET(lnc);
DECLARE_PALETTE_INIT(lnc);
- void machine_start_mmonkey() ATTR_COLD;
- void machine_reset_mmonkey();
- void video_start_bnj() ATTR_COLD;
- void video_start_disco() ATTR_COLD;
+ DECLARE_MACHINE_START(mmonkey);
+ DECLARE_MACHINE_RESET(mmonkey);
+ DECLARE_VIDEO_START(bnj);
+ DECLARE_VIDEO_START(disco);
uint32_t screen_update_btime(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_cookrace(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_lnc(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);