bsnes/asnes
Tim Allen 973ef89d4a Update to 20100809 release.
byuu says:

This adds some sync.sh improvements to make it handle errors more
gracefully.
It also updates asnes a good bit. All of the four base processors now
have all publicly accessible functions right at the top of the main
headers, and everything else is private. This is to allow these headers
to essentially take the place of the previous base classes in the old
bsnes-merged format. So if there's something public there, you need to
implement that exact function to make your own module.
I removed the frame counter from the PPU, as it has nothing to do with
emulation. That now resides inside the Qt -> SNES interface code. Quite
amazing, I was actually saving the frame counter into the save state
files before, yuck.
Removed some baggage in the System class: it was friending a bunch of
long-dead functions and classes.
Forgot to re-add the CHEAT_SYSTEM define to info.hpp, so that's been put
back.
2010-08-22 10:48:44 +10:00
..
audio First version split into asnes and bsnes. 2010-08-09 23:28:56 +10:00
cartridge First version split into asnes and bsnes. 2010-08-09 23:28:56 +10:00
cheat First version split into asnes and bsnes. 2010-08-09 23:28:56 +10:00
chip First version split into asnes and bsnes. 2010-08-09 23:28:56 +10:00
config Update to 20100809 release. 2010-08-22 10:48:44 +10:00
cpu Update to 20100809 release. 2010-08-22 10:48:44 +10:00
debugger First version split into asnes and bsnes. 2010-08-09 23:28:56 +10:00
dsp Update to 20100809 release. 2010-08-22 10:48:44 +10:00
input First version split into asnes and bsnes. 2010-08-09 23:28:56 +10:00
interface First version split into asnes and bsnes. 2010-08-09 23:28:56 +10:00
libsnes Update to 20100808 release. 2010-08-09 23:31:09 +10:00
memory First version split into asnes and bsnes. 2010-08-09 23:28:56 +10:00
ppu Update to 20100809 release. 2010-08-22 10:48:44 +10:00
scheduler First version split into asnes and bsnes. 2010-08-09 23:28:56 +10:00
smp Update to 20100809 release. 2010-08-22 10:48:44 +10:00
system Update to 20100809 release. 2010-08-22 10:48:44 +10:00
video Update to 20100809 release. 2010-08-22 10:48:44 +10:00
Makefile Update to 20100808 release. 2010-08-09 23:31:09 +10:00
info.hpp Update to 20100809 release. 2010-08-22 10:48:44 +10:00
snes.hpp Update to 20100808 release. 2010-08-09 23:31:09 +10:00