X65 microcomputer emulator

65816 8bit emulator wasm x65
1 Open Issue Need Help Last updated: Jul 8, 2025

Open Issues Need Help

View All on GitHub

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

X65 microcomputer emulator

C
#65816#8bit#emulator#wasm#x65