mirror of https://github.com/stella-emu/stella.git
Merge remote-tracking branch 'stella-emu/master'
This commit is contained in:
commit
da9756343a
|
@ -80,6 +80,9 @@
|
|||
the new implementation now works for the NTSC 'Dig Dug' ROM. Special
|
||||
thanks for SpiceWare for the idea and modified implementation.
|
||||
|
||||
* Fixed long-standing bug in 3-voice music in DPC+ bankswitching scheme;
|
||||
the music now sounds much more like the real thing.
|
||||
|
||||
* For the Linux/UNIX port:
|
||||
- The settings directory now uses the XDG Base Directory Specification.
|
||||
In most cases, this means that your files will now be stored in
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue