Gnuboy
From DingooWiki
| Gnuboy | |
|---|---|
| |
| Platform(s): | Dingoo-Linux |
| Download(s): | Dingoo File Archive |
| Developer(s): | joyrider |
| Version: | v1.00 |
| Status: | Released and functional |
| Homepage: | Dingoo-Scene announcement |
Gnuboy is a Game Boy/Game Boy Color emulator
[edit] Installation
Simply copy the Gnuboy directory somewhere on your filesystem in the local folder and run the executable.
To launch it with dmenu use this in your dmenu.cfg (adjust your folders accordingly):
MenuItem GBC
{
Icon = "res/emulators/snes9x.png"
Name = "Gameboy Color"
Executable = "./sdlgnuboy"
WorkDir = "/usr/local/emulators/sdlgnuboy"
Selector = yes
}
[edit] Change Log
- added puteven("SDL_NOMOUSE=1");
- fixed the sound not working correctly resulting in a hang (by changing the sample to AUDIO_S16 and adapting the output buffer).


