diff options
| author | 2008-12-04 20:19:10 +0000 | |
|---|---|---|
| committer | 2008-12-04 20:19:10 +0000 | |
| commit | 89b03aba17097b7327d47904bbf8b5f5eca651b6 (patch) | |
| tree | 997b7b83f5e7694855450c4e2cce50cdf3fb8929 /src | |
| parent | 3efc6f55ddb1b4f8fc00dfee4084d3a72b38d1fc (diff) | |
Update comments
Diffstat (limited to 'src')
| -rw-r--r-- | src/emu/sound/s14001a.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/emu/sound/s14001a.c b/src/emu/sound/s14001a.c index 7e7e1f86832..8bb1b2d4303 100644 --- a/src/emu/sound/s14001a.c +++ b/src/emu/sound/s14001a.c @@ -1,9 +1,10 @@ /* - TSI S14001A emulator v1.31b + TSI S14001A emulator v1.31c By Jonathan Gevaryahu ("Lord Nightmare") with help from Kevin Horton ("kevtris") MAME conversion and integration by R. Belmont Clock Frequency control updated by Zsolt Vasvari + Other fixes by AtariAce Copyright Jonathan Gevaryahu. @@ -20,11 +21,12 @@ Added a somewhat better, but still not perfect, filtering system - LN 1.31 fix a minor bug with the dac range. wolfpack clips again, and I'm almost sure its an encoding error on the original speech - LN (0.125u9) 1.31a Add chip pinout and other notes - LN (0.128u4) - 1.31b slight update to notes to clarify input bus stuff, mostly finish the state map in the comments - LN (0.128u5) + 1.31b slight update to notes to clarify input bus stuff, mostly finish the state map in the comments - LN + 1.31c remove usage of deprecat.h - AtariAce (0.128u5) TODO: * increase accuracy of internal S14001A 'filter' for both driven and undriven cycles (its not terribly inaccurate for undriven cycles, but the dc sliding of driven cycles is not emulated) - * add option for and attach Frank P.'s emulation of the Analog external filter from the vsu-1000 using the discrete core. + * add option for and attach Frank P.'s emulation of the Analog external filter from the vsu-1000 using the discrete core. (with the direction of independent sound core and analog stuff, this should actually be attached in the main berzerk/frenzy driver and not here) */ /* Chip Pinout: |
