Skip to content
forked from binji/pokegb

A gameboy emulator that only plays Pokemon Blue, in ~70 lines of c++.

License

Notifications You must be signed in to change notification settings

pdigennaro/pokegb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pokegb

A gameboy emulator that only plays Pokemon Blue, in ~70 lines of c++.

Features

Plays Pokemon Blue.

Building

Only builds on Linux AFAIK.

$ make

Running

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

About

A gameboy emulator that only plays Pokemon Blue, in ~70 lines of c++.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.8%
  • Makefile 1.2%