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 b27c7bc9ea6..3ec3b3ef303 100644
--- a/src/mame/includes/kaypro.h
+++ b/src/mame/includes/kaypro.h
@@ -59,7 +59,7 @@ public:
DECLARE_MACHINE_RESET(kaypro);
DECLARE_VIDEO_START(kaypro);
DECLARE_PALETTE_INIT(kaypro);
- DECLARE_DRIVER_INIT(kaypro);
+ 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);
uint32_t screen_update_omni2(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);