summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/srmp2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/srmp2.h')
-rw-r--r--src/mame/includes/srmp2.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/includes/srmp2.h b/src/mame/includes/srmp2.h
index afa2c7cf033..011a28ef847 100644
--- a/src/mame/includes/srmp2.h
+++ b/src/mame/includes/srmp2.h
@@ -61,12 +61,12 @@ public:
DECLARE_WRITE8_MEMBER(srmp3_irq_ack_w);
virtual void machine_start() override;
- void machine_start_srmp2() ATTR_COLD;
+ DECLARE_MACHINE_START(srmp2);
DECLARE_PALETTE_INIT(srmp2);
- void machine_start_srmp3() ATTR_COLD;
+ DECLARE_MACHINE_START(srmp3);
DECLARE_PALETTE_INIT(srmp3);
- void machine_start_rmgoldyh() ATTR_COLD;
- void machine_start_mjyuugi() ATTR_COLD;
+ DECLARE_MACHINE_START(rmgoldyh);
+ DECLARE_MACHINE_START(mjyuugi);
uint32_t screen_update_srmp2(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_srmp3(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);