summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/goldstar.h
diff options
context:
space:
mode:
author MooglyGuy <therealmogminer@gmail.com>2018-05-16 09:37:54 +0200
committer mooglyguy <therealmogminer@gmail.com>2018-05-16 11:58:08 +0200
commitc83e2a853d4e1643fcc85b68ada3c6f7f33adea4 (patch)
tree39b249e1a0a9b2056e9815d0a284fd483338362c /src/mame/includes/goldstar.h
parent2242ff00893a83a113150609bd525f098d632e8d (diff)
- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect of making machine-config overrides of these much
uglier, but this is intended to discourage ongoing use, and will be gradually eliminated.
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 f7780fe120a..8ea0b2d39c2 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();
- DECLARE_VIDEO_START(goldstar);
+ void video_start_goldstar() ATTR_COLD;
DECLARE_PALETTE_INIT(cm);
- DECLARE_VIDEO_START(cherrym);
+ void video_start_cherrym() ATTR_COLD;
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();
- DECLARE_VIDEO_START(bingowng);
- DECLARE_VIDEO_START(magical);
+ void video_start_bingowng() ATTR_COLD;
+ void video_start_magical() ATTR_COLD;
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);
- DECLARE_VIDEO_START(sangho);
+ void video_start_sangho() ATTR_COLD;
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();
- DECLARE_VIDEO_START(unkch);
+ void video_start_unkch() ATTR_COLD;
uint32_t screen_update_unkch(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
DECLARE_WRITE_LINE_MEMBER(vblank_irq);