add laser 3000

This commit is contained in:
Kelvin Sherlock 2022-08-31 16:56:21 -04:00
parent 41653fcae1
commit 16036d9df0
5 changed files with 51 additions and 1 deletions

View 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>

View File

@ -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>

View File

@ -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>

View File

@ -24,6 +24,8 @@ MACHINES = (
"zijini",
# China Education Computer
"cec2000", "cece", "cecg", "ceci", "cecm",
"las3000",
# macintosh...
"macii", "maciihmu", "mac2fdhd", "maciix", "maciicx", "maciici", "maciisi",

View File

@ -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",