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
|
the new implementation now works for the NTSC 'Dig Dug' ROM. Special
|
||||||
thanks for SpiceWare for the idea and modified implementation.
|
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:
|
* For the Linux/UNIX port:
|
||||||
- The settings directory now uses the XDG Base Directory Specification.
|
- The settings directory now uses the XDG Base Directory Specification.
|
||||||
In most cases, this means that your files will now be stored in
|
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
|
// 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