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