Skip to content

m4tx/nsfgbe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nsfgbe Build Status

(Not So Fast Game Boy Emulator)

Nintendo Game Boy emulator written in modern C++17.

Screenshots from Tetris and Super Mario Land

Building

Requirements

  • CMake
  • C++17-capable compiler (recommended: G++ 8.0+)
  • SDL2
  • Boost program_options
  • Google Test

Running

mkdir build
cd build
cmake ..
make
./nsfgbe path-to-rom.gb

Keymap

  • /// - D-Pad
  • X - A
  • Z - B
  • Right Shift - Select
  • Return - Start

Releases

No releases published

Packages

No packages published