Open Issues Need Help
View All on GitHub Add banking support to CPU debugger about 2 months ago
AI Summary: The task involves adding support for memory banking to the CPU debugger of an X65 microcomputer emulator. This requires modifying the `ui_dbg_tick` function to fetch the Program Bank Register (PBR) value from the emulator's pin bits and use it to calculate the full 24-bit address for display in the debugger, while keeping the existing 16-bit Program Counter (PC) for its wrap-around behavior.
Complexity:
3/5
enhancement good first issue