summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/shangkid.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/shangkid.h')
-rw-r--r--src/mame/includes/shangkid.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/shangkid.h b/src/mame/includes/shangkid.h
index 6f85177dcea..588fcc00971 100644
--- a/src/mame/includes/shangkid.h
+++ b/src/mame/includes/shangkid.h
@@ -60,9 +60,9 @@ public:
void init_dynamski();
void init_shangkid();
void init_chinhero();
- void video_start_shangkid() ATTR_COLD;
+ DECLARE_VIDEO_START(shangkid);
DECLARE_PALETTE_INIT(dynamski);
- void machine_reset_shangkid();
+ DECLARE_MACHINE_RESET(shangkid);
uint32_t screen_update_shangkid(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_dynamski(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);