Mercurial > repos > blastem
log z80_to_x86.c @ 1042:a6c6b621d0dc
age | author | description |
---|---|---|
Sun, 24 Jul 2016 17:17:59 -0700 | Michael Pavone | Implement Z80 DAA. Implement half-carry flag for the rest of the "easy" cases. Implement flags for IN instruction. Fix implementation of IN for IN F, (C) case |
Sat, 23 Jul 2016 12:43:52 -0700 | Michael Pavone | Implement Z80 block OUT instructions. Fixes Power Monger |
Wed, 20 Apr 2016 23:19:13 -0700 | Michael Pavone | Fix bug in Z80 rrd implementation. This fixes the annoying high pitched wine in Afterburner II. |
Wed, 20 Apr 2016 23:00:37 -0700 | Michael Pavone | Fix crash bug in Z80 debugger introduced with stack alignment changes |
Fri, 27 Nov 2015 10:47:35 -0800 | Michael Pavone | Replace some hard-coded instruction length assumptions with a calculation so they will work properly on both 32-bit and 64-bit hosts |
Thu, 26 Nov 2015 22:30:41 -0800 | Michael Pavone | Fix for Z80 retranslation post alignment rework |
Thu, 26 Nov 2015 00:10:36 -0800 | Michael Pavone | Z80 core is now slightly less broken |