TO IMPORT ROMS, USE A FILE TO BASE64 THING Currently this doesn't have controls... nor do any games work... nor do any other roms... but I got this one working so I'm happy :) This ROM would not actually work on any other GBA, because it doesn't include the header file, because I didn't want to convert that much when using a hex to base64 converter. Surprisingly the actual rendering process is why it... renders... slowly... I DO NOT ADVOCATE PIRACY. If you can get games legally then you can, but if not, please do not pirate them.
Please use Forkphorus (https://forkphorus.github.io/#398973883) Scratch gives me ~0.25 - 0.75 FPS, Forkphorus gives me ~7.5 FPS Forkphorus is 15x faster Great site with tutorials for programming the GBA, and is a good technical reference: https://www.coranac.com/tonc/text/toc.htm Change log: 5/28/2020, v0.0.5: No homebrew running yet, but I got my first ROM working, which shows that the CPU is doing well. I've completely redone the entire thing, and haven't implemented all CPU instructions yet. My first goal is to get the three dots homebrew working. Doing well so far! 5/17/2020, v0: Released without any instructions/CPU, and no graphic modes other than 3 and 4. I've gotten a few special memory locations programmed in at least :)