bsnes/higan
Tim Allen ff3750de4f Update to v103r04 release.
byuu says:

Changelog:

  - fc/apu: $4003,$4007 writes initialize duty counter to 0 instead of 7
  - fc/apu: corrected duty table entries for use with decrementing duty
    counter
  - processor/spc700: emulated the behavior of cycle 3 of (x)+
    instructions to not read I/O registers
      - specifically, this prevents reads from $fd-ff from resetting the
        timers, as observed on real hardware
  - sfc/controller: added ControllerPort class to match Mega Drive
    design
  - sfc/expansion: added ExpansionPort class to match Mega Drive design
  - sfc/system: removed Peripherals class
  - sfc/system: changed `colorburst()` to `cpuFrequency()`; added
    `apuFrequency()`
  - sfc: replaced calls to `system.region == System::Region::*` with
    `Region::*()`
  - sfc/expansion: remove thread from scheduler when device is destroyed
  - sfc/smp: `{read,write}Port` now use a separate 4x8-bit buffer instead
    of underlying APU RAM [hex\_usr]
2017-06-30 14:17:23 +10:00
..
audio Update to v103r01 release. 2017-06-26 11:41:58 +10:00
data Update to v103 WIP release. 2017-06-22 16:10:13 +10:00
emulator Update to v103r04 release. 2017-06-30 14:17:23 +10:00
fc Update to v103r04 release. 2017-06-30 14:17:23 +10:00
gb Update to v103r01 release. 2017-06-26 11:41:58 +10:00
gba Update to v103r01 release. 2017-06-26 11:41:58 +10:00
md Update to v103r04 release. 2017-06-30 14:17:23 +10:00
ms Update to v103r01 release. 2017-06-26 11:41:58 +10:00
obj Update to v096r01 release. 2015-12-30 17:54:59 +11:00
out Update to v096r01 release. 2015-12-30 17:54:59 +11:00
pce Update to v103r01 release. 2017-06-26 11:41:58 +10:00
processor Update to v103r04 release. 2017-06-30 14:17:23 +10:00
resource Update to v100r14 release. 2016-07-30 13:56:12 +10:00
sfc Update to v103r04 release. 2017-06-30 14:17:23 +10:00
systems Update to v103 WIP release. 2017-06-22 16:10:13 +10:00
target-tomoko Update to v103 final release. 2017-06-22 16:11:59 +10:00
video Update to v102r22 release. 2017-06-09 00:08:02 +10:00
ws Update to v103r01 release. 2017-06-26 11:41:58 +10:00
GNUmakefile Update to v102r06 release. 2017-02-11 10:56:42 +11:00