summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/goldstar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/goldstar.h')
-rw-r--r--src/mame/includes/goldstar.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/mame/includes/goldstar.h b/src/mame/includes/goldstar.h
index 8ea0b2d39c2..f7780fe120a 100644
--- a/src/mame/includes/goldstar.h
+++ b/src/mame/includes/goldstar.h
@@ -44,9 +44,9 @@ public:
void init_cmast91();
void init_wcherry();
void init_super9();
- void video_start_goldstar() ATTR_COLD;
+ DECLARE_VIDEO_START(goldstar);
DECLARE_PALETTE_INIT(cm);
- void video_start_cherrym() ATTR_COLD;
+ DECLARE_VIDEO_START(cherrym);
DECLARE_PALETTE_INIT(cmast91);
DECLARE_PALETTE_INIT(lucky8);
uint32_t screen_update_goldstar(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
@@ -210,8 +210,8 @@ public:
void init_flaming7();
void init_flam7_tw();
- void video_start_bingowng() ATTR_COLD;
- void video_start_magical() ATTR_COLD;
+ DECLARE_VIDEO_START(bingowng);
+ DECLARE_VIDEO_START(magical);
DECLARE_PALETTE_INIT(magodds);
uint32_t screen_update_bingowng(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_magical(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
@@ -294,7 +294,7 @@ public:
DECLARE_WRITE8_MEMBER(reel2_attrram_w);
DECLARE_WRITE8_MEMBER(reel3_attrram_w);
- void video_start_sangho() ATTR_COLD;
+ DECLARE_VIDEO_START(sangho);
uint32_t screen_update_sangho(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void star100(machine_config &config);
@@ -340,7 +340,7 @@ public:
void init_unkch3();
void init_unkch4();
- void video_start_unkch() ATTR_COLD;
+ DECLARE_VIDEO_START(unkch);
uint32_t screen_update_unkch(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
DECLARE_WRITE_LINE_MEMBER(vblank_irq);