bsnes/gba
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
..
apu Update to v093r11 release. 2013-12-21 21:45:58 +11:00
cartridge Update to v094r17 release. 2015-05-16 17:36:22 +10:00
cpu Update to v093r10 release. 2013-12-20 22:40:39 +11:00
interface Update to v093r12 release. 2013-12-23 22:43:51 +11:00
memory Update to v093 release. 2013-08-18 13:21:14 +10:00
player Update to v094r09 release. 2015-02-28 12:52:53 +11:00
ppu Update to v093r10 release. 2013-12-20 22:40:39 +11:00
scheduler Update to v093 release. 2013-08-18 13:21:14 +10:00
system Update to v094r17 release. 2015-05-16 17:36:22 +10:00
video Update to v093r11 release. 2013-12-21 21:45:58 +11:00
GNUmakefile Update to v094r09 release. 2015-02-28 12:52:53 +11:00
gba.hpp Update to v093r10 release. 2013-12-20 22:40:39 +11:00