summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/kaypro.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/kaypro.h')
-rw-r--r--src/mame/includes/kaypro.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/kaypro.h b/src/mame/includes/kaypro.h
index 1999a6ded80..d344e6d40a1 100644
--- a/src/mame/includes/kaypro.h
+++ b/src/mame/includes/kaypro.h
@@ -60,7 +60,7 @@ public:
DECLARE_MACHINE_START(kayproii);
DECLARE_MACHINE_RESET(kaypro);
DECLARE_VIDEO_START(kaypro);
- DECLARE_PALETTE_INIT(kaypro);
+ void kaypro_palette(palette_device &palette) const;
void init_kaypro();
uint32_t screen_update_kayproii(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_kaypro484(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);