summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-05-06Fix interrupt acknowledgingOxore
2023-05-06Impl hardcoded integer scalingOxore
2023-05-06Impl scroll A static renderingOxore
2023-05-06Add a bit of comments on Mode set 2 register macrosOxore
2022-12-15Fix showing the color paletteOxore
2022-11-20Fix breakpoint triggering in video cycleOxore
2022-11-20Fix backtrace buffer head trackingOxore
2022-10-30Add sigint handlerOxore
2022-10-21Try to output color palette (doesn't work)Oxore
2022-10-21Add global cycles counterOxore
2022-10-20Fix buffer overflow access, continue implementing graphicsOxore
2022-10-19Begin implementing VDP renderingOxore
2022-10-19Use argv[0] in "usage" messageOxore
2022-10-03Impl DMA VRAM fillOxore
2022-10-03Begin implementing DMA: impl memory to VRAMOxore
2022-10-03Impl vblank irqOxore
2022-10-02Refactor VDP read tracingOxore
2022-10-02Fix two-byte read and write in VDPOxore
2022-10-02Impl setting registers via GDBOxore
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-29Disable GDB Remote traceOxore
2022-09-29Remove no more needed dead codeOxore
2022-09-26Use correct bitness for 32-bit writeOxore
2022-09-26Fix watchpoints, add PC backtraceOxore
2022-09-25Disable NoAck mode when connection closedOxore
2022-09-25Remove outdated TODOOxore
2022-09-25Get project a name, declare goalsOxore
2022-09-25Break execution on bus fault, support GDB NoAck modeOxore
2022-09-25Add Z80 BUSREQ and sound RAMOxore
2022-09-25Tidy some scopes, add some constsOxore
2022-09-25Impl access watchpointOxore
2022-09-25Impl read and write watchpointsOxore
2022-09-25Use switch-case for handling GDB commandsOxore
2022-09-25Impl monitor reset and reset halt commandsOxore
2022-09-23Disable excess verbosity in m68kmakeOxore
2022-09-07Hacky breakpoint before instruction executesOxore
2022-09-03Impl breakpoints (pretty much draft)Oxore
Breakpoints work somehow, but overstep 1 instruction. Needs to be fixed.
2022-09-03Impl writing memory via GDBOxore
2022-09-03Begin implementing breakpoints supportOxore
2022-08-30Implement GDB's execution continue and interruptOxore
2022-08-30Impl emulator stepping with GDBOxore
2022-08-30Convince GDB that it is connectedOxore
2022-08-27Introduce sophisticated parsing in GDBRemoteOxore
2022-08-27Add initial gdbremote implementationOxore
2022-08-27Move to C++ completelyOxore
2022-08-26Add README.md and licensing informationOxore
2022-08-26Split bus functionalityOxore
2022-08-26Get rid of macrosOxore