bsnes/higan/processor
Tim Allen 3d34517f3e Update to v106r61 release.
byuu says:

This release adds ikari's Cx4 notes to bsnes. It fixes the MMX2 intro's
boss fight sequence to be frame perfect to real hardware. It's also very
slightly faster than before.

I've also added an option to toggle the CPU↔coprocessor cycle
synchronization to the emulation settings panel, so you don't have to
recompile to get the more accurate SA1 timings. I'm most likely going to
default this to disabled in bsnes, and *maybe* enabled in higan out of
the box.

StaticRAM (wasn't used) and MappedRAM are gone from the Super Famicom
core. Instead, there's now ReadableMemory, WritableMemory, and
ProtectedMemory (WritableMemory with a toggle for write protection.)
Cartridge::loadMap now takes a template Memory object, which bypasses an
extra virtual function call on memory accesses, but it doesn't really
impact speed much. Whatever.
2018-09-04 15:44:35 +10:00
..
arm7tdmi Update to v104 release. 2017-08-12 20:53:13 +10:00
gsu Update to v102r27 release. 2017-06-19 12:07:54 +10:00
hg51b Update to v106r61 release. 2018-09-04 15:44:35 +10:00
huc6280 Update to v106r52 release. 2018-07-25 22:24:03 +10:00
lr35902 Update to v103r26 release. 2017-08-06 09:13:26 +10:00
m68k Update to v104r17 release. 2017-10-05 17:13:03 +11:00
mos6502 Update to v104r15 release. 2017-09-29 20:36:35 +10:00
spc700 Update to v106r46 release. 2018-07-08 14:58:27 +10:00
upd96050 Update to v104r16 release. 2017-10-02 19:04:28 +11:00
v30mz Update to v106r47 release. 2018-07-14 13:59:29 +10:00
wdc65816 Update to v106r61 release. 2018-09-04 15:44:35 +10:00
z80 Update to v106r52 release. 2018-07-25 22:24:03 +10:00
GNUmakefile Update to v106r26 release. 2018-05-24 12:14:17 +10:00
processor.hpp Update to v097r01 release. 2016-01-23 18:29:34 +11:00