summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/mc80.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/mc80.h')
-rw-r--r--src/mess/includes/mc80.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mess/includes/mc80.h b/src/mess/includes/mc80.h
index 0327a444553..18554be9d1b 100644
--- a/src/mess/includes/mc80.h
+++ b/src/mess/includes/mc80.h
@@ -44,6 +44,7 @@ public:
DECLARE_VIDEO_START(mc8030);
UINT32 screen_update_mc8020(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
UINT32 screen_update_mc8030(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ TIMER_DEVICE_CALLBACK_MEMBER(mc8020_kbd);
};