| @@ -142,7 +142,7 @@ saveType=0 | |||
| # Flash size | |||
| # 0=64K Flash, 1=128K Flash | |||
| flashSize=0 | |||
| flashSize=1 | |||
| # Sound volume | |||
| # 0=1x, 1=2x, 2=3x, 3=4x | |||
| @@ -162,7 +162,7 @@ showSpeedTransparent=0 | |||
| # Enable/Disable auto frameskip | |||
| # 0=disable, anything else to enable | |||
| autoFrameSkip=0 | |||
| autoFrameSkip=1 | |||
| # Sets the desired throttle | |||
| # 0=disable, 5...1000 valid throttle speeds | |||
| @@ -6,6 +6,7 @@ | |||
| <title></title> | |||
| </head> | |||
| <body> | |||
| <h1>Games</h1> | |||
| <div id="games"></div> | |||
| <div id="overlay"> | |||
| Game running. | |||
| @@ -6,11 +6,15 @@ html, body { | |||
| margin: 0px; | |||
| } | |||
| h1 { | |||
| margin-left: 20px; | |||
| } | |||
| #games { | |||
| padding: 24px; | |||
| } | |||
| #games a { | |||
| margin: 12px; | |||
| padding: 12px; | |||
| display: block; | |||
| } | |||