Mercurial > repos > blastem
log z80_to_x86.c @ 841:58606d16d35c
age | author | description |
---|---|---|
Thu, 29 Oct 2015 23:12:01 -0700 | Michael Pavone | Fix timing of certain variants of LD |
Thu, 29 Oct 2015 21:42:10 -0700 | Michael Pavone | Fix timing of IM instruction |
Fri, 18 Sep 2015 19:54:02 -0700 | Michael Pavone | Fixed a copy pasta error in the implementation of LDD and LDDR. HL should be decremented and not incremented in those instructions. |
Sat, 01 Aug 2015 17:05:51 -0700 | Michael Pavone | Implement half carry for a couple of the trivial cases |
Wed, 29 Jul 2015 00:03:36 -0700 | Michael Pavone | Added support for an IO memory map in Z80 core |
Sat, 25 Jul 2015 18:22:07 -0700 | Michael Pavone | Use a new fatal_error function instead of calling fprintf and exit for fatal errors. This new function more gracefully handles the case in which BlastEm was not started from a terminal or disconnected from ther terminal (Windows). |
Sat, 27 Jun 2015 12:17:18 -0700 | Michael Pavone | Cleanup some warnings under clang through a combination of code fixes and supressing specific warnings |