SCSP: added more detail to comment explaining 68K clock speed as recommended by Brian Troha

This commit is contained in:
Bart Trzynadlowski 2023-09-02 20:32:11 -07:00
parent b2fee4242c
commit ebff9a8b2d

View file

@ -1513,7 +1513,7 @@ void SCSP_CpuRunScanline()
void SCSP_DoMasterSamples(int nsamples)
{
const int slice = 11289600 / 44100; // 68K runs at 256 cycles/sample
const int slice = 11289600 / 44100; // 68K clocked at 11.2896MHz (45.1584MHz OSC / 4), which is 256 cycles/sample
static int lastdiff = 0;
/*