Supermodel/Src/Sound
gm-matthew 7924fed369 Set soundboard CPU to correct clock speed
The 68K on the soundboard is rated at 12 MHz but runs at 11.2896 MHz, which is 256 cycles/sample with a 44100 Hz sample rate. Removed SoundClock and Freq as they are not needed
2023-08-20 17:43:27 -07:00
..
MPEG add undefd codepath for correct use of the 18bit DAC path (which seems to be triggered for all games) 2022-11-29 12:36:27 -08:00
SCSP.cpp Set soundboard CPU to correct clock speed 2023-08-20 17:43:27 -07:00
SCSP.h change all INT16 mixing/intermediate clamping to floats 2022-11-06 13:00:13 -08:00
SCSPDSP.cpp add undefd codepath for correct use of the 18bit DAC path (which seems to be triggered for all games) 2022-11-29 12:36:27 -08:00
SCSPDSP.h Getting rid of most of the includes from Supermodel.h; each file now explicitly includes the header files it needs. 2021-11-22 17:15:06 +00:00
SCSPLFO.cpp add undefd codepath for correct use of the 18bit DAC path (which seems to be triggered for all games) 2022-11-29 12:36:27 -08:00