################################################## # ASQ launch menu ################################################## # We have three types of launch items # Everything in the launch menu is separated by tabs # 1) Plain old executable # # 2) MAME games # MAME: # 3) Select launcher (select a file to run a command on) # DIR: # # The args for 2&3 can include '%s' to specify the game selected # # We can also have separators (with optional embedded strings): # -- ################################################## # Mame games Arcade (fullscreen) MAME:/data/Games/lib/xmame/roms /data/Games/bin/xmame.SDL -fullscreen "%s" Arcade (3x window) MAME:/data/Games/lib/xmame/roms /data/Games/bin/xmame.x11 -scale 3 "%s" Arcade (2x window) MAME:/data/Games/lib/xmame/roms /data/Games/bin/xmame.x11 -scale 2 "%s" Arcade (window) MAME:/data/Games/lib/xmame/roms /data/Games/bin/xmame.x11 "%s" -- Other console games Atari 2600 (fullscreen) DIR:/data/Games/lib/Atari2600 /data/Games/bin/stella.sdl -fullscreen "%s" Atari 2600 (window) DIR:/data/Games/lib/Atari2600 /data/Games/bin/stella.x11 "%s" -- # DOS games Space Ace [DOS] /data/Games/bin/xdos SpaceAce # Dragons Lair [DOS] /data/Games/bin/xdos Dragon # Vette! [DOS] /data/Games/bin/xdos Vette