summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/exprraid.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/exprraid.h')
-rw-r--r--src/mame/includes/exprraid.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/exprraid.h b/src/mame/includes/exprraid.h
index f451d85816f..08fb86f3da3 100644
--- a/src/mame/includes/exprraid.h
+++ b/src/mame/includes/exprraid.h
@@ -54,4 +54,5 @@ public:
virtual void machine_reset();
virtual void video_start();
UINT32 screen_update_exprraid(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ INTERRUPT_GEN_MEMBER(exprraid_interrupt);
};