summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/mz700.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/mz700.h')
-rw-r--r--src/mess/includes/mz700.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mess/includes/mz700.h b/src/mess/includes/mz700.h
index 7d844824515..d155f6aa1b9 100644
--- a/src/mess/includes/mz700.h
+++ b/src/mess/includes/mz700.h
@@ -81,6 +81,8 @@ public:
DECLARE_VIDEO_START(mz800);
UINT32 screen_update_mz700(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
UINT32 screen_update_mz800(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ TIMER_DEVICE_CALLBACK_MEMBER(ne556_cursor_callback);
+ TIMER_DEVICE_CALLBACK_MEMBER(ne556_other_callback);
};