summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/timelimt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/timelimt.h')
-rw-r--r--src/mame/includes/timelimt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/timelimt.h b/src/mame/includes/timelimt.h
index dc415dfc8f0..7c52f4c0935 100644
--- a/src/mame/includes/timelimt.h
+++ b/src/mame/includes/timelimt.h
@@ -29,4 +29,5 @@ public:
virtual void video_start();
virtual void palette_init();
UINT32 screen_update_timelimt(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ INTERRUPT_GEN_MEMBER(timelimt_irq);
};