re-generate configure script
[rofl0r-gnuboy.git] / etc / sample.rc
blob431e0923d168de68eb10f0e7b50088d48904e7b0
2 # Sample rc file for gnuboy
4 # You may want to rename this to gnuboy.rc to use it.
5 # Lines that begin with # are comments.
9 # Some keybindings
11 bind q quit
12 bind r reset
14 bind d +a
15 bind s +b
17 # Normal speed/fast forward
18 # Note that these only work with sound disabled
19 bind - "set framelen 16743"
20 bind + "set framelen 0"
23 # Set video mode to 400x300x16bpp
24 set vmode 400 300 16
27 # Enable full 2x screen scaling
28 # This will not work if your video mode is smaller than 320x288!
29 set scale 2
30 set density 2
33 # Enable stereo sound. Doesn't work on all systems
34 #set stereo true
36 # toggle sound on or off when m is pressed.
37 bind m "toggle sound"
40 # Path settings for DOS port - uncomment to use them!
42 #set rcpath c:/gnuboy
43 #set savedir c:/gnuboy/saves
49 # You get the idea by now...
50 # See docs/CONFIG for more information on rc commands and vars.