bsnes/higan/md
Tim Allen 26bd7590ad Update to v101r32 release.
byuu says:

Changelog:

  - SMS: fixed controller connection bug
  - SMS: fixed Z80 reset bug
  - PCE: emulated HuC6280 MMU
  - PCE: emulated HuC6280 RAM
  - PCE: emulated HuCard ROM reading
  - PCE: implemented 178 instructions
  - tomoko: removed "soft reset" functionality
  - tomoko: moved "power cycle" to just above "unload" option

I'm not sure of the exact number of HuC6280 instructions, but it's less
than 260.

Many of the ones I skipped are HuC6280-originals that I don't know how
to emulate just yet.

I'm also really unsure about the zero page stuff. I believe we should be
adding 0x2000 to the addresses to hit page 1, which is supposed to be
mapped to the zero page (RAM). But when I look at turboEMU's source, I
have no clue how the hell it could possibly be doing that. It looks to
be reading from page 0, which is almost always ROM, which would be ...
really weird.

I also don't know if I've emulated the T mode opcodes correctly or not.
The documentation on them is really confusing.
2017-01-14 10:59:38 +11:00
..
apu Update to v101r32 release. 2017-01-14 10:59:38 +11:00
bus Update to v101r15 release. 2016-09-04 23:51:27 +10:00
cartridge Update to v101r31 release. 2017-01-13 12:15:45 +11:00
controller Update to v101r31 release. 2017-01-13 12:15:45 +11:00
cpu Update to v101r15 release. 2016-09-04 23:51:27 +10:00
interface Update to v101r31 release. 2017-01-13 12:15:45 +11:00
psg Update to v101r12 release. 2016-08-22 08:11:24 +10:00
system Update to v101r32 release. 2017-01-14 10:59:38 +11:00
vdp Update to v101r15 release. 2016-09-04 23:51:27 +10:00
ym2612 Update to v101r04 release. 2016-08-12 11:07:04 +10:00
GNUmakefile Update to v101r12 release. 2016-08-22 08:11:24 +10:00
md.hpp Update to v101r31 release. 2017-01-13 12:15:45 +11:00