bsnes/higan/processor/z80
Tim Allen 8cf20dabbf Update to v101r21 release.
byuu says:

Changelog:

- Z80: emulated 83 new instructions
- Z80: timing improvements

DAA is a skeleton implementation to complete the normal opcode set. Also
worth noting that I don't know exactly what the hell RETI is doing,
so for now it acts like RET. RETN probably needs some special handling
besides just setting IFF1=IFF2 as well.

I'm now missing 24 ED-prefix instructions, plus DAA, for a total of 25
opcodes remaining. And then, of course, several weeks worth of debugging
all of the inevitable bugs in the core.
2016-11-01 08:10:33 +11:00
..
disassembler.cpp Update to v101r21 release. 2016-11-01 08:10:33 +11:00
instruction.cpp Update to v101r21 release. 2016-11-01 08:10:33 +11:00
instructions.cpp Update to v101r21 release. 2016-11-01 08:10:33 +11:00
memory.cpp Update to v101r21 release. 2016-11-01 08:10:33 +11:00
registers.cpp Update to v101r20 release. 2016-10-29 11:33:30 +11:00
z80.cpp Update to v101r17 release. 2016-09-06 23:53:14 +10:00
z80.hpp Update to v101r21 release. 2016-11-01 08:10:33 +11:00