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++
- Host: GitHub
- URL: https://github.com/rtfpessoa/dmgboy
- Owner: rtfpessoa
- Created: 2014-03-18T13:22:27.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-05T22:39:22.000Z (about 12 years ago)
- Last Synced: 2025-04-04T20:40:02.227Z (over 1 year ago)
- Language: C
- Size: 3.92 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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_