summaryrefslogtreecommitdiffstats
path: root/OSX/apple2-app.xml
blob: 30b0481ac254be36dae3d08950b17f9413288ad0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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>