Stella config file for X11 and SDL frontends.

git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@18 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
stephena 2002-01-08 17:56:40 +00:00
parent 875baa25c2
commit 1a1a107313
1 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,26 @@
; Stella configuration file
;
; Lines starting with ';' are comments and are ignored.
; Spaces and tabs are ignored.
;
; Format MUST be as follows:
; command = value
;
; Commmands are the same as those specified on the commandline,
; without the '-' character.
;
; Values are the same as those allowed on the commandline.
; Boolean values are specified as 1 (for true) and 0 (for false)
;
;display = <display>
;fps = <number>
;owncmap = <0|1>
;winsize = <size>
;grabmouse <0|1>
;hidecursor <0|1>
;center = <0|1>
;volume = <number>
;paddle = <0|1|2|3|real>
;showfps = <0|1>
;fullscreen = <0|1>