Mercurial > repos > blastem
log cpu_dsl.py @ 1748:48a43dff4dc0
age | author | description |
---|---|---|
Thu, 07 Feb 2019 09:43:25 -0800 | Michael Pavone | Added init functions to z80_util.c so new Z80 core is closer to a drop in replacement for the old one |
Wed, 06 Feb 2019 09:13:24 -0800 | Michael Pavone | Optimization of flag calculation for flags that just copy a bit from the result in CPU DSL |
Wed, 06 Feb 2019 08:54:09 -0800 | Michael Pavone | Fixes to DAA, SCF and CCF to pass ZEXALL in new Z80 core |
Tue, 05 Feb 2019 19:29:54 -0800 | Michael Pavone | Fixed half-carry flag calcuation for adc/sbc in new Z80 core |
Mon, 04 Feb 2019 23:46:35 -0800 | Michael Pavone | Fixed CPI/CPD/CPIR/CPDR in new Z80 core |
Mon, 04 Feb 2019 22:20:51 -0800 | Michael Pavone | Implement DD/FD prefixes for instructions that don't reference HL |
Mon, 04 Feb 2019 21:43:43 -0800 | Michael Pavone | Fixed some issues involving conditional execution and temporaries/constant folding |