X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=stargem2.cfg;h=c67a25b58658c17c1173902b411d7859f163ee8a;hb=e3ad811139308bfe8a818cf5e42e7553785fea82;hp=c5ef48d965e62ffc705ebd87a48a9988f6c23cb0;hpb=0c6f353827a94eb52c21e677658000f98452b247;p=stargem2 diff --git a/stargem2.cfg b/stargem2.cfg index c5ef48d..c67a25b 100755 --- a/stargem2.cfg +++ b/stargem2.cfg @@ -2,23 +2,13 @@ # StarGem2 configuration file # -# Apple ROM paths +# SG ROM paths BIOSROM = ./ROMs -#diskROM = ./ROMs/disk.rom -#ROMs = ./ROMs -# Auto state loading/saving upon starting/quitting Apple2 (1 - use, 0 - don't use) +# Auto state loading/saving upon starting/quitting (1 - use, 0 - don't use) autoSaveState = 1 -#This is the default--we don't advertise it just yet... ;-) -#autoStateFilename = ./apple2auto.state - -# TEMPORARY disk image load paths - -# OpenGL options: 1 - use OpenGL rendering, 0 - use old style rendering - -useOpenGL = 1 # OpenGL filtering type: 1 - blurry, 0 - sharp @@ -28,20 +18,6 @@ glFilterType = 0 fullscreen = 0 -# Backend renderer (OpenGL dependent): 0 - regular, 1 - "TV" style - -#renderType = 0 - -# NTSC/PAL options: 1 - NTSC, 0 - PAL - -hardwareTypeNTSC = 1 - -# Framskip options: 0 - no skip, 1-N - draw every Nth frame -# Note: Skipping frames may cause strange visual side effects--don't bother -# reporting these unless they occur with a frameskip value of 0! - -frameSkip = 0 - # Joystick options: 1 - use joystick, 0 - don't use useJoystick = 0 @@ -71,3 +47,4 @@ joyport = 0 #k_advance = 261 # SDLK_KP5 #k_high_score_reset = 262 # SDLK_KP6 #k_slam_switch = 263 # SDLK_KP7 +