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