summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/playch10.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/playch10.h')
-rw-r--r--src/mame/includes/playch10.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/playch10.h b/src/mame/includes/playch10.h
index 8f82e96bcdb..cc04e5d7d9d 100644
--- a/src/mame/includes/playch10.h
+++ b/src/mame/includes/playch10.h
@@ -102,7 +102,7 @@ private:
uint8_t* chr; // direct access to the memory
};
- DECLARE_PALETTE_INIT(playch10);
+ void playch10_palette(palette_device &palette) const;
DECLARE_MACHINE_START(playch10_hboard);
DECLARE_VIDEO_START(playch10_hboard);
DECLARE_WRITE_LINE_MEMBER(vblank_irq);