summaryrefslogtreecommitdiff
path: root/z80_to_x86.c
AgeCommit message (Expand)Author
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 bla...Mike Pavone