summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/ms32.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/ms32.h')
-rw-r--r--src/mame/includes/ms32.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/ms32.h b/src/mame/includes/ms32.h
index 236d78c3633..a84ddce6834 100644
--- a/src/mame/includes/ms32.h
+++ b/src/mame/includes/ms32.h
@@ -88,4 +88,5 @@ public:
virtual void video_start();
DECLARE_VIDEO_START(f1superb);
UINT32 screen_update_ms32(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
+ TIMER_DEVICE_CALLBACK_MEMBER(ms32_interrupt);
};