bsnes/higan/sfc/coprocessor
Tim Allen e9d2d56df9 Update to v105r1 release.
byuu says:

Changelog:

  - higan: readded support for soft-reset to Famicom, Super Famicom,
    Mega Drive cores (work in progress)
      - handhelds lack soft reset obviously
      - the PC Engine also lacks a physical reset button
      - the Master System's reset button acts like a gamepad button, so
        can't show up in the menu
  - Mega Drive: power cycle wasn't initializing CPU (M68K) or APU (Z80)
    RAM
  - Super Famicom: fix SPC700 opcode 0x3b regression; fixes Majuu Ou
    [Jonas Quinn]
  - Super Famicom: fix SharpRTC save regression; fixes Dai Kaijuu
    Monogatari II's real-time clock [Talarubi]
  - Super Famicom: fix EpsonRTC save regression; fixes Tengai Makyou
    Zero's real-time clock [Talarubi]
  - Super Famicom: removed `*::init()` functions, as they were never used
  - Super Famicom: removed all but two `*::load()` functions, as they
    were not used
  - higan: added option to auto-save backup RAM every five seconds
    (enabled by default)
      - this is in case the emulator crashes, or there's a power outage;
        turn it off under advanced settings if you want
  - libco: updated license from public domain to ISC, for consistency
    with nall, ruby, hiro
  - nall: Linux compiler defaults to g++; override with g++-version if
    g++ is <= 4.8
      - FreeBSD compiler default is going to remain g++49 until my dev
        box OS ships with g++ >= 4.9

Errata: I have weird RAM initialization constants, thanks to hex_usr
and onethirdxcubed for both finding this:
http://wiki.nesdev.com/w/index.php?title=CPU_power_up_state&diff=11711&oldid=11184

I'll remove this in the next WIP.
2017-11-07 09:05:54 +11:00
..
armdsp Update to v105r1 release. 2017-11-07 09:05:54 +11:00
epsonrtc Update to v105r1 release. 2017-11-07 09:05:54 +11:00
event Update to v105r1 release. 2017-11-07 09:05:54 +11:00
hitachidsp Update to v105r1 release. 2017-11-07 09:05:54 +11:00
icd2 Update to v105r1 release. 2017-11-07 09:05:54 +11:00
mcc Update to v105r1 release. 2017-11-07 09:05:54 +11:00
msu1 Update to v105r1 release. 2017-11-07 09:05:54 +11:00
necdsp Update to v105r1 release. 2017-11-07 09:05:54 +11:00
nss Update to v105r1 release. 2017-11-07 09:05:54 +11:00
obc1 Update to v105r1 release. 2017-11-07 09:05:54 +11:00
sa1 Update to v105r1 release. 2017-11-07 09:05:54 +11:00
sdd1 Update to v105r1 release. 2017-11-07 09:05:54 +11:00
sharprtc Update to v105r1 release. 2017-11-07 09:05:54 +11:00
spc7110 Update to v105r1 release. 2017-11-07 09:05:54 +11:00
superfx Update to v105r1 release. 2017-11-07 09:05:54 +11:00
coprocessor.hpp Update to v100r14 release. 2016-07-30 13:56:12 +10:00