An in-development Game Boy emulator. Currently does not run any games.
- 214/501 opcodes emulated
- Have reached a point where the Boot ROM loops indefinitely as the PPU has not been implemented yet
This program was built and tested with:
- Windows 10 22H2
- mingw-w64-ucrt-x86_64-gcc 15.2.0-1
It will most likely work with newer or older versions and other operating systems, however, there may be some breaking changes that cause it not to build or run.
This program is licensed under the GNU GPL-3.0-or-later
Thanks to emudev and the creators of the resources linked on Game Boy emulation
(https://emudev.org/system_resources)
Thanks to r/EmuDev for advice and solutions to issues
(https://www.reddit.com/r/EmuDev/)