summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/wecleman.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/wecleman.cpp')
-rw-r--r--src/mame/drivers/wecleman.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/wecleman.cpp b/src/mame/drivers/wecleman.cpp
index 5f629f2b474..bbf0aa6f31d 100644
--- a/src/mame/drivers/wecleman.cpp
+++ b/src/mame/drivers/wecleman.cpp
@@ -337,7 +337,7 @@ WRITE16_MEMBER(wecleman_state::irqctrl_w)
// Bit 1 : NSUBRST
m_subcpu->set_input_line(INPUT_LINE_RESET, (data & 2) ? CLEAR_LINE : ASSERT_LINE);
-
+
// Bit 2 : SOUND-ON: send a interrupt to sound CPU, 0 -> 1 transition
if ( (m_irqctrl & 4) && (!(data & 4)) )
{