moa/src/cpus/z80
transistor cbf91309d9 Fixed debugger to easier debug one cpu at a time
Previously it would show a dump of whatever device was next scheduled
to step, if it was Debuggable, but now each debuggable device has a
flag for whether that device is being debugging, and a system flag
to disable it entirely.  When the system flag is set, it will try
to enable debugging on the device labelled "cpu".  I need to also add
a way of setting a breakpoint on a named device, which will enable
debugging of that device
2021-12-20 19:53:12 -08:00
..
debugger.rs Fixed debugger to easier debug one cpu at a time 2021-12-20 19:53:12 -08:00
decode.rs Fixed debugger to easier debug one cpu at a time 2021-12-20 19:53:12 -08:00
execute.rs Fixed debugger to easier debug one cpu at a time 2021-12-20 19:53:12 -08:00
mod.rs Added decoding of most Z80 instructions, and additional bugfixes 2021-11-09 11:03:57 -08:00
state.rs Minor changes 2021-12-13 11:05:22 -08:00
tests.rs Fixed warnings 2021-11-13 11:39:20 -08:00