floooh / v6502r

visual6502 remixed
310 stars 32 forks source link

Edit registers #17

Open binji opened 1 year ago

binji commented 1 year ago

It would be nice to be able to modify the registers (and potentially other nodes). Looking at the code it seems like it should be possible (using writeNodes in perfect6502.c, etc.) but somewhat tedious to plumb through.

floooh commented 1 year ago

Agreed, currently I don't have much time to spend on the fun emulator stuff unfortunately.

Most of the change would most likely be UI code. We could probably steal some code from the debugger window in my home computer emulators (e.g. check out "Debug => CPU Debugger" here: https://floooh.github.io/tiny8bit/cpc-ui.html).