TURBOWARP IS REQUIRED FOR THIS PROJECT https://turbowarp.org/1097770642?fps=250 Well, this took me a while to make. This is an ACTUAL Game Boy and Game Boy Color emulator, no fakery is happening here! Before I made this Scratch version of the emulator, I made a version in C, to warm myself up for this version. After that, I used "Goboscript" to convert the emulator into a text-based programming language, which then compiles into Scratch code. I then modified some parts of the emulator by hand (i.e. in the Scratch editor itself) and made the audio sprites and UI. NOTE: This emulator IS NOT supposed to be 100% accurate. It's supposed to be fast AND accurate enough to run at 60fps. But, if you do find a bug with my emulator, feel free to let me know in the comments. Have fun with my emulator! If you want to run something else, you can find GB/GBC HOMEBREW here: https://hh.gbdev.io/
CONVERT YOUR ROM FILES HERE: https://tomeko.net/online_tools/file_to_hex.php?lang=en (make sure to UNCHECK “Use 0x and comma as separator” and “Insert newlines after each 16B”) instructions: to play the currently imported game, click on the "aartGB" cartridge in the center. to import a new HEX-converted ROM, click on the "Import ROM" button. controls: Arrow keys: D-pad X key: A button Z key: B button Space key: Select button Enter key: Start Button FFT script by @Kouzeru Preloaded ROM is Grimace's Birthday by Krool Toys and McDonald's Everything else by me Changelog: 17/11/2024: released aartGB v0.26 19/11/2024: aartGB v0.28: fixed some instruction timings and fixed some other issues as well.