summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/pcktgal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/pcktgal.h')
-rw-r--r--src/mame/includes/pcktgal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/pcktgal.h b/src/mame/includes/pcktgal.h
index 8e119425a00..075161db2f0 100644
--- a/src/mame/includes/pcktgal.h
+++ b/src/mame/includes/pcktgal.h
@@ -46,7 +46,7 @@ public:
DECLARE_WRITE_LINE_MEMBER(adpcm_int);
void init_pcktgal();
- DECLARE_PALETTE_INIT(pcktgal);
+ void pcktgal_palette(palette_device &palette) const;
virtual void machine_start() override;
uint32_t screen_update_pcktgal(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);