http://www.jwz.org/xscreensaver/xscreensaver-5.07.tar.gz
[xscreensaver] / hacks / config / m6502.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="m6502" _label="m6502">
4
5   <command arg="-root" />
6
7   <number id="displaytime" type="slider" arg="-displaytime %"
8           _label="Display time for each program"
9           _low-label="5 seconds" _high-label="2 minutes"
10           low="5" high="120" default="20" />
11
12   <file id="file" _label="Assembly file" arg="-file %"/>
13
14   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
15
16   <_description> 
17 This emulates a 6502 microprocessor.  The family
18 of 6502 chips were used throughout the 70's and 80's in machines
19 such as the Atari 2600, Commodore PET, VIC20 and C64, Apple ][,
20 and the NES. Some example programs are included, and it can also
21 read in an assembly file as input.
22
23 Original JavaScript Version by Stian Soreng: http://www.6502asm.com/.
24 Ported to XScreenSaver by Jeremy English.
25
26 Written by Stian Soreng and Jeremy English; 2007.
27   </_description>
28 </screensaver>