summaryrefslogtreecommitdiffstats
path: root/OSX/apple2-app.xml
diff options
context:
space:
mode:
Diffstat (limited to 'OSX/apple2-app.xml')
-rw-r--r--OSX/apple2-app.xml35
1 files changed, 35 insertions, 0 deletions
diff --git a/OSX/apple2-app.xml b/OSX/apple2-app.xml
new file mode 100644
index 0000000..30b0481
--- /dev/null
+++ b/OSX/apple2-app.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<screensaver name="apple2" _label="Apple2">
+
+ <command arg="-root"/>
+
+ <hgroup>
+ <vgroup>
+ <number id="tvcolor" type="slider" arg="-tv-color %"
+ _label="Color Knob" _low-label="Low" _high-label="High"
+ low="0" high="1000" default="70"/>
+ <number id="tvtint" type="slider" arg="-tv-tint %"
+ _label="Tint Knob" _low-label="Low" _high-label="High"
+ low="0" high="100" default="5"/>
+ </vgroup>
+ <vgroup>
+ <number id="tvbrightness" type="slider" arg="-tv-brightness %"
+ _label="Brightness Knob" _low-label="Low" _high-label="High"
+ low="0" high="200" default="150"/>
+ <number id="tvcontrast" type="slider" arg="-tv-contrast %"
+ _label="Contrast Knob" _low-label="Low" _high-label="High"
+ low="0" high="1500" default="1000"/>
+ </vgroup>
+ </hgroup>
+
+ <_description>
+A fully-functional VT100 terminal emulator simulating an original
+Apple ][ Plus computer in all its 1979 glory. It also reproduces the
+appearance of display on a color television set of the period.
+
+https://en.wikipedia.org/wiki/Apple_II_series
+
+Written by Trevor Blackwell; 2003.
+ </_description>
+</screensaver>