summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/galaxia.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/galaxia.h')
-rw-r--r--src/mame/includes/galaxia.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/galaxia.h b/src/mame/includes/galaxia.h
index edd9b6cacb5..08ab94e8fe0 100644
--- a/src/mame/includes/galaxia.h
+++ b/src/mame/includes/galaxia.h
@@ -36,9 +36,9 @@ private:
TILE_GET_INFO_MEMBER(get_galaxia_bg_tile_info);
TILE_GET_INFO_MEMBER(get_astrowar_bg_tile_info);
DECLARE_VIDEO_START(galaxia);
- DECLARE_PALETTE_INIT(galaxia);
+ void galaxia_palette(palette_device &palette) const;
DECLARE_VIDEO_START(astrowar);
- DECLARE_PALETTE_INIT(astrowar);
+ void astrowar_palette(palette_device &palette) const;
uint32_t screen_update_galaxia(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_astrowar(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
DECLARE_WRITE_LINE_MEMBER(vblank_irq);