A gameboy emulator that only plays Pokemon Blue, in ~70 lines of c++.
Plays Pokemon Blue.
Only builds on Linux AFAIK.
$ make
Put Pokemon Blue in rom.gb
, then run:
$ ./pokegb
The save file is written to rom.sav
.
Keys:
Action | Key |
---|---|
DPAD-UP | ↑ |
DPAD-DOWN | ↓ |
DPAD-LEFT | ← |
DPAD-RIGHT | → |
B | Z |
A | X |
START | Enter |
SELECT | Tab |