summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/kaypro.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/kaypro.h')
-rw-r--r--src/mess/includes/kaypro.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mess/includes/kaypro.h b/src/mess/includes/kaypro.h
index 5b17abf5931..81086510487 100644
--- a/src/mess/includes/kaypro.h
+++ b/src/mess/includes/kaypro.h
@@ -79,6 +79,7 @@ public:
UINT32 screen_update_kaypro2x(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
UINT32 screen_update_omni2(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
INTERRUPT_GEN_MEMBER(kay_kbd_interrupt);
+ TIMER_CALLBACK_MEMBER(kaypro_timer_callback);
};