summaryrefslogtreecommitdiff
path: root/z80_util.c
AgeCommit message (Collapse)Author
2019-03-12Implement serialization/deserialization in new Z80 coreMichael Pavone
2019-02-19Store sync_cycle in context rather than in a local in CPU DSL. Fix the ↵Michael Pavone
timing of a number of instructions in new Z80 core
2019-02-15Add appropriate cycles for IO accessMichael Pavone
2019-02-12Integration of new Z80 core is sort of working nowMichael Pavone
2019-02-10Initial attempt at interrupts in new Z80 core and integrating it into main ↵Michael Pavone
executable
2019-02-09Optimization to memory access in new Z80 coreMichael Pavone
2019-02-07Added init functions to z80_util.c so new Z80 core is closer to a drop in ↵Michael Pavone
replacement for the old one
2019-02-03Get new Z80 core running in CPM harnessMichael Pavone
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-28Initial checkin of new WIP Z80 core using CPU DSLMichael Pavone