summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/nc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/nc.h')
-rw-r--r--src/mess/includes/nc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mess/includes/nc.h b/src/mess/includes/nc.h
index 0dd1444d448..31cca7f8614 100644
--- a/src/mess/includes/nc.h
+++ b/src/mess/includes/nc.h
@@ -82,6 +82,7 @@ public:
UINT32 screen_update_nc(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
TIMER_CALLBACK_MEMBER(nc_keyboard_timer_callback);
TIMER_CALLBACK_MEMBER(nc_serial_timer_callback);
+ TIMER_DEVICE_CALLBACK_MEMBER(dummy_timer_callback);
};