Difference between revisions of "Application:Gnuboy"
Jump to navigation
Jump to search
(New page: === Setup: === 1. Setup Debian. 2. Setup DirectFB. 3. Run, outside the chroot: <source lang="text">/sbin/initctl stop LunaSysMgr #NOTE: THIS WILL KILL THE GUI</s...) |
|||
Line 24: | Line 24: | ||
* You will have to unzip your gameboy rom in order to work with gnuboy | * You will have to unzip your gameboy rom in order to work with gnuboy | ||
+ | |||
+ | === Video === | ||
+ | |||
+ | [http://www.viddler.com/explore/MrPalmaser/videos/1/ Video] on Viddler | ||
[[Category:Games|Gnuboy]] | [[Category:Games|Gnuboy]] |
Revision as of 11:22, 18 October 2009
Setup:
1. Setup Debian.
2. Setup DirectFB.
3. Run, outside the chroot:
<source lang="text">/sbin/initctl stop LunaSysMgr #NOTE: THIS WILL KILL THE GUI</source> 4. Run, inside the debian chroot: <source lang="text"> apt-get install -y gnuboy-sdl </source>
Run:
Get into the Debian chroot: <source lang="text"> export SDL_VIDEODRIVER="directfb" export SDL_NOMOUSE=1 sdlgnuboy --scale=2 --bind u +up --bind h +left --bind k +right --bind j +down YOURROMFILE.GB </source>
Notes
- You will have to unzip your gameboy rom in order to work with gnuboy
Video
Video on Viddler