log

age author description
Sat, 09 Feb 2019 11:52:43 -0800 Michael Pavone Allow profiling blastcpm with perftools
Sat, 09 Feb 2019 11:34:31 -0800 Michael Pavone Optimization to memory access in new Z80 core
Fri, 08 Feb 2019 23:09:58 -0800 Michael Pavone Added option to CPU DSL to produce a threaded interpreter using computed goto
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:56 -0800 Michael Pavone Call srand in Z80 test generator so different values are used when regenerating tests
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
Tue, 05 Feb 2019 19:29:30 -0800 Michael Pavone Fixed cp ixh 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:51:56 -0800 Michael Pavone Implemented RLD/RRD 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 22:02:59 -0800 Michael Pavone Fixed flag calculation in dec (hl) in new Z80 core
Mon, 04 Feb 2019 21:43:59 -0800 Michael Pavone Implemented DAA in new Z80 core
Mon, 04 Feb 2019 21:43:43 -0800 Michael Pavone Fixed some issues involving conditional execution and temporaries/constant folding
Mon, 04 Feb 2019 20:47:20 -0800 Michael Pavone Implemented conditional call/ret, cpi/cpd/cpir/cpdr and fixed ldir/lddr in new Z80 core
Sun, 03 Feb 2019 11:05:40 -0800 Michael Pavone Get new Z80 core running in CPM harness
Sun, 03 Feb 2019 10:40:41 -0800 Michael Pavone Implemented the rest of the block move instructions in new Z80 core
Sat, 02 Feb 2019 23:02:19 -0800 Michael Pavone Implemented LDI in new Z80 core
Sat, 02 Feb 2019 21:22:02 -0800 Michael Pavone Implemented ld a,r and ld a,i in new Z80 core
Sat, 02 Feb 2019 20:43:20 -0800 Michael Pavone Implemented DD/FD prefixes for EX in new Z80 core
Sat, 02 Feb 2019 16:16:25 -0800 Michael Pavone Implemented remaining DD/FD prefixes for LD in new Z80 core
Sat, 02 Feb 2019 15:42:45 -0800 Michael Pavone Implemented SET instruction in Z80 core
Sat, 02 Feb 2019 15:35:15 -0800 Michael Pavone Implemented RES instruction in new Z80 core
Sat, 02 Feb 2019 15:10:18 -0800 Michael Pavone Implemented BIT instruction in new Z80 core and fixed a bunch of WZ register calculations
Fri, 01 Feb 2019 22:19:09 -0800 Michael Pavone Implemented jp (hl), jp (ix) and jp (iy) in the new Z80 core
Fri, 01 Feb 2019 22:16:56 -0800 Michael Pavone Miscellaneous small fixes to new Z80 core
Thu, 31 Jan 2019 23:55:09 -0800 Michael Pavone Fixed a few ld instructions in the new Z80 core
Thu, 31 Jan 2019 23:33:36 -0800 Michael Pavone Implemented shift instructions in new Z80 core
Thu, 31 Jan 2019 23:03:51 -0800 Michael Pavone Implemented the rest of the rotate instructions in new Z80 core