bsnes/higan/processor
Tim Allen 4b29f4bad7 Update to v097r15 release.
byuu says:

Changelog:
- higan now uses Natural<Size>/Integer<Size> for its internal types
- Super Famicom emulation now uses uint24 instead of uint for bus
  addresses (it's a 24-bit bus)
- cleaned up gb/apu MMIO writes
- cleaned up sfc/coprocessor/msu1 MMIO writes
- ~3% speed penalty

I've wanted to do that 24-bit bus thing for so long, but have always
been afraid of the speed impact. It's probably going to hurt
balanced/performance once they compile again, but it wasn't significant
enough to harm the accuracy core's frame rate, thankfully. Only lost one
frame per second.

The GBA core handlers are clearly going to take a lot more work. The
bit-ranges will make it substantially easier to handle, though. Lots of
32-bit registers where certain values span multiple bytes, but we have
to be able to read/write at byte-granularity.
2016-02-16 20:32:49 +11:00
..
arm Update to 20160215 release. 2016-02-16 20:27:55 +11:00
gsu Update to v097r07 release. 2016-02-02 21:51:17 +11:00
hg51b Update to v097r07 release. 2016-02-02 21:51:17 +11:00
lr35902 Update to v097r15 release. 2016-02-16 20:32:49 +11:00
r6502 Update to 20160215 release. 2016-02-16 20:27:55 +11:00
r65816 Update to v097r15 release. 2016-02-16 20:32:49 +11:00
spc700 Update to 20160215 release. 2016-02-16 20:27:55 +11:00
upd96050 Update to 20160215 release. 2016-02-16 20:27:55 +11:00
v30mz Update to 20160215 release. 2016-02-16 20:27:55 +11:00
GNUmakefile Update to v097r03 release. 2016-01-27 22:31:39 +11:00
processor.hpp Update to v097r01 release. 2016-01-23 18:29:34 +11:00