summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/astrocde.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/astrocde.h')
-rw-r--r--src/mame/includes/astrocde.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/astrocde.h b/src/mame/includes/astrocde.h
index 4f35cefd134..7a56b8bd2bc 100644
--- a/src/mame/includes/astrocde.h
+++ b/src/mame/includes/astrocde.h
@@ -154,7 +154,7 @@ public:
void init_astrocde();
virtual void video_start() override;
DECLARE_PALETTE_INIT(astrocde);
- DECLARE_VIDEO_START(profpac);
+ void video_start_profpac() ATTR_COLD;
DECLARE_PALETTE_INIT(profpac);
uint32_t screen_update_astrocde(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_profpac(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);