summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dambustr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/dambustr.c')
-rw-r--r--src/mame/drivers/dambustr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/dambustr.c b/src/mame/drivers/dambustr.c
index 32891caf70c..58cf4dce62c 100644
--- a/src/mame/drivers/dambustr.c
+++ b/src/mame/drivers/dambustr.c
@@ -62,7 +62,7 @@ public:
m_custom(*this, "cust") { }
required_device<galaxian_sound_device> m_custom;
-
+
int m_noise_data;
DECLARE_WRITE8_MEMBER(dambustr_noise_enable_w);
DECLARE_DRIVER_INIT(dambustr);