3 voice music correction for CTY scheme.

This commit is contained in:
Stephen Anthony 2017-04-25 19:26:04 -02:30
parent dc5a0bdba1
commit 3e1b03bed5
1 changed files with 1 additions and 3 deletions

View File

@ -525,7 +525,5 @@ inline void CartridgeCTY::updateMusicModeDataFetchers()
// Let's update counters and flags of the music mode data fetchers
for(int x = 0; x <= 2; ++x)
{
// myMusicCounters[x] += myMusicFrequencies[x];
}
; // myMusicCounters[x] += myMusicFrequencies[x] * wholeClocks;
}