Mercurial > repos > blastem
log z80_to_x86.c @ 283:61f5d88ea01a
age | author | description |
---|---|---|
Sat, 04 May 2013 15:15:55 -0700 | Mike Pavone | Implement RETI and RETN (untested). Cleanup tests for "terminal" instructions. |
Sat, 04 May 2013 14:36:50 -0700 | Mike Pavone | Remove deferred address entries from abandoned translations inside z80_retrans_inst |
Fri, 03 May 2013 20:18:28 -0700 | Mike Pavone | Fix native address lookup in bannked memory area |
Fri, 03 May 2013 19:27:32 -0700 | Mike Pavone | Using push/pop inside translated code is not compatible with the current way the Z80 core returns to the caller |
Fri, 03 May 2013 18:49:48 -0700 | Mike Pavone | Implement shift instructions (untested) |
Thu, 02 May 2013 22:39:39 -0700 | Mike Pavone | Implement CPL and NEG (untested) |