bsnes/sfc
Tim Allen 39ca8a2fab Update to v094r17 release.
byuu says:

This updates higan to use the new Markup::Node changes. This is a really
big change, and one slight typo anywhere could break certain classes of
games from playing.

I don't have ananke hooked up again yet, so I don't have the ability to
test this much. If anyone with some v094 game folders wouldn't mind
testing, I'd help out a great deal.

I'm most concerned about testing one of each SNES special chip game.
Most notably, systems like the SA-1, HitachiDSP and NEC-DSP were using
the fancier lookups, eg node["rom[0]/name"], which I had to convert to
a rather ugly node["rom"].at(0)["name"], which I'm fairly confident
won't work. I'm going to blame that on the fumes from the shelves I just
stained >.> Might work with node.find("rom[0]/name")(0) though ...? But
so ugly ... ugh.

That aside, this WIP adds the accuracy-PPU inlining, so the accuracy
profile should run around 7.5% faster than before.
2015-05-16 17:36:22 +10:00
..
alt Update to v093r10 release. 2013-12-20 22:40:39 +11:00
base Update to v093 release. 2013-08-18 13:21:14 +10:00
cartridge Update to v094r17 release. 2015-05-16 17:36:22 +10:00
cheat Update to v094r06 release. 2014-02-09 17:05:58 +11:00
chip Update to v094r17 release. 2015-05-16 17:36:22 +10:00
controller Update to v093 release. 2013-08-18 13:21:14 +10:00
cpu Update to v094r06 release. 2014-02-09 17:05:58 +11:00
dsp Update to v093 release. 2013-08-18 13:21:14 +10:00
interface Update to v094r06 release. 2014-02-09 17:05:58 +11:00
memory Update to v094r01 release. 2014-01-28 21:04:58 +11:00
ppu Update to v094r17 release. 2015-05-16 17:36:22 +10:00
scheduler Update to v093 release. 2013-08-18 13:21:14 +10:00
slot Update to v093 release. 2013-08-18 13:21:14 +10:00
smp Update to v094r05 release. 2014-02-09 17:05:58 +11:00
system Update to v094r17 release. 2015-05-16 17:36:22 +10:00
GNUmakefile Update to v094r12 release. 2015-03-03 21:26:44 +11:00
profile-accuracy.hpp Update to v093 release. 2013-08-18 13:21:14 +10:00
profile-balanced.hpp Update to v093 release. 2013-08-18 13:21:14 +10:00
profile-performance.hpp Update to v093 release. 2013-08-18 13:21:14 +10:00
sfc.hpp Update to v094r01 release. 2014-01-28 21:04:58 +11:00