1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="m6502" _label="m6502">
5 <command arg="-root" />
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" />
12 <file id="file" _label="Assembly file" arg="-file %"/>
14 <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
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.
23 Original JavaScript Version by Stian Soreng: http://www.6502asm.com/.
24 Ported to XScreenSaver by Jeremy English.
26 Written by Stian Soreng and Jeremy English; 2007.