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