Difference between revisions of "Emulator:Gens"

From Wah!ki
Jump to navigation Jump to search
(Created page with "== About == Gens/GS is a version of Gens maintained by GerbilSoft. The main goal of Gens/GS is to clean up the source code and combine features from various forks of Gens. == Co...")
 
Line 8: Line 8:
 
! width="10%" | Version
 
! width="10%" | Version
 
! width="10%" | Device
 
! width="10%" | Device
! width="5%" | Exec
+
! width="15%" | Exec
 
! width="5%" | [[Configuration:Launcher Type|Type]]
 
! width="5%" | [[Configuration:Launcher Type|Type]]
! width="60%" | commandline_format
+
! width="50%" | commandline_format
 
|-
 
|-
 
| Linux
 
| Linux
Line 20: Line 20:
 
|}
 
|}
  
== Reassigning Hotkeys ==
+
== Reassigning Inputs and Hotkeys ==
 +
If you're using Gens/GS with Wah!Cade in an arcade cabinet, you will probably want to map player 1's C or Z button to the spacebar.  When defining inputs in the GUI, however, mapping an input to the spacebar does not stick.  To work around this, open '''~/.gens/gens.cfg''' and scroll down to the inputs section for player 1 (P1.Up, P1.Down, etc), and set the hex key code for the desired input to "0020".
 +
 
 +
When the '''--quickexit''' command line parameter is used (as shown above), the ESC key closes the emulator.
  
 
== External Links ==
 
== External Links ==
 
* [http://segaretro.org/Gens/GS?rdfrom=http%3A%2F%2Finfo.sonicretro.org%2Findex.php%3Ftitle%3DGens%2FGS%26redirect%3Dno  Sega Retro] - Gens/GS homepage
 
* [http://segaretro.org/Gens/GS?rdfrom=http%3A%2F%2Finfo.sonicretro.org%2Findex.php%3Ftitle%3DGens%2FGS%26redirect%3Dno  Sega Retro] - Gens/GS homepage

Revision as of 12:59, 11 February 2011

About

Gens/GS is a version of Gens maintained by GerbilSoft. The main goal of Gens/GS is to clean up the source code and combine features from various forks of Gens.

Configuration

Platform Version Device Exec Type commandline_format
Linux r7 ROM /usr/bin/gens D --fs --quickexit "[rompath]/[name].[romext]"

Reassigning Inputs and Hotkeys

If you're using Gens/GS with Wah!Cade in an arcade cabinet, you will probably want to map player 1's C or Z button to the spacebar. When defining inputs in the GUI, however, mapping an input to the spacebar does not stick. To work around this, open ~/.gens/gens.cfg and scroll down to the inputs section for player 1 (P1.Up, P1.Down, etc), and set the hex key code for the desired input to "0020".

When the --quickexit command line parameter is used (as shown above), the ESC key closes the emulator.

External Links