summaryrefslogtreecommitdiff
path: root/bus.cpp
AgeCommit message (Collapse)Author
2024-05-26Add Z80RAM and PSG loggingOxore
2024-05-25Fix watchpointsOxore
2024-05-22Optimize compile times by removing find_if usageOxore
2023-06-10Impl IO class with tracing, add VDP addr regs tracingOxore
2022-10-01Add more VDP tracing, add VRAM, CRAM, VSRAM and statusOxore
2022-09-30Begin implementing VDPOxore
2022-09-29Rename IO2 to VDP, enable VDP rw traceOxore
2022-09-26Use correct bitness for 32-bit writeOxore
2022-09-26Fix watchpoints, add PC backtraceOxore
2022-09-25Break execution on bus fault, support GDB NoAck modeOxore
2022-09-25Add Z80 BUSREQ and sound RAMOxore
2022-09-25Impl read and write watchpointsOxore
2022-09-03Impl breakpoints (pretty much draft)Oxore
Breakpoints work somehow, but overstep 1 instruction. Needs to be fixed.
2022-08-30Impl emulator stepping with GDBOxore
2022-08-27Move to C++ completelyOxore