Close

65C02 / TMS9918A debugger improvements

A project log for HBC-56: 65C02 + TMS9918A on a backplane

HBC-56 A homebrew 8-bit computer with a backplane. Initially with a 65C02 CPU card, a TMS9918A VDP and dual AY-3-8910 audio.

troy-schrapelTroy Schrapel 03/30/2022 at 04:390 Comments

More tinkering on the emulator for my 65C02 / TMS9918A homebrew build has resulting in many improvements to the debugger, including being able to step through the source assembly code, set and clear breakpoints,  break on interrupts, examine variables and constants, RAM and VRAM, click to labels, etc.

You can try it online here: https://visrealm.github.io/hbc-56/emulator/wasm/?rom=breakout

Discussions