summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--src/emu/sound/ymf271.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/sound/ymf271.c b/src/emu/sound/ymf271.c
index a5b0fb14c12..a69888da290 100644
--- a/src/emu/sound/ymf271.c
+++ b/src/emu/sound/ymf271.c
@@ -160,10 +160,10 @@ static const double DCTime[] =
/* Notes about the LFO Frequency Table below;
- There appears to be at least 2 errors in the table from the original manual.
+ There appears to be at least 2 errors in the table from the original manual.
- Both 201 & 202 where listed as 3.74490. 202 has be changed to 3.92000 which is "about right"
- 232 was listed as 13.35547. We use 14.35547 as it apears to be the correct value
+ Both 201 & 202 where listed as 3.74490. 202 has be changed to 3.92000 which is "about right"
+ 232 was listed as 13.35547. We use 14.35547 as it apears to be the correct value
*/
static const double LFO_frequency_table[256] =