You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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).
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.The text was updated successfully, but these errors were encountered: