X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fconfig%2Fm6502.xml;h=6340824b265b2dd0451bcf5a20e44302cf1d844c;hb=c70f94f648d51bb4828193124f325fa52b0e57f3;hp=26db9f961a0e01f0d46bbaba6ce4aa4e8a28d8e9;hpb=c8c6deae79b408cffbc88043c766b3bc12cf0f13;p=xscreensaver diff --git a/hacks/config/m6502.xml b/hacks/config/m6502.xml index 26db9f96..6340824b 100644 --- a/hacks/config/m6502.xml +++ b/hacks/config/m6502.xml @@ -1,21 +1,44 @@ - + + low="5" high="120" default="20" /> - + + + + +
+ + + + + + + + +
<_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 +This 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 +][, 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/.