summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/alpha68k.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/alpha68k.h')
-rw-r--r--src/mame/includes/alpha68k.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/mame/includes/alpha68k.h b/src/mame/includes/alpha68k.h
index 23a4ecba753..61807f31ddb 100644
--- a/src/mame/includes/alpha68k.h
+++ b/src/mame/includes/alpha68k.h
@@ -93,15 +93,15 @@ public:
void init_kyros();
void init_sstingry();
TILE_GET_INFO_MEMBER(get_tile_info);
- void machine_start_common() ATTR_COLD;
- void machine_reset_common();
+ DECLARE_MACHINE_START(common);
+ DECLARE_MACHINE_RESET(common);
DECLARE_PALETTE_INIT(kyros);
DECLARE_PALETTE_INIT(paddlem);
- void machine_start_alpha68k_II() ATTR_COLD;
- void machine_reset_alpha68k_II();
- void video_start_alpha68k() ATTR_COLD;
- void machine_start_alpha68k_V() ATTR_COLD;
- void machine_reset_alpha68k_V();
+ DECLARE_MACHINE_START(alpha68k_II);
+ DECLARE_MACHINE_RESET(alpha68k_II);
+ DECLARE_VIDEO_START(alpha68k);
+ DECLARE_MACHINE_START(alpha68k_V);
+ DECLARE_MACHINE_RESET(alpha68k_V);
uint32_t screen_update_sstingry(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_kyros(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_alpha68k_I(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);