qwertymodo
qwertymodo
Since we've just been throwing requests at you on Discord, here's a tracker issue to... well, keep track of them. - ~~Better GB Bank support. This affects things like the...
Since I tend to mostly use bsnes+ as a debugger/dev environment, I find myself constantly having several windows open, like the debugger, breakpoint editor, memory editor, etc. It would be...
It would be nice if there was a way to load multiple symbol files for the same ROM. I know it currently loads one symbol file for each processor, but...
When you set a symbol on an address, it displays in the debugger under the "Comment" column. If you then also set a comment on that same address, the symbol...
If my computer goes to sleep or I lock it while bsnes-plus is running, when I return, it refuses to accept any input unless I completely close the program and...
A scenario I find myself running into quite often is that I want to watch writes to a register or particular memory location via breakpoints, but there are a ton...
It would be really neat if the memory editor included some way of labeling a memory location, so you could name known variables. Assign it a location, data type, and...
I've been playing around with the PIC18F45K50 for a few days now trying to get it working. Using the official MLA source, I was able to get the config pragmas...
This adds VID and PID configuration options is usb_config.h, and produces a compiler warning if they are not supplied, in order to alert users if they attempt to build their...
Simple request, the only change that needs to happen is that any #ifdef (_16F1454) lines should add || (_16F1455). On the library side, that's just usb_hal.h, and then a few...