summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/tx1.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/tx1.c')
-rw-r--r--src/mame/audio/tx1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/tx1.c b/src/mame/audio/tx1.c
index b68fe68c343..8726160e845 100644
--- a/src/mame/audio/tx1.c
+++ b/src/mame/audio/tx1.c
@@ -448,7 +448,7 @@ static STREAM_UPDATE( buggyboy_stream_update )
gain0 = BIT(ym2_outputb, 3) ? 1.0 : 2.0;
else
gain0 = BIT(ym1_outputa, 3) ? 1.0 : 2.0;
-
+
n1_en = BIT(ym2_outputb, 4);
n2_en = BIT(ym2_outputb, 5);