http://nanonyme.dy.fi/mirrors/hvl/distfiles/xscreensaver/xscreensaver-5.03.tar.gz
[xscreensaver] / hacks / config / m6502.xml
diff --git a/hacks/config/m6502.xml b/hacks/config/m6502.xml
new file mode 100644 (file)
index 0000000..26db9f9
--- /dev/null
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<screensaver name="m6502" _label="M6502">
+
+  <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="10" />
+
+  <file id="file" _label="Assembly File" arg="-file %"/>
+
+  <_description> 
+The m6502 screensaver emulates a 6502 microprocessor.  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 ][,
+and the NES. Some example programs are included, and it can also
+read in an assembly file as input.
+
+Original JavaScript Version by Stian Soreng: http://www.6502asm.com/.
+Ported to XScreenSaver by Jeremy English.
+
+Written by Stian Soreng and Jeremy English; 2007.
+  </_description>
+</screensaver>