From http://www.jwz.org/xscreensaver/xscreensaver-5.40.tar.gz
[xscreensaver] / hacks / config / m6502.xml
index b7e0fe8957e32ec19572a877bb48eedfc74c06f0..5738921d104a63b5025248207d1a0049e3085f4a 100644 (file)
@@ -4,10 +4,7 @@
 
   <command arg="-root" />
 
-  <number id="displaytime" type="slider" arg="-displaytime %"
-          _label="Display time for each program"
-          _low-label="5 seconds" _high-label="2 minutes"
-         low="5" high="120" default="20" />
+  <video href="https://www.youtube.com/watch?v=KlDw0nYwUe4"/>
 
   <file id="file" _label="Assembly file" arg="-file %"/>
 
 
   <hgroup>
    <vgroup>
+    <number id="displaytime" type="slider" arg="-displaytime %"
+            _label="Display time for each program"
+            _low-label="5 seconds" _high-label="2 minutes"
+            low="5.0" high="120.0" default="30.0" />
     <number id="tvcolor" type="slider" arg="-tv-color %"
             _label="Color Knob" _low-label="Low" _high-label="High"
-            low="0" high="1000" default="70"/>
+            low="0" high="400" default="70"/>
     <number id="tvtint" type="slider" arg="-tv-tint %"
             _label="Tint Knob" _low-label="Low" _high-label="High"
-            low="0" high="100" default="5"/>
+            low="0" high="360" default="5"/>
    </vgroup>
    <vgroup>
+    <number id="ips" type="slider" arg="-ips %"
+            _label="Instructions per second"
+            _low-label="500" _high-label="120000"
+            low="500" high="120000" default="15000" />
     <number id="tvbrightness" type="slider" arg="-tv-brightness %"
             _label="Brightness Knob" _low-label="Low" _high-label="High"
-            low="0" high="200" default="150"/>
+            low="-75.0" high="100.0" default="3.0"/>
     <number id="tvcontrast" type="slider" arg="-tv-contrast %"
             _label="Contrast Knob" _low-label="Low" _high-label="High"
-            low="0" high="1500" default="1000"/>
+            low="0" high="500" default="150"/>
    </vgroup>
   </hgroup>
 
   <xscreensaver-updater />
 
-  <_description> 
-This emulates a 6502 microprocessor, and runs some example programs on
-it.
+  <_description>
+Emulates a 6502 microprocessor, and runs some example programs on it.
 
 The family of 6502 chips were used throughout the 70's and 80's in
 machines such as the Atari 2600, Commodore PET, VIC20 and C64, Apple