summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/champbas.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/champbas.h')
-rw-r--r--src/mame/includes/champbas.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/champbas.h b/src/mame/includes/champbas.h
index 0795ec1c11d..b938cc5f4e3 100644
--- a/src/mame/includes/champbas.h
+++ b/src/mame/includes/champbas.h
@@ -68,8 +68,8 @@ public:
DECLARE_PALETTE_INIT(champbas);
DECLARE_PALETTE_INIT(exctsccr);
- void video_start_champbas() ATTR_COLD;
- void video_start_exctsccr() ATTR_COLD;
+ DECLARE_VIDEO_START(champbas);
+ DECLARE_VIDEO_START(exctsccr);
TILE_GET_INFO_MEMBER(champbas_get_bg_tile_info);
TILE_GET_INFO_MEMBER(exctsccr_get_bg_tile_info);