Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m4tx/nsfgbe
Not So Fast Game Boy Emulator
https://github.com/m4tx/nsfgbe
cpp17 emulator game-boy sdl2
Last synced: 18 days ago
JSON representation
Not So Fast Game Boy Emulator
- Host: GitHub
- URL: https://github.com/m4tx/nsfgbe
- Owner: m4tx
- License: mit
- Created: 2018-10-04T14:21:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-08T07:01:56.000Z (over 6 years ago)
- Last Synced: 2024-11-11T04:45:33.508Z (3 months ago)
- Topics: cpp17, emulator, game-boy, sdl2
- Language: C++
- Size: 144 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nsfgbe [![Build Status](https://travis-ci.com/m4tx/nsfgbe.svg?branch=master)](https://travis-ci.com/m4tx/nsfgbe)
(Not So Fast Game Boy Emulator)
Nintendo Game Boy emulator written in modern C++17.
![Screenshots from Tetris and Super Mario Land](images/screenshot.png)
## Building
### Requirements
* CMake
* C++17-capable compiler (recommended: G++ 8.0+)
* SDL2
* Boost program_options
* Google Test### Running
```bash
mkdir build
cd build
cmake ..
make
./nsfgbe path-to-rom.gb
```## Keymap
* `←`/`↑`/`→`/`↓` - D-Pad
* `X` - A
* `Z` - B
* `Right Shift` - Select
* `Return` - Start