bsnes/higan/sfc
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
..
cartridge Update to v106r61 release. 2018-09-04 15:44:35 +10:00
controller Update to v106r55 release. 2018-08-05 19:00:15 +10:00
coprocessor Update to v106r61 release. 2018-09-04 15:44:35 +10:00
cpu Update to v106r61 release. 2018-09-04 15:44:35 +10:00
dsp Update to 20180726 release. 2018-07-26 20:36:43 +10:00
expansion Update to v106r52 release. 2018-07-25 22:24:03 +10:00
interface Update to v106r61 release. 2018-09-04 15:44:35 +10:00
memory Update to v106r61 release. 2018-09-04 15:44:35 +10:00
ppu Update to 20180726 release. 2018-07-26 20:36:43 +10:00
ppu-fast Update to 20180726 release. 2018-07-26 20:36:43 +10:00
slot Update to v106r61 release. 2018-09-04 15:44:35 +10:00
smp Update to 20180729 release. 2018-07-29 23:24:38 +10:00
system Update to 20180726 release. 2018-07-26 20:36:43 +10:00
GNUmakefile Update to v106r40 release. 2018-06-11 14:50:18 +10:00
sfc.hpp Update to v106r61 release. 2018-09-04 15:44:35 +10:00