summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/special.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/special.h')
-rw-r--r--src/mame/includes/special.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/mame/includes/special.h b/src/mame/includes/special.h
index b852ceefcfd..3316daf0df4 100644
--- a/src/mame/includes/special.h
+++ b/src/mame/includes/special.h
@@ -87,15 +87,15 @@ public:
DECLARE_WRITE8_MEMBER(specialist_8255_portc_w);
void init_erik();
void init_special();
- void machine_reset_special();
- void video_start_special() ATTR_COLD;
- void machine_reset_erik();
- void video_start_erik() ATTR_COLD;
+ DECLARE_MACHINE_RESET(special);
+ DECLARE_VIDEO_START(special);
+ DECLARE_MACHINE_RESET(erik);
+ DECLARE_VIDEO_START(erik);
DECLARE_PALETTE_INIT(erik);
- void video_start_specialp() ATTR_COLD;
- void machine_start_specimx() ATTR_COLD;
- void machine_reset_specimx();
- void video_start_specimx() ATTR_COLD;
+ DECLARE_VIDEO_START(specialp);
+ DECLARE_MACHINE_START(specimx);
+ DECLARE_MACHINE_RESET(specimx);
+ DECLARE_VIDEO_START(specimx);
DECLARE_PALETTE_INIT(specimx);
uint32_t screen_update_special(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_erik(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);