summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gunbustr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/gunbustr.h')
-rw-r--r--src/mame/includes/gunbustr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/gunbustr.h b/src/mame/includes/gunbustr.h
index ff2cad10060..ba9cd8e5051 100644
--- a/src/mame/includes/gunbustr.h
+++ b/src/mame/includes/gunbustr.h
@@ -40,4 +40,5 @@ public:
DECLARE_DRIVER_INIT(gunbustr);
virtual void video_start();
UINT32 screen_update_gunbustr(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ INTERRUPT_GEN_MEMBER(gunbustr_interrupt);
};