Mercurial > repos > blastem
log cpu_dsl.py @ 1754:043cf458704c
age | author | description |
---|---|---|
Fri, 15 Feb 2019 23:58:34 -0800 | Michael Pavone | Basic support for string operands in CPU DSL |
Tue, 12 Feb 2019 09:58:04 -0800 | Michael Pavone | Integration of new Z80 core is sort of working now |
Sun, 10 Feb 2019 11:58:23 -0800 | Michael Pavone | Initial attempt at interrupts in new Z80 core and integrating it into main executable |
Sat, 09 Feb 2019 11:34:31 -0800 | Michael Pavone | Optimization to memory access in new Z80 core |
Fri, 08 Feb 2019 23:09:58 -0800 | Michael Pavone | Added option to CPU DSL to produce a threaded interpreter using computed goto |
Thu, 07 Feb 2019 09:43:25 -0800 | Michael Pavone | Added init functions to z80_util.c so new Z80 core is closer to a drop in replacement for the old one |
Wed, 06 Feb 2019 09:13:24 -0800 | Michael Pavone | Optimization of flag calculation for flags that just copy a bit from the result in CPU DSL |