bsnes/sfc/chip
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
..
armdsp Update to v093 release. 2013-08-18 13:21:14 +10:00
bsx Update to v093 release. 2013-08-18 13:21:14 +10:00
epsonrtc Update to v093 release. 2013-08-18 13:21:14 +10:00
event Update to v094r09 release. 2015-02-28 12:52:53 +11:00
hitachidsp Update to v093 release. 2013-08-18 13:21:14 +10:00
icd2 Update to v094r01 release. 2014-01-28 21:04:58 +11:00
msu1 Update to v094r17 release. 2015-05-16 17:36:22 +10:00
necdsp Update to v093 release. 2013-08-18 13:21:14 +10:00
nss Update to v093 release. 2013-08-18 13:21:14 +10:00
obc1 Update to v093 release. 2013-08-18 13:21:14 +10:00
sa1 Update to v094r17 release. 2015-05-16 17:36:22 +10:00
sdd1 Update to v093 release. 2013-08-18 13:21:14 +10:00
sharprtc Update to v093 release. 2013-08-18 13:21:14 +10:00
spc7110 Update to v093 release. 2013-08-18 13:21:14 +10:00
superfx Update to v093r07 release. 2013-12-10 23:12:54 +11:00
chip.hpp Update to v094r12 release. 2015-03-03 21:26:44 +11:00