bsnes/higan/sfc/coprocessor
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
..
armdsp Update to v106r14 release. 2018-04-15 15:49:53 +10:00
dip Update to v106r20 release. 2018-05-15 00:13:30 +10:00
epsonrtc Update to v106r52 release. 2018-07-25 22:24:03 +10:00
event Update to v106r61 release. 2018-09-04 15:44:35 +10:00
hitachidsp Update to v106r61 release. 2018-09-04 15:44:35 +10:00
icd Update to v106r52 release. 2018-07-25 22:24:03 +10:00
mcc Update to v106r61 release. 2018-09-04 15:44:35 +10:00
msu1 Update to v106r52 release. 2018-07-25 22:24:03 +10:00
necdsp Update to v105r1 release. 2017-11-07 09:05:54 +11:00
obc1 Update to v106r61 release. 2018-09-04 15:44:35 +10:00
sa1 Update to v106r61 release. 2018-09-04 15:44:35 +10:00
sdd1 Update to v106r61 release. 2018-09-04 15:44:35 +10:00
sharprtc Update to v106r52 release. 2018-07-25 22:24:03 +10:00
spc7110 Update to v106r61 release. 2018-09-04 15:44:35 +10:00
superfx Update to v106r61 release. 2018-09-04 15:44:35 +10:00
coprocessor.hpp Update to v106r20 release. 2018-05-15 00:13:30 +10:00