An open API service indexing awesome lists of open source software.

https://github.com/rtfpessoa/dmgboy

DMGBoy (Dot Matrix Game Boy) is a Game Boy emulator written in C++
https://github.com/rtfpessoa/dmgboy

Last synced: over 1 year ago
JSON representation

DMGBoy (Dot Matrix Game Boy) is a Game Boy emulator written in C++

Awesome Lists containing this project

README

          

# _DMGBoy_

DMGBoy (Dot Matrix Game Boy) is a Game Boy emulator written in C++.
It uses wxWidgets for the user interface and SDL and portaudio for the audio.
Is Cross-Platform: Windows, Linux and Mac OS X builds are available.

## About

This is a project started by Pablo Gascó Lluch (https://code.google.com/p/dmgboy/), although it is still under
active development, i forked it to do a project for my course in virtual execution environments.

## Running

_Read the INSTALL.md_

## Contributors

- _Pablo Gascó Lluch_