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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/astrocde.h b/src/mame/includes/astrocde.h
index 04ee50cdfb5..9d5d437d627 100644
--- a/src/mame/includes/astrocde.h
+++ b/src/mame/includes/astrocde.h
@@ -140,9 +140,9 @@ public:
void init_gorf();
void init_astrocde();
virtual void video_start() override;
- DECLARE_PALETTE_INIT(astrocde);
+ void astrocade_palette(palette_device &palette) const;
DECLARE_VIDEO_START(profpac);
- DECLARE_PALETTE_INIT(profpac);
+ void profpac_palette(palette_device &palette) const;
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);
TIMER_CALLBACK_MEMBER(scanline_callback);