Commit Graph

5 Commits

Author SHA1 Message Date
David Anderson 5e66d8b205 debugger: load all 128k of VRAM 2024-09-19 21:10:48 -07:00
David Anderson 8c729698a8 debugger: implement scrolling in the hex view 2024-09-16 16:10:24 -07:00
David Anderson e2f4103fdc debugger: more hacking, hex editor with full editing now works 2024-09-16 15:53:55 -07:00
David Anderson 12ddbeb508 debugger: start of a debugging TUI for GARY
Uses the serial debug module and currently only works with
hardware/ulx3s, probably only on my specific machine where the
USB serial port is mapped _just so_. But it does work. Very WIP
unclean code, but checkpointing because it can hex view and hexedit
correctly.
2024-09-16 11:20:20 -07:00
David Anderson d3ab2fa433 debugger: start of a debugger client that uses the serial debug gateware 2024-09-14 20:32:40 -07:00