http://nanonyme.dy.fi/mirrors/hvl/distfiles/xscreensaver/xscreensaver-5.03.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="10" />
11
12   <file id="file" _label="Assembly File" arg="-file %"/>
13
14   <_description> 
15 The m6502 screensaver emulates a 6502 microprocessor.  The family
16 of 6502 chips were used throughout the 70's and 80's in machines
17 such as the Atari 2600, Commodore PET, VIC20 and C64, Apple ][,
18 and the NES. Some example programs are included, and it can also
19 read in an assembly file as input.
20
21 Original JavaScript Version by Stian Soreng: http://www.6502asm.com/.
22 Ported to XScreenSaver by Jeremy English.
23
24 Written by Stian Soreng and Jeremy English; 2007.
25   </_description>
26 </screensaver>