summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/pk8000.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/pk8000.h')
-rw-r--r--src/mame/includes/pk8000.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/pk8000.h b/src/mame/includes/pk8000.h
index 8855b7f7498..6bd85f76204 100644
--- a/src/mame/includes/pk8000.h
+++ b/src/mame/includes/pk8000.h
@@ -33,7 +33,7 @@ protected:
DECLARE_READ8_MEMBER(color_r);
DECLARE_WRITE8_MEMBER(color_w);
- DECLARE_PALETTE_INIT(pk8000);
+ void pk8000_palette(palette_device &palette) const;
uint32_t video_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect, uint8_t *videomem);
uint8_t m_text_start;