Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-26 | Add Z80RAM and PSG logging | Oxore | |
2024-05-25 | Fix watchpoints | Oxore | |
2024-05-22 | Optimize compile times by removing find_if usage | Oxore | |
2023-06-10 | Impl IO class with tracing, add VDP addr regs tracing | Oxore | |
2022-10-01 | Add more VDP tracing, add VRAM, CRAM, VSRAM and status | Oxore | |
2022-09-30 | Begin implementing VDP | Oxore | |
2022-09-29 | Rename IO2 to VDP, enable VDP rw trace | Oxore | |
2022-09-26 | Use correct bitness for 32-bit write | Oxore | |
2022-09-26 | Fix watchpoints, add PC backtrace | Oxore | |
2022-09-25 | Break execution on bus fault, support GDB NoAck mode | Oxore | |
2022-09-25 | Add Z80 BUSREQ and sound RAM | Oxore | |
2022-09-25 | Impl read and write watchpoints | Oxore | |
2022-09-03 | Impl breakpoints (pretty much draft) | Oxore | |
Breakpoints work somehow, but overstep 1 instruction. Needs to be fixed. | |||
2022-08-30 | Impl emulator stepping with GDB | Oxore | |
2022-08-27 | Move to C++ completely | Oxore | |