bsnes/higan/md
Tim Allen 1c0ef793fe Update to v100r04 release.
byuu says:

I now have enough of three instructions implemented to get through the
first four instructions in Sonic the Hedgehog.

But they're far from complete. The very first instruction uses EA
addressing, which is similar to x86's ModRM in terms of how disgustingly
complex it is. And it also accesses Z80 control registers, which obviously
isn't going to do anything yet.

The slow speed was me being stupid again. It's not 7.6MHz per frame,
it's 7.67MHz per second. So yeah, speed is so far acceptable again. But
we'll see how things go as I keep emulating more. The 68K decode is not
pretty at all.
2016-07-12 20:19:31 +10:00
..
apu Update to v100r03 release. 2016-07-10 15:28:26 +10:00
cartridge Update to v100r03 release. 2016-07-10 15:28:26 +10:00
cpu Update to v100r04 release. 2016-07-12 20:19:31 +10:00
interface Update to v100r04 release. 2016-07-12 20:19:31 +10:00
psg Update to v100r03 release. 2016-07-10 15:28:26 +10:00
system Update to v100r04 release. 2016-07-12 20:19:31 +10:00
vdp Update to v100r03 release. 2016-07-10 15:28:26 +10:00
ym2612 Update to v100r03 release. 2016-07-10 15:28:26 +10:00
GNUmakefile Update to v100r03 release. 2016-07-10 15:28:26 +10:00
md.hpp Update to v100r03 release. 2016-07-10 15:28:26 +10:00