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.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/audio/tx1.c b/src/mame/audio/tx1.c
index 61935d36440..7531740b373 100644
--- a/src/mame/audio/tx1.c
+++ b/src/mame/audio/tx1.c
@@ -427,10 +427,10 @@ WRITE8_DEVICE_HANDLER( bb_ym2_b_w )
}
/*
- Until we support > 2 speakers, double the gain of the front speakers
+ Until we support > 2 speakers, double the gain of the front speakers
- TODO: We do support more than 2 speakers but the output is downmixed to stereo.
- */
+ TODO: We do support more than 2 speakers but the output is downmixed to stereo.
+ */
/* Rear left speaker */
gain = data & 0x80 ? 1.0 : 2.0;