SantX27

Results 3 comments of SantX27

Oh, I see. The device I'm using is a Miyoo/Bittboy Pocket Go. It's a small emulation "console" that uses the sdcard to boot off and to store the roms of...

I have tried debugging this issue on my own, using GDB and it turns out that I can't use it, I don't know how to debug a running program. I've...

Ok, I've done a bit of digging around in the source code, and I found out that the main culprit is `apu_emulate()` in `nes_emulate()` inside `nes.c`. Disabling it, other than...