mirror of https://github.com/stella-emu/stella.git
3 voice music correction for CTY scheme.
This commit is contained in:
parent
dc5a0bdba1
commit
3e1b03bed5
|
@ -525,7 +525,5 @@ inline void CartridgeCTY::updateMusicModeDataFetchers()
|
||||||
|
|
||||||
// Let's update counters and flags of the music mode data fetchers
|
// Let's update counters and flags of the music mode data fetchers
|
||||||
for(int x = 0; x <= 2; ++x)
|
for(int x = 0; x <= 2; ++x)
|
||||||
{
|
; // myMusicCounters[x] += myMusicFrequencies[x] * wholeClocks;
|
||||||
// myMusicCounters[x] += myMusicFrequencies[x];
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue