summaryrefslogtreecommitdiff
path: root/z80_util.c
AgeCommit message (Expand)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 timing...Michael Pavone
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 ex...Michael Pavone
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 rep...Michael Pavone
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
2019-01-28Initial checkin of new WIP Z80 core using CPU DSLMichael Pavone