diff options
author | 2007-12-24 04:06:02 +0000 | |
---|---|---|
committer | 2007-12-24 04:06:02 +0000 | |
commit | 707e623381b64e968fb5b754febd1a69fef138d6 (patch) | |
tree | 556ae8747b93d07b53792c945d96fa4bbaa9c5cf | |
parent | 76278ddf02e10778747346bdc13c7c4e6942b1ee (diff) |
One more straggler for spacing cleanups.mame0122u1
-rw-r--r-- | src/emu/sound/ymf271.c | 6 |
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] = |