summaryrefslogtreecommitdiff
path: root/z80.cpu
AgeCommit message (Collapse)Author
2019-01-30Added implementations of a bunch of 16-bit arithmetic instructions and some ↵Michael Pavone
DD/FD prefix instructions in new Z80 core
2019-01-29Implement 16-bit addition in new Z80 core along with necessary CPU DSL fixes ↵Michael Pavone
to make them work right
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