summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/tms5110r.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/tms5110r.c')
-rw-r--r--src/emu/sound/tms5110r.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/emu/sound/tms5110r.c b/src/emu/sound/tms5110r.c
index 58f8bace789..6dbcf709807 100644
--- a/src/emu/sound/tms5110r.c
+++ b/src/emu/sound/tms5110r.c
@@ -10,10 +10,10 @@
* 4234761
* 4189779
* 4449233
- *
+ *
* All patents give interpolation coefficients
- * { 8, 8, 8, 4, 4, 2, 2, 1 }
- * This sequence will not calculate the published
+ * { 8, 8, 8, 4, 4, 2, 2, 1 }
+ * This sequence will not calculate the published
* fractions:
* 1 8 0.125
* 2 8 0.234
@@ -23,7 +23,7 @@
* 6 2 0.717
* 7 2 0.859
* 0 1 1.000
- *
+ *
* Instead, { 8, 8, 8, 4, 4, 4, 2, 1 }
* will calculate those coefficients and this has been used below.
*/