summaryrefslogtreecommitdiff
path: root/z80_to_x86.c
AgeCommit message (Collapse)Author
2013-04-29Properly handle wrapping around to 0 in translate_z80_streamMike Pavone
2013-04-29Fix bug in end condition inside translate_z80_stream.Mike Pavone
2013-04-29Squashing some bugs introduced when I switched the register assignments for ↵Mike Pavone
z80_write_byte around.
2013-04-29Implement retranslating code when written to. Possibly broken, need to fix ↵Mike Pavone
some other bugs before a proper test.
2013-04-29Implemented basic interrupt support in Z80 core.Mike Pavone
2013-04-28Implement ADC and SBC in Z80 core (untested)Mike Pavone
2013-04-28Implement rotation and bit set/reset instructions (untested).Mike Pavone
2013-04-28Implement RETCC in Z80 core.Mike Pavone
2013-04-28Implement EI, DI and IM in the Z80 coreMike Pavone
2013-04-28Implemente CP (untested)Mike Pavone
2013-04-28Implement EX, EXX and RST in Z80 coreMike Pavone
2013-04-26Implement BIT and DJNZ (tested). Fix register mapping for IYL.Mike Pavone
2013-04-26Added the rest of the conditions to JPCC, implemented CALLCC (untested)Mike Pavone
2013-04-25Implement more Z80 instructions (untested)Mike Pavone
2013-04-25Get Z80 core working for simple programsMike Pavone
2013-04-16Make reset trigger debug exit to make it easier to test the same cases in ↵Mike Pavone
blastem and musashi. Fix asl #1 overflow flag.