bsnes/higan/sfc
Tim Allen 5e330da4e8 Update to v106r05 release.
byuu says:

Changelog:

  - Super Famicom: added remaining generic board types
  - icarus: improved Super Famicom heuristics
  - icarus: reworked BS Memory heuristics
  - icarus: reworked Sufami Turbo heuristics

Notes: this is really complicated, and is going to take a long time to
work 100% smoothly again.

Starting off, I am trying to get rid of the weird edge case zero-byte
SRAM mapping for the Cx4. It has the RAM region present, but returns
logic low (0x00) instead of open bus, when SRAM isn't present. I started
by making it `map=ram` instead of `ram/map`, which is gross, and then it ended
up detecing the map tag ending in RAM and pulling the Cx4 data RAM into that
slot. Ugh. The preservation board mapping is still as it was before and will
need to be updated once I get the syntax down.

The BS Memory and Sufami Turbo moving to the new `game/memory`
ending means I can't use the SuperFamicom::Cartridge::loadMemory
function that looks at the old-style rom/ram tags. Because I didn't
write more code, the result is those sub-carts won't load now.

The old heuristics were short-circuiting on SA1 before bothering with
BS-X slots, so that's why SD Gundam G-Next wasn't asking for a data
pack. The problem is, I don't know where the BS-X pack maps to on this
cartridge. It's at c0-ef on the other BS-X slotted cartridges, but
that's mapped to the SA1 on regular SA1 cartridges, so ... for now, it's
not actually mapped in.

I'm still struggling with naming conventions on all these boards. I'll
make a public post about that, though.
2018-02-11 08:45:44 +11:00
..
cartridge Update to v106r05 release. 2018-02-11 08:45:44 +11:00
controller Update to v103r05 release. 2017-07-01 16:15:27 +10:00
coprocessor Update to v106r04 release. 2018-02-08 21:32:46 +11:00
cpu Update to v105r1 release. 2017-11-07 09:05:54 +11:00
dsp Update to v105r1 release. 2017-11-07 09:05:54 +11:00
expansion Update to v103r04 release. 2017-06-30 14:17:23 +10:00
interface Update to v105r1 release. 2017-11-07 09:05:54 +11:00
memory Update to v100r03 release. 2016-07-10 15:28:26 +10:00
ppu Update to v105r1 release. 2017-11-07 09:05:54 +11:00
slot Update to v106r3 release. 2018-02-05 20:58:02 +11:00
smp Update to v105r1 release. 2017-11-07 09:05:54 +11:00
system Update to v106r3 release. 2018-02-05 20:58:02 +11:00
GNUmakefile Update to v103r30 release. 2017-08-09 21:11:59 +10:00
sfc.hpp Update to v104r04 release. 2017-08-24 12:45:24 +10:00