]> Shamusworld >> Repos - stargem2/blobdiff - stargem2.cfg
Converted to SDL 2, added fullscreen support (F12 to toggle).
[stargem2] / stargem2.cfg
index c5ef48d965e62ffc705ebd87a48a9988f6c23cb0..c67a25b58658c17c1173902b411d7859f163ee8a 100755 (executable)
@@ -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
+