Mercurial > repos > blastem
log z80_to_x86.c @ 1165:9fc680b35dbb
age | author | description |
---|---|---|
Tue, 03 Jan 2017 21:37:36 -0800 | Michael Pavone | Fix implementation of Z80 HALT instruction |
Mon, 02 Jan 2017 23:35:40 -0800 | Michael Pavone | Invalidate translated code on a cartridge bank change in SMS mode. Fix handling of bank 0 |
Sun, 01 Jan 2017 01:10:44 -0800 | Michael Pavone | Partial fix for Z80 debugger brokeness introduced with stack alignment changes |
Wed, 28 Dec 2016 20:39:27 -0800 | Michael Pavone | Remove memory map assumptions from Z80 core and move a little bit of logic to the generic backend.c so it can be shared between CPU cores |
Thu, 22 Dec 2016 19:51:25 -0800 | Michael Pavone | Initial support for Genesis/Megadrive PBC mode. VDP still needs Mode 4 to be useful. |
Thu, 22 Dec 2016 10:51:33 -0800 | Michael Pavone | More cleanup in preparation for SMS/Mark III support |
Wed, 14 Dec 2016 23:27:42 -0800 | Michael Pavone | Fix a couple of timing regressions in Z80 core |