Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-12 | Implement serialization/deserialization in new Z80 core | Michael Pavone | |
2019-02-19 | Store 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-15 | Add appropriate cycles for IO access | Michael Pavone | |
2019-02-12 | Integration of new Z80 core is sort of working now | Michael Pavone | |
2019-02-10 | Initial attempt at interrupts in new Z80 core and integrating it into main ↵ | Michael Pavone | |
executable | |||
2019-02-09 | Optimization to memory access in new Z80 core | Michael Pavone | |
2019-02-07 | Added 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-03 | Get new Z80 core running in CPM harness | Michael Pavone | |
2019-01-29 | Implement 16-bit addition in new Z80 core along with necessary CPU DSL fixes ↵ | Michael Pavone | |
to make them work right | |||
2019-01-28 | Initial checkin of new WIP Z80 core using CPU DSL | Michael Pavone | |