mirror of
https://github.com/ksherlock/ample.git
synced 2025-08-05 02:24:58 +00:00
add laser 3000
This commit is contained in:
36
Ample/Resources/las3000.plist
Normal file
36
Ample/Resources/las3000.plist
Normal file
@@ -0,0 +1,36 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>las3000</string>
|
||||
<key>description</key>
|
||||
<string>Laser 3000</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
</dict>
|
||||
<key>resolution</key>
|
||||
<array>
|
||||
<integer>560</integer>
|
||||
<integer>384</integer>
|
||||
</array>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>ramsize</string>
|
||||
<key>description</key>
|
||||
<string>RAM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
<key>devices</key>
|
||||
<array>
|
||||
</array>
|
||||
<key>software</key>
|
||||
<array>
|
||||
</array>
|
||||
</dict>
|
||||
</plist>
|
@@ -324,6 +324,12 @@
|
||||
<string>laser128</string>
|
||||
<key>children</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>description</key>
|
||||
<string>Laser 3000</string>
|
||||
<key>value</key>
|
||||
<string>las3000</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>description</key>
|
||||
<string>Laser //c</string>
|
||||
|
@@ -674,6 +674,12 @@
|
||||
<key>description</key>
|
||||
<string>Laser 128ex2 (version 6.1)</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>las3000</string>
|
||||
<key>description</key>
|
||||
<string>Laser 3000</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2suprterm</string>
|
||||
|
@@ -24,6 +24,8 @@ MACHINES = (
|
||||
"zijini",
|
||||
# China Education Computer
|
||||
"cec2000", "cece", "cecg", "ceci", "cecm",
|
||||
"las3000",
|
||||
|
||||
|
||||
# macintosh...
|
||||
"macii", "maciihmu", "mac2fdhd", "maciix", "maciicx", "maciici", "maciisi",
|
||||
|
@@ -14,7 +14,7 @@ apple3_children = None
|
||||
apple2e_children = ["apple2e", "apple2ees", "apple2euk", "apple2ep", "apple2ee", "apple2eeuk", "apple2eefr"]
|
||||
apple2c_children = ["apple2c", "apple2cp"]
|
||||
apple2gs_children = ["apple2gsr0", "apple2gsr1", "apple2gs"]
|
||||
laser_children = ["laser2c", "laser128", "laser128o", "las128ex", "las128e2"]
|
||||
laser_children = ["las3000", "laser2c", "laser128", "laser128o", "las128ex", "las128e2"]
|
||||
franklin_children = ["ace100", "ace500", "ace1000", "ace2200"]
|
||||
ii_clones_children = ["albert",
|
||||
"am100", "am64", "basis108", "craft2p",
|
||||
|
Reference in New Issue
Block a user