summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mappy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/mappy.h')
-rw-r--r--src/mame/includes/mappy.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/includes/mappy.h b/src/mame/includes/mappy.h
index 4bedd29328e..4137691847a 100644
--- a/src/mame/includes/mappy.h
+++ b/src/mame/includes/mappy.h
@@ -91,11 +91,11 @@ private:
template<uint8_t Chip> TIMER_CALLBACK_MEMBER(namcoio_run_timer);
DECLARE_VIDEO_START(superpac);
- DECLARE_PALETTE_INIT(superpac);
+ void superpac_palette(palette_device &palette) const;
DECLARE_VIDEO_START(phozon);
- DECLARE_PALETTE_INIT(phozon);
+ void phozon_palette(palette_device &palette) const;
DECLARE_VIDEO_START(mappy);
- DECLARE_PALETTE_INIT(mappy);
+ void mappy_palette(palette_device &palette) const;
uint32_t screen_update_superpac(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_phozon(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_mappy(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);