summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/tankbust.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/tankbust.h')
-rw-r--r--src/mame/includes/tankbust.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/tankbust.h b/src/mame/includes/tankbust.h
index f641d887c34..967225a7438 100644
--- a/src/mame/includes/tankbust.h
+++ b/src/mame/includes/tankbust.h
@@ -17,6 +17,8 @@ public:
UINT8 m_yscroll[2];
UINT8 *m_spriteram;
size_t m_spriteram_size;
+
+ UINT8 m_irq_mask;
};