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 47037ad6e5d..90ff34f3d96 100644
--- a/src/mame/includes/pk8000.h
+++ b/src/mame/includes/pk8000.h
@@ -21,7 +21,7 @@ public:
DECLARE_WRITE8_MEMBER(pk8000_84_porta_w);
DECLARE_WRITE8_MEMBER(pk8000_84_portc_w);
- virtual void palette_init();
+ DECLARE_PALETTE_INIT(pk8000);
UINT32 pk8000_video_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect, UINT8 *videomem);
protected: