summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/polyplay.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/polyplay.h')
-rw-r--r--src/mame/includes/polyplay.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/polyplay.h b/src/mame/includes/polyplay.h
index bf9867934f6..4e84d08d2e1 100644
--- a/src/mame/includes/polyplay.h
+++ b/src/mame/includes/polyplay.h
@@ -60,7 +60,7 @@ private:
DECLARE_WRITE8_MEMBER(pio_portb_w);
DECLARE_WRITE8_MEMBER(polyplay_characterram_w);
- DECLARE_PALETTE_INIT(polyplay);
+ void polyplay_palette(palette_device &palette) const;
uint32_t screen_update_polyplay(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void polyplay_io_zre(address_map &map);
void polyplay_io_zrepp(address_map &map);