bsnes/higan
Tim Allen a8323d0d2b Update to v097r04 release.
byuu says:

Lots of improvements. We're now able to start executing some V30MZ
instructions. 32 of 256 opcodes implemented so far.

I hope this goes without saying, but there's absolutely no point in
loading WS/WSC games right now. You won't see anything until I have the
full CPU and partial PPU implemented.

ROM bank 2 works properly now, the I/O map is 16-bit (address) x 16-bit
(data) as it should be*, and I have a basic disassembler in place
(adding to it as I emulate new opcodes.)

(* I don't know what happens if you access an 8-bit port in 16-bit mode
or vice versa, so for now I'm just treating the handlers as always being
16-bit, and discarding the upper 8-bits when not needed.)
2016-01-28 22:39:49 +11:00
..
data Update to v097r03 release. 2016-01-27 22:31:39 +11:00
emulator Update to v097r04 release. 2016-01-28 22:39:49 +11:00
fc Update to v097r04 release. 2016-01-28 22:39:49 +11:00
gb Update to v097r02 release. 2016-01-25 22:27:18 +11:00
gba Update to v097r02 release. 2016-01-25 22:27:18 +11:00
obj Update to v096r01 release. 2015-12-30 17:54:59 +11:00
out Update to v096r01 release. 2015-12-30 17:54:59 +11:00
processor Update to v097r04 release. 2016-01-28 22:39:49 +11:00
profile Update to v097r03 release. 2016-01-27 22:31:39 +11:00
sfc Update to v097r02 release. 2016-01-25 22:27:18 +11:00
target-tomoko Update to v097r04 release. 2016-01-28 22:39:49 +11:00
ws Update to v097r04 release. 2016-01-28 22:39:49 +11:00
GNUmakefile Update to v097r03 release. 2016-01-27 22:31:39 +11:00