summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mac.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/mac.h')
-rw-r--r--src/mame/includes/mac.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/mame/includes/mac.h b/src/mame/includes/mac.h
index 97781e6189e..2a166288136 100644
--- a/src/mame/includes/mac.h
+++ b/src/mame/includes/mac.h
@@ -503,18 +503,18 @@ public:
void init_macpm7100();
void init_macpm8100();
void init_macpb100();
- void video_start_mac() ATTR_COLD;
+ DECLARE_VIDEO_START(mac);
DECLARE_PALETTE_INIT(mac);
- void video_start_macprtb() ATTR_COLD;
+ DECLARE_VIDEO_START(macprtb);
DECLARE_PALETTE_INIT(macgsc);
- void video_start_macsonora() ATTR_COLD;
- void video_reset_macsonora();
- void video_start_macdafb() ATTR_COLD;
- void video_reset_macdafb();
- void video_start_macv8() ATTR_COLD;
- void video_reset_maceagle();
- void video_start_macrbv() ATTR_COLD;
- void video_reset_macrbv();
+ DECLARE_VIDEO_START(macsonora);
+ DECLARE_VIDEO_RESET(macrbv);
+ DECLARE_VIDEO_START(macdafb);
+ DECLARE_VIDEO_RESET(macdafb);
+ DECLARE_VIDEO_START(macv8);
+ DECLARE_VIDEO_RESET(macsonora);
+ DECLARE_VIDEO_RESET(maceagle);
+ DECLARE_VIDEO_START(macrbv);
uint32_t screen_update_mac(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_macprtb(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_macse30(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);