summaryrefslogtreecommitdiff
path: root/z80.cpu
AgeCommit message (Expand)Author
2019-02-03Implemented the rest of the block move instructions in new Z80 coreMichael Pavone
2019-02-02Implemented LDI in new Z80 coreMichael Pavone
2019-02-02Implemented ld a,r and ld a,i in new Z80 coreMichael Pavone
2019-02-02Implemented DD/FD prefixes for EX in new Z80 coreMichael Pavone
2019-02-02Implemented remaining DD/FD prefixes for LD in new Z80 coreMichael Pavone
2019-02-02Implemented SET instruction in Z80 coreMichael Pavone
2019-02-02Implemented RES instruction in new Z80 coreMichael Pavone
2019-02-02Implemented BIT instruction in new Z80 core and fixed a bunch of WZ register ...Michael Pavone
2019-02-01Implemented jp (hl), jp (ix) and jp (iy) in the new Z80 coreMichael Pavone
2019-02-01Miscellaneous small fixes to new Z80 coreMichael Pavone
2019-01-31Fixed a few ld instructions in the new Z80 coreMichael Pavone
2019-01-31Implemented shift instructions in new Z80 coreMichael Pavone
2019-01-31Implemented the rest of the rotate instructions in new Z80 coreMichael Pavone
2019-01-31Implementation of some of the rotate instructions in new Z80 coreMichael Pavone
2019-01-30Implemented DD/FD prefixes for and/or/xor in new Z80 coreMichael Pavone
2019-01-30Fix cp instruction in new Z80 core and implement its DD/FD prefixesMichael Pavone
2019-01-30Implemented the rest of the dd/fd prefixes for the add/adc/sub/sbc/inc/dec in...Michael Pavone
2019-01-30Added implementations of a bunch of 16-bit arithmetic instructions and some D...Michael Pavone
2019-01-29Implement 16-bit addition in new Z80 core along with necessary CPU DSL fixes ...Michael Pavone
2019-01-29fix half-carry for or and xor in new Z80 coreMichael Pavone
2019-01-29Fix ED prefix in new Z80 coreMichael Pavone
2019-01-28Initial checkin of new WIP Z80 core using CPU DSLMichael Pavone