From 59ce106a716092dbfb1b3f3f5fbd2dc95de0acf4 Mon Sep 17 00:00:00 2001 From: stephena Date: Tue, 8 Jan 2002 18:00:41 +0000 Subject: [PATCH] Stella config file for X11 and SDL versions. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@20 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba --- stella/src/stellarc | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 stella/src/stellarc diff --git a/stella/src/stellarc b/stella/src/stellarc new file mode 100644 index 000000000..24ac3bab4 --- /dev/null +++ b/stella/src/stellarc @@ -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 = +;fps = +;owncmap = <0|1> +;winsize = +;grabmouse <0|1> +;hidecursor <0|1> +;center = <0|1> +;volume = +;paddle = <0|1|2|3|real> +;showfps = <0|1> +;fullscreen = <0|1>