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