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 5f555851bed..42c0576f6e7 100644
--- a/src/mame/includes/astrocde.h
+++ b/src/mame/includes/astrocde.h
@@ -137,7 +137,7 @@ public:
DECLARE_DRIVER_INIT(gorf);
DECLARE_DRIVER_INIT(astrocde);
virtual void video_start();
- virtual void palette_init();
+ DECLARE_PALETTE_INIT(astrocde);
DECLARE_VIDEO_START(profpac);
DECLARE_PALETTE_INIT(profpac);
UINT32 screen_update_astrocde(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);