2025-10-03 19:42:54 -07:00
2024-04-18 18:47:16 -07:00
2024-04-04 02:56:13 -07:00
2025-10-03 19:42:54 -07:00
2025-10-03 19:41:47 -07:00
2024-04-18 18:47:16 -07:00

GameBoy++

Limitations and Features

Currently supports 32 KiB roms and MBC1 roms. Currently passes dmg-acid2, blargg's cpu_instrs test, and the jsmoo SM83 JSON tests

Tested running Super Mario Land, Dr Mario and Tetris. Does not currently support MBC3 (needed for games like english versions of Pokemon Red and Blue) or loading saves.

Building

mkdir build && cd build

cmake ..

./GameBoy++ <bios> <rom>

Controls

WASD is mapped to the d-pad

K and L are mapped to A and B

O and P are mapped to select and start

H enters and exits debug mode

N steps through one instruction

Description
Game Boy emulator in C++
Readme 61 MiB
Languages
C++ 99%
CMake 1%