summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/wiping.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/wiping.h')
-rw-r--r--src/mame/includes/wiping.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mame/includes/wiping.h b/src/mame/includes/wiping.h
index 8320702acbc..f79ed9ce697 100644
--- a/src/mame/includes/wiping.h
+++ b/src/mame/includes/wiping.h
@@ -4,14 +4,15 @@ public:
wiping_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag) { }
- UINT8 *m_sharedram1;
- UINT8 *m_sharedram2;
UINT8 *m_videoram;
UINT8 *m_colorram;
int m_flipscreen;
UINT8 *m_soundregs;
UINT8 *m_spriteram;
size_t m_spriteram_size;
+
+ UINT8 m_main_irq_mask;
+ UINT8 m_sound_irq_mask;
};