diff options
Diffstat (limited to 'src/mess/includes/x1.h')
-rw-r--r-- | src/mess/includes/x1.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mess/includes/x1.h b/src/mess/includes/x1.h index ebdd255ccb5..1e4c19c2c2a 100644 --- a/src/mess/includes/x1.h +++ b/src/mess/includes/x1.h @@ -202,6 +202,7 @@ public: UINT32 screen_update_x1(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect); DECLARE_INPUT_CHANGED_MEMBER(ipl_reset); DECLARE_INPUT_CHANGED_MEMBER(nmi_reset); + TIMER_CALLBACK_MEMBER(x1_rtc_increment); }; |