bsnes/higan/sfc
Tim Allen 3517d5c4a4 Update to v103r02 release.
byuu says:

Changelog:

  - fc/apu: improved phase duty cycle emulation (mode 3 is 25% phase
    inverted; counter decrements)
  - md/apu: power/reset do not cancel 68K bus requests
  - md/apu: 68K is not granted bus access on Z80 power/reset
  - md/controller: replaced System::Peripherals with ControllerPort
    concept
  - md/controller: CTRL port is now read-write, maintains value across
    controller changes (and soon, soft resets)
  - md/psg: PSG sampling rate unintentionally modified¹
  - processor/spc700: improve cycle timing of (indirect),y instructions
    [Overload]
  - processor/spc700: idle() cycles actually read from the program
    counter; much like the 6502 [Overload]
      - some of the idle() cycles should read from other addresses; this
        still needs to be supported
  - processor/spc700: various cleanups to instruction function naming
  - processor/z80: prefix state (HL→IX,IY override) can now be
    serialized
  - icarus: fix install rule for certain platforms (it wasn't buggy on
    FreeBSD, but was on Linux?)

¹: the clock speed of the PSG is oscillator/15. But I was setting the
sampling rate to oscillator/15/16, which was around 223KHz. I am not
sure whether the PSG should be outputting at 3MHz or 223KHz. Amazingly
... I don't really hear a difference either way `o_O` I didn't actually
mean to make this change; I just noticed it after comparing the diff
between r01 and r02. If this turns out to be wrong, set

    stream = Emulator::audio.createStream(1, frequency() / 16.0);

in md/psg.cpp to revert this change.
2017-06-27 11:18:28 +10:00
..
cartridge Update to v102r28 release. 2017-06-20 22:34:50 +10:00
controller Update to v101r31 release. 2017-01-13 12:15:45 +11:00
coprocessor Update to v103r01 release. 2017-06-26 11:41:58 +10:00
cpu Update to v102r26 release. 2017-06-16 10:06:17 +10:00
dsp Update to v103 WIP release. 2017-06-22 16:10:13 +10:00
expansion Update to v101r31 release. 2017-01-13 12:15:45 +11:00
interface Update to v102r22 release. 2017-06-09 00:08:02 +10:00
memory Update to v100r03 release. 2016-07-10 15:28:26 +10:00
ppu Update to v102r21 release. 2017-06-06 23:44:40 +10:00
slot Update to v102r02 release. 2017-01-23 08:04:26 +11:00
smp Update to v103r02 release. 2017-06-27 11:18:28 +10:00
system Update to v102r28 release. 2017-06-20 22:34:50 +10:00
GNUmakefile Update to v102r23 release. 2017-06-11 11:51:53 +10:00
sfc.hpp Update to v102r28 release. 2017-06-20 22:34:50 +10:00