Merge branch 'master' into gh-pages
This commit is contained in:
commit
90fdd70fab
307 changed files with 18410 additions and 1263 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.1/manifest.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.2/manifest.xsl"?>
|
||||||
<manifest type="software">
|
<manifest type="software">
|
||||||
<title>VisiCalc</title>
|
<title>VisiCalc</title>
|
||||||
<!-- Since version numbers are incorporated into the disk image names, and this version number is a bit ugly, we're not exposing it with the normal "version" tag -->
|
<!-- Since version numbers are incorporated into the disk image names, and this version number is a bit ugly, we're not exposing it with the normal "version" tag -->
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.1/manifest.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.2/manifest.xsl"?>
|
||||||
<manifest type="software">
|
<manifest type="software">
|
||||||
<title>Executive Suite</title>
|
<title>Executive Suite</title>
|
||||||
<version/>
|
<version/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.1/manifest.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.2/manifest.xsl"?>
|
||||||
<manifest type="software">
|
<manifest type="software">
|
||||||
<title>Rogue</title>
|
<title>Rogue</title>
|
||||||
<version/>
|
<version/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.1/manifest.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.2/manifest.xsl"?>
|
||||||
<manifest type="software">
|
<manifest type="software">
|
||||||
<title>ThinkTank</title>
|
<title>ThinkTank</title>
|
||||||
<version>2.41NP</version>
|
<version>2.41NP</version>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.1/manifest.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.2/manifest.xsl"?>
|
||||||
<manifest type="software">
|
<manifest type="software">
|
||||||
<title>The Dungeons of Moria</title>
|
<title>The Dungeons of Moria</title>
|
||||||
<version>4.872</version>
|
<version>4.872</version>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.1/manifest.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.2/manifest.xsl"?>
|
||||||
<manifest type="software">
|
<manifest type="software">
|
||||||
<title>The Dungeons of Moria</title>
|
<title>The Dungeons of Moria</title>
|
||||||
<version>5.5</version>
|
<version>5.5</version>
|
||||||
|
|
|
||||||
|
|
@ -2,15 +2,52 @@
|
||||||
"load": 0o100,
|
"load": 0o100,
|
||||||
"exec": 0o100,
|
"exec": 0o100,
|
||||||
"data": [
|
"data": [
|
||||||
0o505040111111, // HRLI 1,111111
|
0o505040111111, // 000100: HRLI 1,111111
|
||||||
0o541040444444, // HRRI 1,444444
|
0o541040444444, // 000101: HRRI 1,444444
|
||||||
0o544100000001, // HLR 2,1
|
0o544100000001, // 000102: HLR 2,1
|
||||||
0o504100000001, // HRL 2,1
|
0o504100000001, // 000103: HRL 2,1
|
||||||
0o570140000001, // HRRE 3,1
|
0o570140000001, // 000104: HRRE 3,1
|
||||||
0o530200000002, // HLLE 4,2
|
0o530200000002, // 000105: HLLE 4,2
|
||||||
0o544240000003, // HLR 5,3
|
0o544240000003, // 000106: HLR 5,3
|
||||||
0o504300000004, // HRL 6,4
|
0o504300000004, // 000107: HRL 6,4
|
||||||
0o573000000005, // HRRES 0,5
|
0o573000000005, // 000110: HRRES 0,5
|
||||||
0o533000000006, // HLLES 0,6
|
0o533000000006, // 000111: HLLES 0,6
|
||||||
|
0o541000000010, // 000112: HRRI 0,10
|
||||||
|
0o251000000017, // 000113: BLT 0,17
|
||||||
|
//
|
||||||
|
// 00=000010000020 01=111111444444 02=444444111111 03=777777444444
|
||||||
|
// 04=444444777777 05=777777777777 06=777777777777 07=000000000000
|
||||||
|
// 10=000000000010 11=111111444444 12=444444111111 13=777777444444
|
||||||
|
// 14=444444777777 15=777777777777 16=777777777777 17=000000000000
|
||||||
|
//
|
||||||
|
0o577040000002, // 000114: HLRES 1,2
|
||||||
|
//
|
||||||
|
// 00=000010000020 01=777777444444 02=777777444444 03=777777444444
|
||||||
|
// 04=444444777777 05=777777777777 06=777777777777 07=000000000000
|
||||||
|
// 10=000000000010 11=111111444444 12=444444111111 13=777777444444
|
||||||
|
// 14=444444777777 15=777777777777 16=777777777777 17=000000000000
|
||||||
|
//
|
||||||
|
0o261240000011, // 000115: PUSH 5,11
|
||||||
|
//
|
||||||
|
// 00=111111444444 01=777777444444 02=777777444444 03=777777444444
|
||||||
|
// 04=444444777777 05=000001000000 06=777777777777 07=000000000000
|
||||||
|
// 10=000000000010 11=111111444444 12=444444111111 13=777777444444
|
||||||
|
// 14=444444777777 15=777777777777 16=777777777777 17=000000000000
|
||||||
|
//
|
||||||
|
0o262240000005, // 000116: POP 5,5
|
||||||
|
//
|
||||||
|
// 00=111111444444 01=777777444444 02=777777444444 03=777777444444
|
||||||
|
// 04=444444777777 05=111110444443 06=777777777777 07=000000000000
|
||||||
|
// 10=000000000010 11=111111444444 12=444444111111 13=777777444444
|
||||||
|
// 14=444444777777 15=777777777777 16=777777777777 17=000000000000
|
||||||
|
//
|
||||||
|
0o515040170600, // 000117: HRLZI 1,170600
|
||||||
|
0o135100000001, // 000120: LDB 2,1
|
||||||
|
0o270000000000, // 000121: ADD 0,0
|
||||||
|
0o265040000123, // 000122: JSP 1,.+1
|
||||||
|
0o270000000000, // 000123: ADD 0,0
|
||||||
|
0o265040000125, // 000124: JSP 1,.+1
|
||||||
|
0o255740000126, // 000125: JFCL 17,126
|
||||||
|
0o224100000002, // 000126: MUL 2,2
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,13 +1,62 @@
|
||||||
dep 100 505040111111
|
dep 100 HRLI 1,111111
|
||||||
dep 101 541040444444
|
dep 101 HRRI 1,444444
|
||||||
dep 102 544100000001
|
dep 102 HLR 2,1
|
||||||
dep 103 504100000001
|
dep 103 HRL 2,1
|
||||||
dep 104 570140000001
|
dep 104 HRRE 3,1
|
||||||
dep 105 530200000002
|
dep 105 HLLE 4,2
|
||||||
dep 106 544240000003
|
dep 106 HLR 5,3
|
||||||
dep 107 504300000004
|
dep 107 HRL 6,4
|
||||||
dep 110 573000000005
|
dep 110 HRRES 0,5
|
||||||
dep 111 533000000006
|
dep 111 HLLES 0,6
|
||||||
ex -m 100-111
|
dep 112 HRRI 0,10
|
||||||
|
dep 113 BLT 0,17
|
||||||
|
dep 114 HLRES 1,2
|
||||||
|
dep 115 PUSH 5,11
|
||||||
|
dep 116 POP 5,5
|
||||||
|
dep 117 HRLZI 1,170600
|
||||||
|
dep 120 LDB 2,1
|
||||||
|
dep 121 ADD 0,0
|
||||||
|
dep 122 JSP 1,123
|
||||||
|
dep 123 ADD 0,0
|
||||||
|
dep 124 JSP 1,125
|
||||||
|
dep 125 JFCL 17,126
|
||||||
|
dep 126 MUL 2,2
|
||||||
|
ex -m 100-116
|
||||||
dep pc 100
|
dep pc 100
|
||||||
step 10
|
step 11
|
||||||
|
ex 0-17
|
||||||
|
;
|
||||||
|
echo Execute BLT 8 times (note the weird value that SIMH moves on the first iteration (ie, from AC 0 to AC 10)
|
||||||
|
;
|
||||||
|
step
|
||||||
|
ex 0-17
|
||||||
|
step
|
||||||
|
ex 0-17
|
||||||
|
step
|
||||||
|
ex 0-17
|
||||||
|
step
|
||||||
|
ex 0-17
|
||||||
|
step
|
||||||
|
ex 0-17
|
||||||
|
step
|
||||||
|
ex 0-17
|
||||||
|
step
|
||||||
|
ex 0-17
|
||||||
|
step
|
||||||
|
ex 0-17
|
||||||
|
;
|
||||||
|
echo Execute HLRES 1,2
|
||||||
|
;
|
||||||
|
step 1
|
||||||
|
ex 0-17
|
||||||
|
;
|
||||||
|
echo Execute PUSH 5,11
|
||||||
|
;
|
||||||
|
step 1
|
||||||
|
ex 0-17
|
||||||
|
;
|
||||||
|
echo Execute POP 5,5
|
||||||
|
;
|
||||||
|
dep 5 1000000
|
||||||
|
step 1
|
||||||
|
ex 0-17
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,7 @@ All PCjs machines are built from the following sets of devices:
|
||||||
* [6502 Devices](c1p/) (e.g., [Challenger 1P](c1p/machine/))
|
* [6502 Devices](c1p/) (e.g., [Challenger 1P](c1p/machine/))
|
||||||
* [8080 Devices](pc8080/) (e.g., [Space Invaders](pc8080/machine/invaders/), [VT100 Terminal](pc8080/machine/vt100/))
|
* [8080 Devices](pc8080/) (e.g., [Space Invaders](pc8080/machine/invaders/), [VT100 Terminal](pc8080/machine/vt100/))
|
||||||
* [8086 Devices](pcx86/) (e.g., [IBM PC and compatibles](pcx86/machine/))
|
* [8086 Devices](pcx86/) (e.g., [IBM PC and compatibles](pcx86/machine/))
|
||||||
|
* [PDP-10 Devices](pdp10/) (e.g., [PDP-10 (Model KA10)](pdp10/machine/ka10/))
|
||||||
* [PDP-11 Devices](pdp11/) (e.g., [PDP-11/20](pdp11/machine/1120/), [PDP-11/45](pdp11/machine/1145/), [PDP-11/70](pdp11/machine/1170/))
|
* [PDP-11 Devices](pdp11/) (e.g., [PDP-11/20](pdp11/machine/1120/), [PDP-11/45](pdp11/machine/1145/), [PDP-11/70](pdp11/machine/1170/))
|
||||||
|
|
||||||
These devices are user-installable components that you would typically find in a real personal computer,
|
These devices are user-installable components that you would typically find in a real personal computer,
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/c1pjs/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/c1pjs/1.34.2/machine.xsl"?>
|
||||||
<machine id="c1psim" type="c1p" border="1" width="100%" padBottom="8px" background="#FAEBD7" style="padding-bottom:8px">
|
<machine id="c1psim" type="c1p" border="1" width="100%" padBottom="8px" background="#FAEBD7" style="padding-bottom:8px">
|
||||||
<name>OSI Challenger 1P (32Kb) with Disk Support</name>
|
<name>OSI Challenger 1P (32Kb) with Disk Support</name>
|
||||||
<computer id="c1p" name="Challenger 1P">
|
<computer id="c1p" name="Challenger 1P">
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/c1pjs/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/c1pjs/1.34.2/machine.xsl"?>
|
||||||
<machine id="c1pAll" type="c1p" border="1" width="100%" padBottom="8px" background="#FAEBD7" style="padding-bottom:8px">
|
<machine id="c1pAll" type="c1p" border="1" width="100%" padBottom="8px" background="#FAEBD7" style="padding-bottom:8px">
|
||||||
<name>OSI Challenger 1P (8Kb, Additional Software)</name>
|
<name>OSI Challenger 1P (8Kb, Additional Software)</name>
|
||||||
<computer id="c1p" name="Challenger 1P">
|
<computer id="c1p" name="Challenger 1P">
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/c1pjs/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/c1pjs/1.34.2/machine.xsl"?>
|
||||||
<machine id="c1pAll" type="c1p" border="1" pos="center" background="#FAEBD7" style="padding-bottom:8px">
|
<machine id="c1pAll" type="c1p" border="1" pos="center" background="#FAEBD7" style="padding-bottom:8px">
|
||||||
<name>OSI Challenger 1P (8Kb, Additional Software)</name>
|
<name>OSI Challenger 1P (8Kb, Additional Software)</name>
|
||||||
<computer id="c1p" name="Challenger 1P">
|
<computer id="c1p" name="Challenger 1P">
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/c1pjs/1.34.1/outline.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/c1pjs/1.34.2/outline.xsl"?>
|
||||||
<outline>
|
<outline>
|
||||||
<title>Challenger 1P (8Kb) "Server Array"</title>
|
<title>Challenger 1P (8Kb) "Server Array"</title>
|
||||||
<machine id="OSI1" ref="/devices/c1p/machine/8kb/small/machine.xml"/>
|
<machine id="OSI1" ref="/devices/c1p/machine/8kb/small/machine.xml"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/c1pjs/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/c1pjs/1.34.2/machine.xsl"?>
|
||||||
<machine id="c1p8kb" type="c1p" border="1" width="100%" background="#FAEBD7" style="padding-bottom:8px">
|
<machine id="c1p8kb" type="c1p" border="1" width="100%" background="#FAEBD7" style="padding-bottom:8px">
|
||||||
<name>OSI Challenger 1P (8Kb) with Debugger</name>
|
<name>OSI Challenger 1P (8Kb) with Debugger</name>
|
||||||
<computer id="c1p" name="Challenger 1P">
|
<computer id="c1p" name="Challenger 1P">
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/c1pjs/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/c1pjs/1.34.2/machine.xsl"?>
|
||||||
<machine id="c1pLarge" type="c1p" border="1" pos="center" background="#FAEBD7" style="padding-bottom:8px">
|
<machine id="c1pLarge" type="c1p" border="1" pos="center" background="#FAEBD7" style="padding-bottom:8px">
|
||||||
<name pos="center">OSI Challenger 1P (circa 1978)</name>
|
<name pos="center">OSI Challenger 1P (circa 1978)</name>
|
||||||
<computer id="c1p" name="Challenger 1P">
|
<computer id="c1p" name="Challenger 1P">
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/c1pjs/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/c1pjs/1.34.2/machine.xsl"?>
|
||||||
<machine id="c1pSmall" type="c1p" border="1" width="272px" pos="left" padding="16px" background="#FAEBD7" style="padding-bottom:8px">
|
<machine id="c1pSmall" type="c1p" border="1" width="272px" pos="left" padding="16px" background="#FAEBD7" style="padding-bottom:8px">
|
||||||
<computer id="c1p" name="Challenger 1P">
|
<computer id="c1p" name="Challenger 1P">
|
||||||
<module type="cpu" refid="cpu6502" start="0x0000" end="0xffff"/>
|
<module type="cpu" refid="cpu6502" start="0x0000" end="0xffff"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pc8080/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pc8080/1.34.2/machine.xsl"?>
|
||||||
<machine id="test8080" type="pc8080" border="1" pos="center" background="#FAEBD7">
|
<machine id="test8080" type="pc8080" border="1" pos="center" background="#FAEBD7">
|
||||||
<name pos="center">8080 Exerciser Test Machine</name>
|
<name pos="center">8080 Exerciser Test Machine</name>
|
||||||
<computer id="computer" busWidth="16"/>
|
<computer id="computer" busWidth="16"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pc8080/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pc8080/1.34.2/machine.xsl"?>
|
||||||
<machine id="test8080" type="pc8080" border="1" pos="center" background="#FAEBD7">
|
<machine id="test8080" type="pc8080" border="1" pos="center" background="#FAEBD7">
|
||||||
<name pos="center">8080 Exerciser Preliminary Test Machine</name>
|
<name pos="center">8080 Exerciser Preliminary Test Machine</name>
|
||||||
<computer id="computer" busWidth="16"/>
|
<computer id="computer" busWidth="16"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pc8080/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pc8080/1.34.2/machine.xsl"?>
|
||||||
<machine id="test8080" type="pc8080" border="1" pos="center" background="#FAEBD7">
|
<machine id="test8080" type="pc8080" border="1" pos="center" background="#FAEBD7">
|
||||||
<name pos="center">8080 CPUTEST Machine</name>
|
<name pos="center">8080 CPUTEST Machine</name>
|
||||||
<computer id="computer" busWidth="16"/>
|
<computer id="computer" busWidth="16"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pc8080/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pc8080/1.34.2/machine.xsl"?>
|
||||||
<machine id="test8080" type="pc8080" border="1" pos="center" background="#FAEBD7">
|
<machine id="test8080" type="pc8080" border="1" pos="center" background="#FAEBD7">
|
||||||
<name pos="center">8080 "Kelly Smith" Test Machine</name>
|
<name pos="center">8080 "Kelly Smith" Test Machine</name>
|
||||||
<computer id="computer" busWidth="16"/>
|
<computer id="computer" busWidth="16"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pc8080/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pc8080/1.34.2/machine.xsl"?>
|
||||||
<machine id="test8080" type="pc8080" border="1" pos="center" background="#FAEBD7">
|
<machine id="test8080" type="pc8080" border="1" pos="center" background="#FAEBD7">
|
||||||
<name pos="center">8080 Exerciser Test Machine</name>
|
<name pos="center">8080 Exerciser Test Machine</name>
|
||||||
<computer id="computer" busWidth="16"/>
|
<computer id="computer" busWidth="16"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pc8080/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pc8080/1.34.2/machine.xsl"?>
|
||||||
<machine id="invaders" type="pc8080" border="1" pos="center" background="#FAEBD7">
|
<machine id="invaders" type="pc8080" border="1" pos="center" background="#FAEBD7">
|
||||||
<name pos="center">Space Invaders</name>
|
<name pos="center">Space Invaders</name>
|
||||||
<computer id="computer" busWidth="16"/>
|
<computer id="computer" busWidth="16"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pc8080/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pc8080/1.34.2/machine.xsl"?>
|
||||||
<machine id="invaders" type="pc8080" border="1" pos="center" background="#FAEBD7">
|
<machine id="invaders" type="pc8080" border="1" pos="center" background="#FAEBD7">
|
||||||
<name pos="center">Space Invaders</name>
|
<name pos="center">Space Invaders</name>
|
||||||
<computer id="computer" busWidth="16"/>
|
<computer id="computer" busWidth="16"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pc8080/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pc8080/1.34.2/machine.xsl"?>
|
||||||
<machine id="vt100" type="pc8080" class="machine-left" border="1" pos="center" background="#FAEBD7">
|
<machine id="vt100" type="pc8080" class="machine-left" border="1" pos="center" background="#FAEBD7">
|
||||||
<name pos="center">VT100 Terminal</name>
|
<name pos="center">VT100 Terminal</name>
|
||||||
<computer id="computer" busWidth="16"/>
|
<computer id="computer" busWidth="16"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pc8080/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pc8080/1.34.2/machine.xsl"?>
|
||||||
<machine id="vt100" type="pc8080" class="machine-right" border="1" pos="center" background="#FAEBD7">
|
<machine id="vt100" type="pc8080" class="machine-right" border="1" pos="center" background="#FAEBD7">
|
||||||
<name pos="center">VT100 Terminal</name>
|
<name pos="center">VT100 Terminal</name>
|
||||||
<computer id="computer" busWidth="16"/>
|
<computer id="computer" busWidth="16"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pc8080/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pc8080/1.34.2/machine.xsl"?>
|
||||||
<machine id="vt100" type="pc8080" border="1" pos="center" background="#FAEBD7">
|
<machine id="vt100" type="pc8080" border="1" pos="center" background="#FAEBD7">
|
||||||
<name pos="center">VT100 Terminal</name>
|
<name pos="center">VT100 Terminal</name>
|
||||||
<computer id="computer" busWidth="16"/>
|
<computer id="computer" busWidth="16"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pc8080/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pc8080/1.34.2/machine.xsl"?>
|
||||||
<machine id="vt100" type="pc8080" class="machine-left" border="1" pos="center" background="#FAEBD7">
|
<machine id="vt100" type="pc8080" class="machine-left" border="1" pos="center" background="#FAEBD7">
|
||||||
<name pos="center">VT100 Terminal</name>
|
<name pos="center">VT100 Terminal</name>
|
||||||
<computer id="computer" busWidth="16"/>
|
<computer id="computer" busWidth="16"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pc8080/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pc8080/1.34.2/machine.xsl"?>
|
||||||
<machine id="vt100" type="pc8080" class="machine-right" border="1" pos="center" background="#FAEBD7">
|
<machine id="vt100" type="pc8080" class="machine-right" border="1" pos="center" background="#FAEBD7">
|
||||||
<name pos="center">VT100 Terminal</name>
|
<name pos="center">VT100 Terminal</name>
|
||||||
<computer id="computer" busWidth="16"/>
|
<computer id="computer" busWidth="16"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pc8080/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pc8080/1.34.2/machine.xsl"?>
|
||||||
<machine id="vt100" type="pc8080" border="1" pos="center" background="#FAEBD7">
|
<machine id="vt100" type="pc8080" border="1" pos="center" background="#FAEBD7">
|
||||||
<name pos="center">VT100 Terminal</name>
|
<name pos="center">VT100 Terminal</name>
|
||||||
<computer id="computer" busWidth="16"/>
|
<computer id="computer" busWidth="16"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.2/machine.xsl"?>
|
||||||
<machine id="ibm5150" type="pcx86" border="1" width="1000px" pos="center" background="white">
|
<machine id="ibm5150" type="pcx86" border="1" width="1000px" pos="center" background="white">
|
||||||
<name>IBM PC (Model 5150), CGA, 384K</name>
|
<name>IBM PC (Model 5150), CGA, 384K</name>
|
||||||
<computer id="pc-cga-384k" name="IBM PC"/>
|
<computer id="pc-cga-384k" name="IBM PC"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.2/machine.xsl"?>
|
||||||
<machine id="ibm5150" type="pcx86" border="1" width="980px" pos="center" background="#FAEBD7">
|
<machine id="ibm5150" type="pcx86" border="1" width="980px" pos="center" background="#FAEBD7">
|
||||||
<name pos="center">IBM PC (Model 5150), CGA, 64K</name>
|
<name pos="center">IBM PC (Model 5150), CGA, 64K</name>
|
||||||
<computer id="pc-cga-64k" name="IBM PC" state="/devices/pcx86/machine/5150/cga/64kb/donkey/state.json"/>
|
<computer id="pc-cga-64k" name="IBM PC" state="/devices/pcx86/machine/5150/cga/64kb/donkey/state.json"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.2/machine.xsl"?>
|
||||||
<machine id="ibm5150" type="pcx86" border="1" width="980px" pos="center" background="#FAEBD7">
|
<machine id="ibm5150" type="pcx86" border="1" width="980px" pos="center" background="#FAEBD7">
|
||||||
<name pos="center">IBM PC (Model 5150), CGA, 64K</name>
|
<name pos="center">IBM PC (Model 5150), CGA, 64K</name>
|
||||||
<computer id="pc-cga-64k" name="IBM PC" state="/devices/pcx86/machine/5150/cga/64kb/donkey/state.json"/>
|
<computer id="pc-cga-64k" name="IBM PC" state="/devices/pcx86/machine/5150/cga/64kb/donkey/state.json"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.2/machine.xsl"?>
|
||||||
<machine id="ibm5150" type="pcx86" border="1" width="1000px" pos="center" background="white">
|
<machine id="ibm5150" type="pcx86" border="1" width="1000px" pos="center" background="white">
|
||||||
<name>IBM PC (Model 5150), CGA, 64K</name>
|
<name>IBM PC (Model 5150), CGA, 64K</name>
|
||||||
<computer id="pc-cga-64k" name="IBM PC"/>
|
<computer id="pc-cga-64k" name="IBM PC"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.2/machine.xsl"?>
|
||||||
<machine id="ibm5150" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
<machine id="ibm5150" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
||||||
<name pos="center">IBM PC (Model 5150) with Dual Displays</name>
|
<name pos="center">IBM PC (Model 5150) with Dual Displays</name>
|
||||||
<computer id="pc-dual-64k" name="IBM PC" resume="1"/>
|
<computer id="pc-dual-64k" name="IBM PC" resume="1"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.2/machine.xsl"?>
|
||||||
<machine id="ibm5150" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
<machine id="ibm5150" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
||||||
<name pos="center">IBM PC (Model 5150) with Monochrome Display</name>
|
<name pos="center">IBM PC (Model 5150) with Monochrome Display</name>
|
||||||
<computer id="pc-mda-64k" name="IBM PC"/>
|
<computer id="pc-mda-64k" name="IBM PC"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.2/machine.xsl"?>
|
||||||
<machine id="ibm5150" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
<machine id="ibm5150" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
||||||
<name pos="center">IBM PC (Model 5150) with Monochrome Display</name>
|
<name pos="center">IBM PC (Model 5150) with Monochrome Display</name>
|
||||||
<computer id="pc-mda-64k" name="IBM PC" resume="1"/>
|
<computer id="pc-mda-64k" name="IBM PC" resume="1"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.2/machine.xsl"?>
|
||||||
<machine id="ibm5150" type="pcx86" border="1" pos="center" background="white">
|
<machine id="ibm5150" type="pcx86" border="1" pos="center" background="white">
|
||||||
<name>IBM PC (Model 5150), MDA, 64K</name>
|
<name>IBM PC (Model 5150), MDA, 64K</name>
|
||||||
<computer id="pc-mda-64k" name="IBM PC"/>
|
<computer id="pc-mda-64k" name="IBM PC"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.2/machine.xsl"?>
|
||||||
<machine id="ibm5160" type="pcx86" border="1" width="1000px" pos="center" background="white">
|
<machine id="ibm5160" type="pcx86" border="1" width="1000px" pos="center" background="white">
|
||||||
<name pos="center">IBM PC XT (Model 5160), CGA, 256K, 10Mb Drive</name>
|
<name pos="center">IBM PC XT (Model 5160), CGA, 256K, 10Mb Drive</name>
|
||||||
<computer id="xt-cga-256k" name="IBM PC XT"/>
|
<computer id="xt-cga-256k" name="IBM PC XT"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.2/machine.xsl"?>
|
||||||
<machine id="ibm5160" type="pcx86" border="1" width="980px" pos="center" background="#FAEBD7">
|
<machine id="ibm5160" type="pcx86" border="1" width="980px" pos="center" background="#FAEBD7">
|
||||||
<name pos="center">IBM PC XT (Model 5160), CGA, 256Kb, 10Mb Drive</name>
|
<name pos="center">IBM PC XT (Model 5160), CGA, 256Kb, 10Mb Drive</name>
|
||||||
<computer id="xt-cga-256k" name="IBM PC XT" resume="1"/>
|
<computer id="xt-cga-256k" name="IBM PC XT" resume="1"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.2/machine.xsl"?>
|
||||||
<machine id="ibm5160" type="pcx86" border="1" width="980px" pos="center" background="#FAEBD7">
|
<machine id="ibm5160" type="pcx86" border="1" width="980px" pos="center" background="#FAEBD7">
|
||||||
<name pos="center">IBM PC XT (Model 5160), CGA, 256Kb, 10Mb Drive</name>
|
<name pos="center">IBM PC XT (Model 5160), CGA, 256Kb, 10Mb Drive</name>
|
||||||
<computer id="xt-cga-256k" name="IBM PC XT" resume="1"/>
|
<computer id="xt-cga-256k" name="IBM PC XT" resume="1"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.2/machine.xsl"?>
|
||||||
<machine id="ibm5160" type="pcx86" border="1" width="1000px" pos="center" background="white">
|
<machine id="ibm5160" type="pcx86" border="1" width="1000px" pos="center" background="white">
|
||||||
<name>IBM PC XT (Model 5160), CGA, 256K, 10Mb Drive</name>
|
<name>IBM PC XT (Model 5160), CGA, 256K, 10Mb Drive</name>
|
||||||
<computer id="xt-cga-256k" name="IBM PC XT"/>
|
<computer id="xt-cga-256k" name="IBM PC XT"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.2/machine.xsl"?>
|
||||||
<machine id="ibm5160" type="pcx86" border="1" width="980px" pos="center" background="#FAEBD7">
|
<machine id="ibm5160" type="pcx86" border="1" width="980px" pos="center" background="#FAEBD7">
|
||||||
<name pos="center">IBM PC XT (Model 5160) running Windows 1.01</name>
|
<name pos="center">IBM PC XT (Model 5160) running Windows 1.01</name>
|
||||||
<computer id="xt-cga-win101" name="IBM PC XT" state="/devices/pcx86/machine/5160/cga/256kb/win101/state.json" resume="1"/>
|
<computer id="xt-cga-win101" name="IBM PC XT" state="/devices/pcx86/machine/5160/cga/256kb/win101/state.json" resume="1"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.2/machine.xsl"?>
|
||||||
<machine id="ibm5160" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
<machine id="ibm5160" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
||||||
<name pos="center">IBM PC XT (Model 5160) running Windows 1.01</name>
|
<name pos="center">IBM PC XT (Model 5160) running Windows 1.01</name>
|
||||||
<computer id="xt-cga-win101" name="IBM PC XT" state="/devices/pcx86/machine/5160/cga/256kb/win101/state.json"/>
|
<computer id="xt-cga-win101" name="IBM PC XT" state="/devices/pcx86/machine/5160/cga/256kb/win101/state.json"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.2/machine.xsl"?>
|
||||||
<machine id="ibm5160" type="pcx86" border="1" width="1000px" pos="center" background="white">
|
<machine id="ibm5160" type="pcx86" border="1" width="1000px" pos="center" background="white">
|
||||||
<name>IBM PC XT (Model 5160), CGA, 256K, Windows 1.01</name>
|
<name>IBM PC XT (Model 5160), CGA, 256K, Windows 1.01</name>
|
||||||
<computer id="xt-cga-256k" name="IBM PC XT"/>
|
<computer id="xt-cga-256k" name="IBM PC XT"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.2/machine.xsl"?>
|
||||||
<machine id="ibm5160" type="pcx86" border="1" width="1000px" pos="center" background="white">
|
<machine id="ibm5160" type="pcx86" border="1" width="1000px" pos="center" background="white">
|
||||||
<name>IBM PC XT (Model 5160), CGA, 512K, WIN101</name>
|
<name>IBM PC XT (Model 5160), CGA, 512K, WIN101</name>
|
||||||
<computer id="xt-cga-512k" name="IBM PC XT"/>
|
<computer id="xt-cga-512k" name="IBM PC XT"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.2/machine.xsl"?>
|
||||||
<machine id="ibm5160" type="pcx86" border="1" width="980px" pos="center" background="#FAEBD7">
|
<machine id="ibm5160" type="pcx86" border="1" width="980px" pos="center" background="#FAEBD7">
|
||||||
<name pos="center">IBM PC XT (Model 5160), CGA, 640K, 10Mb Drive</name>
|
<name pos="center">IBM PC XT (Model 5160), CGA, 640K, 10Mb Drive</name>
|
||||||
<computer id="xt-cga-640k" name="IBM PC XT"/>
|
<computer id="xt-cga-640k" name="IBM PC XT"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.2/machine.xsl"?>
|
||||||
<machine id="ibm5160" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
<machine id="ibm5160" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
||||||
<name pos="center">IBM PC XT (Model 5160), CGA, 640K, 10Mb Drive</name>
|
<name pos="center">IBM PC XT (Model 5160), CGA, 640K, 10Mb Drive</name>
|
||||||
<computer id="xt-cga-640k" name="IBM PC XT"/>
|
<computer id="xt-cga-640k" name="IBM PC XT"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.2/machine.xsl"?>
|
||||||
<machine id="ibm5160" type="pcx86" border="1" width="1000px" pos="center" background="white">
|
<machine id="ibm5160" type="pcx86" border="1" width="1000px" pos="center" background="white">
|
||||||
<name>IBM PC XT (Model 5160), CGA, 640K, 10Mb Drive</name>
|
<name>IBM PC XT (Model 5160), CGA, 640K, 10Mb Drive</name>
|
||||||
<computer id="xt-cga-640k" name="IBM PC XT"/>
|
<computer id="xt-cga-640k" name="IBM PC XT"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.2/machine.xsl"?>
|
||||||
<machine id="ibm5160" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
<machine id="ibm5160" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
||||||
<name>IBM PC XT (Model 5160), 64K EGA, 256K RAM, 10Mb Hard Disk</name>
|
<name>IBM PC XT (Model 5160), 64K EGA, 256K RAM, 10Mb Hard Disk</name>
|
||||||
<computer id="xt-ega-256k" name="IBM PC XT"/>
|
<computer id="xt-ega-256k" name="IBM PC XT"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.2/machine.xsl"?>
|
||||||
<machine id="ibm5160" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
<machine id="ibm5160" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
||||||
<name>IBM PC XT (Model 5160), 64K EGA, 256K RAM, 10Mb Hard Disk</name>
|
<name>IBM PC XT (Model 5160), 64K EGA, 256K RAM, 10Mb Hard Disk</name>
|
||||||
<computer id="xt-ega-256k" name="IBM PC XT"/>
|
<computer id="xt-ega-256k" name="IBM PC XT"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.2/machine.xsl"?>
|
||||||
<machine id="ibm5160" type="pcx86" border="1" width="680px" float="left" background="#FAEBD7">
|
<machine id="ibm5160" type="pcx86" border="1" width="680px" float="left" background="#FAEBD7">
|
||||||
<name pos="center">IBM PC XT, 128K EGA, 640K RAM, 10Mb Hard Disk</name>
|
<name pos="center">IBM PC XT, 128K EGA, 640K RAM, 10Mb Hard Disk</name>
|
||||||
<computer id="xt-ega-640k" name="IBM PC XT" state="/disks/pcx86/windows/1.01/ibm5160-ega.json"/>
|
<computer id="xt-ega-640k" name="IBM PC XT" state="/disks/pcx86/windows/1.01/ibm5160-ega.json"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.2/machine.xsl"?>
|
||||||
<machine id="ibm5160" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
<machine id="ibm5160" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
||||||
<name>IBM PC XT, 128K EGA, 640K RAM, 10Mb Hard Disk</name>
|
<name>IBM PC XT, 128K EGA, 640K RAM, 10Mb Hard Disk</name>
|
||||||
<computer id="xt-ega-640k" name="IBM PC XT"/>
|
<computer id="xt-ega-640k" name="IBM PC XT"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.2/machine.xsl"?>
|
||||||
<machine id="ibm5160" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
<machine id="ibm5160" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
||||||
<name>IBM PC XT, 128K EGA, 640K RAM, 10Mb Hard Disk</name>
|
<name>IBM PC XT, 128K EGA, 640K RAM, 10Mb Hard Disk</name>
|
||||||
<computer id="xt-ega-640k" name="IBM PC XT"/>
|
<computer id="xt-ega-640k" name="IBM PC XT"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.2/machine.xsl"?>
|
||||||
<machine id="ibm5160" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
<machine id="ibm5160" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
||||||
<name pos="center">IBM PC XT (Model 5160), MDA, 256Kb, 10Mb Drive</name>
|
<name pos="center">IBM PC XT (Model 5160), MDA, 256Kb, 10Mb Drive</name>
|
||||||
<computer id="xt-mda-256k" name="IBM PC XT"/>
|
<computer id="xt-mda-256k" name="IBM PC XT"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.2/machine.xsl"?>
|
||||||
<machine id="ibm5160" type="pcx86" border="1" width="740px" pos="center" background="#FAEBD7">
|
<machine id="ibm5160" type="pcx86" border="1" width="740px" pos="center" background="#FAEBD7">
|
||||||
<name pos="center">IBM PC XT (Model 5160), MDA, 256Kb, 10Mb Drive</name>
|
<name pos="center">IBM PC XT (Model 5160), MDA, 256Kb, 10Mb Drive</name>
|
||||||
<computer id="xt188-mda-256k" name="IBM PC XT"/>
|
<computer id="xt188-mda-256k" name="IBM PC XT"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.2/machine.xsl"?>
|
||||||
<machine id="ibm5160" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
<machine id="ibm5160" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
||||||
<name pos="center">IBM PC XT (Model 5160), MDA, 256Kb, 10Mb Drive</name>
|
<name pos="center">IBM PC XT (Model 5160), MDA, 256Kb, 10Mb Drive</name>
|
||||||
<computer id="xt188-mda-256k" name="IBM PC XT"/>
|
<computer id="xt188-mda-256k" name="IBM PC XT"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.2/machine.xsl"?>
|
||||||
<machine id="ibm5160" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
<machine id="ibm5160" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
||||||
<name pos="center">IBM PC XT (Model 5160), MDA, 256Kb, 10Mb Drive</name>
|
<name pos="center">IBM PC XT (Model 5160), MDA, 256Kb, 10Mb Drive</name>
|
||||||
<computer id="xt-mda-256k" name="IBM PC XT"/>
|
<computer id="xt-mda-256k" name="IBM PC XT"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.2/machine.xsl"?>
|
||||||
<machine id="ibm5160" type="pcx86" border="1" pos="center" background="white">
|
<machine id="ibm5160" type="pcx86" border="1" pos="center" background="white">
|
||||||
<name pos="center">IBM PC XT (Model 5160), MDA, 64K, 10Mb Drive</name>
|
<name pos="center">IBM PC XT (Model 5160), MDA, 64K, 10Mb Drive</name>
|
||||||
<computer id="xt-mda-64k" name="IBM PC XT"/>
|
<computer id="xt-mda-64k" name="IBM PC XT"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.2/machine.xsl"?>
|
||||||
<machine id="ibm5170" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
<machine id="ibm5170" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
||||||
<name pos="center">IBM PC AT (8Mhz, 640Kb, Dual Floppy) with Color Display</name>
|
<name pos="center">IBM PC AT (8Mhz, 640Kb, Dual Floppy) with Color Display</name>
|
||||||
<computer id="at-mda-640k" name="IBM PC AT" buswidth="24"/>
|
<computer id="at-mda-640k" name="IBM PC AT" buswidth="24"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.2/machine.xsl"?>
|
||||||
<machine id="ibm5170" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
<machine id="ibm5170" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
||||||
<name pos="center">IBM PC AT (8Mhz, 640Kb, Dual Floppy) with Color Display</name>
|
<name pos="center">IBM PC AT (8Mhz, 640Kb, Dual Floppy) with Color Display</name>
|
||||||
<computer id="at-mda-640k" name="IBM PC AT" buswidth="24"/>
|
<computer id="at-mda-640k" name="IBM PC AT" buswidth="24"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.2/machine.xsl"?>
|
||||||
<machine id="ibm5170" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
<machine id="ibm5170" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
||||||
<name pos="center">IBM PC AT (6Mhz), 128Kb EGA, 1152Kb RAM, 20Mb Hard Disk</name>
|
<name pos="center">IBM PC AT (6Mhz), 128Kb EGA, 1152Kb RAM, 20Mb Hard Disk</name>
|
||||||
<computer id="at-ega-1152k-rev1" name="IBM PC AT" buswidth="24"/>
|
<computer id="at-ega-1152k-rev1" name="IBM PC AT" buswidth="24"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.2/machine.xsl"?>
|
||||||
<machine id="ibm5170" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
<machine id="ibm5170" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
||||||
<name pos="center">IBM PC AT (6Mhz), 128Kb EGA, 1152Kb RAM, 20Mb Hard Disk</name>
|
<name pos="center">IBM PC AT (6Mhz), 128Kb EGA, 1152Kb RAM, 20Mb Hard Disk</name>
|
||||||
<computer id="at-ega-1152k-rev1" name="IBM PC AT" buswidth="24"/>
|
<computer id="at-ega-1152k-rev1" name="IBM PC AT" buswidth="24"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.2/machine.xsl"?>
|
||||||
<machine id="ibm5170rev3" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
<machine id="ibm5170rev3" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
||||||
<name pos="center">IBM PC AT (8Mhz), 128Kb EGA, 1152Kb RAM, 20Mb Hard Disk</name>
|
<name pos="center">IBM PC AT (8Mhz), 128Kb EGA, 1152Kb RAM, 20Mb Hard Disk</name>
|
||||||
<computer id="at-ega-1152k-rev3" name="IBM PC AT" buswidth="24"/>
|
<computer id="at-ega-1152k-rev3" name="IBM PC AT" buswidth="24"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.2/machine.xsl"?>
|
||||||
<machine id="ibm5170" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
<machine id="ibm5170" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
||||||
<name pos="center">IBM PC AT (8Mhz), 128Kb EGA, 1152Kb RAM, 20Mb Hard Disk</name>
|
<name pos="center">IBM PC AT (8Mhz), 128Kb EGA, 1152Kb RAM, 20Mb Hard Disk</name>
|
||||||
<computer id="at-ega-1152k-rev3" name="IBM PC AT" buswidth="24"/>
|
<computer id="at-ega-1152k-rev3" name="IBM PC AT" buswidth="24"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.2/machine.xsl"?>
|
||||||
<machine id="ibm5170" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
<machine id="ibm5170" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
||||||
<name pos="center">IBM PC AT (8Mhz), 128Kb EGA, 1152Kb RAM, 20Mb Hard Disk</name>
|
<name pos="center">IBM PC AT (8Mhz), 128Kb EGA, 1152Kb RAM, 20Mb Hard Disk</name>
|
||||||
<computer id="at-ega-1152k-rev3" name="IBM PC AT" buswidth="24"/>
|
<computer id="at-ega-1152k-rev3" name="IBM PC AT" buswidth="24"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.2/machine.xsl"?>
|
||||||
<machine id="ibm5170" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
<machine id="ibm5170" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
||||||
<name pos="center">IBM PC AT (8Mhz), 128Kb EGA, 2Mb RAM, 20Mb Hard Disk</name>
|
<name pos="center">IBM PC AT (8Mhz), 128Kb EGA, 2Mb RAM, 20Mb Hard Disk</name>
|
||||||
<computer id="at-ega-2048k" name="IBM PC AT" buswidth="24"/>
|
<computer id="at-ega-2048k" name="IBM PC AT" buswidth="24"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.2/machine.xsl"?>
|
||||||
<machine id="ibm5170" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
<machine id="ibm5170" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
||||||
<name pos="center">IBM PC AT (8Mhz), 128Kb EGA, 2Mb RAM, 20Mb Hard Disk</name>
|
<name pos="center">IBM PC AT (8Mhz), 128Kb EGA, 2Mb RAM, 20Mb Hard Disk</name>
|
||||||
<computer id="at-ega-2048k" name="IBM PC AT" buswidth="24"/>
|
<computer id="at-ega-2048k" name="IBM PC AT" buswidth="24"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.2/machine.xsl"?>
|
||||||
<machine id="ibm5170" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
<machine id="ibm5170" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
||||||
<name pos="center">IBM PC AT (8Mhz), 128Kb EGA, 2Mb RAM, 20Mb Hard Disk</name>
|
<name pos="center">IBM PC AT (8Mhz), 128Kb EGA, 2Mb RAM, 20Mb Hard Disk</name>
|
||||||
<computer id="at-ega-2048k" name="IBM PC AT" buswidth="24"/>
|
<computer id="at-ega-2048k" name="IBM PC AT" buswidth="24"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.2/machine.xsl"?>
|
||||||
<machine id="ibm5170" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
<machine id="ibm5170" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
||||||
<name pos="center">IBM PC AT, 128K EGA, 640Kb RAM</name>
|
<name pos="center">IBM PC AT, 128K EGA, 640Kb RAM</name>
|
||||||
<computer id="at-ega-640k" name="IBM PC AT" buswidth="24"/>
|
<computer id="at-ega-640k" name="IBM PC AT" buswidth="24"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.2/machine.xsl"?>
|
||||||
<machine id="ibm5170" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
<machine id="ibm5170" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
||||||
<name pos="center">IBM PC AT, 128K EGA, 640Kb RAM</name>
|
<name pos="center">IBM PC AT, 128K EGA, 640Kb RAM</name>
|
||||||
<computer id="at-ega-640k" name="IBM PC AT" buswidth="24"/>
|
<computer id="at-ega-640k" name="IBM PC AT" buswidth="24"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.2/machine.xsl"?>
|
||||||
<machine id="ibm5170" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
<machine id="ibm5170" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
||||||
<name pos="center">IBM PC AT (8Mhz, 640Kb, Dual Floppy) with Monochrome Display</name>
|
<name pos="center">IBM PC AT (8Mhz, 640Kb, Dual Floppy) with Monochrome Display</name>
|
||||||
<computer id="at-mda-640k" name="IBM PC AT" buswidth="24"/>
|
<computer id="at-mda-640k" name="IBM PC AT" buswidth="24"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.2/machine.xsl"?>
|
||||||
<machine id="ibm5170" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
<machine id="ibm5170" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
||||||
<name pos="center">IBM PC AT (8Mhz, 640Kb, Dual Floppy) with Monochrome Display</name>
|
<name pos="center">IBM PC AT (8Mhz, 640Kb, Dual Floppy) with Monochrome Display</name>
|
||||||
<computer id="at-mda-640k" name="IBM PC AT" buswidth="24"/>
|
<computer id="at-mda-640k" name="IBM PC AT" buswidth="24"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.2/machine.xsl"?>
|
||||||
<machine id="ibm5170" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
<machine id="ibm5170" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
||||||
<name pos="center">IBM PC AT (8Mhz, 2Mb, 20Mb Hard Disk) with VGA Display</name>
|
<name pos="center">IBM PC AT (8Mhz, 2Mb, 20Mb Hard Disk) with VGA Display</name>
|
||||||
<computer id="at-vga-2048k" name="IBM PC AT" buswidth="24"/>
|
<computer id="at-vga-2048k" name="IBM PC AT" buswidth="24"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.2/machine.xsl"?>
|
||||||
<machine id="ibm5170" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
<machine id="ibm5170" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
||||||
<name pos="center">IBM PC AT (8Mhz, 2Mb, 20Mb Hard Disk) with VGA Display</name>
|
<name pos="center">IBM PC AT (8Mhz, 2Mb, 20Mb Hard Disk) with VGA Display</name>
|
||||||
<computer id="at-vga-2048k" name="IBM PC AT" buswidth="24"/>
|
<computer id="at-vga-2048k" name="IBM PC AT" buswidth="24"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.2/machine.xsl"?>
|
||||||
<machine id="ibm5170" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
<machine id="ibm5170" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
||||||
<name pos="center">IBM PC AT (8Mhz, 4Mb, 20Mb Hard Disk) with VGA Display</name>
|
<name pos="center">IBM PC AT (8Mhz, 4Mb, 20Mb Hard Disk) with VGA Display</name>
|
||||||
<computer id="at-vga-2048k" name="IBM PC AT" buswidth="24"/>
|
<computer id="at-vga-2048k" name="IBM PC AT" buswidth="24"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.2/machine.xsl"?>
|
||||||
<machine id="ibm5170" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
<machine id="ibm5170" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
||||||
<name pos="center">IBM PC AT (8Mhz), VGA, 4Mb RAM, 20Mb Hard Disk</name>
|
<name pos="center">IBM PC AT (8Mhz), VGA, 4Mb RAM, 20Mb Hard Disk</name>
|
||||||
<computer id="at-vga-2048k" name="IBM PC AT" buswidth="24"/>
|
<computer id="at-vga-2048k" name="IBM PC AT" buswidth="24"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.2/machine.xsl"?>
|
||||||
<machine id="att6300" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
<machine id="att6300" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
||||||
<name pos="center">AT&T Personal Computer 6300 with Color Display</name>
|
<name pos="center">AT&T Personal Computer 6300 with Color Display</name>
|
||||||
<computer id="att6300-640k" name="AT&T 6300"/>
|
<computer id="att6300-640k" name="AT&T 6300"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.2/machine.xsl"?>
|
||||||
<machine id="att6300" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
<machine id="att6300" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
||||||
<name pos="center">AT&T Personal Computer 6300 with Color Display</name>
|
<name pos="center">AT&T Personal Computer 6300 with Color Display</name>
|
||||||
<computer id="att6300-640k" name="MPC 1600"/>
|
<computer id="att6300-640k" name="MPC 1600"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.2/machine.xsl"?>
|
||||||
<machine id="mpc1600" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
<machine id="mpc1600" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
||||||
<name pos="center">Columbia Data Products MPC 1600 with Color Display</name>
|
<name pos="center">Columbia Data Products MPC 1600 with Color Display</name>
|
||||||
<computer id="mpc1600-640k" name="MPC 1600"/>
|
<computer id="mpc1600-640k" name="MPC 1600"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.2/machine.xsl"?>
|
||||||
<machine id="mpc1600" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
<machine id="mpc1600" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
||||||
<name pos="center">Columbia Data Products MPC 1600 with Color Display</name>
|
<name pos="center">Columbia Data Products MPC 1600 with Color Display</name>
|
||||||
<computer id="mpc1600-640k" name="MPC 1600"/>
|
<computer id="mpc1600-640k" name="MPC 1600"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.2/machine.xsl"?>
|
||||||
<machine id="deskpro386" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
<machine id="deskpro386" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
||||||
<name pos="center">COMPAQ DeskPro 386, 2Mb RAM, 128Kb EGA</name>
|
<name pos="center">COMPAQ DeskPro 386, 2Mb RAM, 128Kb EGA</name>
|
||||||
<computer id="deskpro386-ega-2048k" name="COMPAQ DeskPro 386" buswidth="32"/>
|
<computer id="deskpro386-ega-2048k" name="COMPAQ DeskPro 386" buswidth="32"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.2/machine.xsl"?>
|
||||||
<machine id="deskpro386" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
<machine id="deskpro386" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
||||||
<name pos="center">COMPAQ DeskPro 386, 2Mb RAM, 128Kb EGA</name>
|
<name pos="center">COMPAQ DeskPro 386, 2Mb RAM, 128Kb EGA</name>
|
||||||
<computer id="deskpro386-ega-2048k" name="COMPAQ DeskPro 386" buswidth="32"/>
|
<computer id="deskpro386-ega-2048k" name="COMPAQ DeskPro 386" buswidth="32"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.2/machine.xsl"?>
|
||||||
<machine id="deskpro386" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
<machine id="deskpro386" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
||||||
<name pos="center">COMPAQ DeskPro 386, 4Mb RAM, 128Kb EGA</name>
|
<name pos="center">COMPAQ DeskPro 386, 4Mb RAM, 128Kb EGA</name>
|
||||||
<computer id="deskpro386-ega-2048k" name="COMPAQ DeskPro 386" buswidth="32"/>
|
<computer id="deskpro386-ega-2048k" name="COMPAQ DeskPro 386" buswidth="32"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.2/machine.xsl"?>
|
||||||
<machine id="deskpro386" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
<machine id="deskpro386" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
||||||
<name pos="center">COMPAQ DeskPro 386, 4Mb RAM, 128Kb EGA</name>
|
<name pos="center">COMPAQ DeskPro 386, 4Mb RAM, 128Kb EGA</name>
|
||||||
<computer id="deskpro386-ega-2048k" name="COMPAQ DeskPro 386" buswidth="32"/>
|
<computer id="deskpro386-ega-2048k" name="COMPAQ DeskPro 386" buswidth="32"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.2/machine.xsl"?>
|
||||||
<machine id="deskpro386" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
<machine id="deskpro386" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
||||||
<name pos="center">COMPAQ DeskPro 386, 2Mb RAM, COMPAQ VGA, 20Mb Hard Disk</name>
|
<name pos="center">COMPAQ DeskPro 386, 2Mb RAM, COMPAQ VGA, 20Mb Hard Disk</name>
|
||||||
<computer id="deskpro386-vga-2048k" name="COMPAQ DeskPro 386" buswidth="32"/>
|
<computer id="deskpro386-vga-2048k" name="COMPAQ DeskPro 386" buswidth="32"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.2/machine.xsl"?>
|
||||||
<machine id="deskpro386" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
<machine id="deskpro386" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
||||||
<name pos="center">COMPAQ DeskPro 386, 2Mb RAM, COMPAQ VGA, 20Mb Hard Disk</name>
|
<name pos="center">COMPAQ DeskPro 386, 2Mb RAM, COMPAQ VGA, 20Mb Hard Disk</name>
|
||||||
<computer id="deskpro386-vga-2048k" name="COMPAQ DeskPro 386" buswidth="32"/>
|
<computer id="deskpro386-vga-2048k" name="COMPAQ DeskPro 386" buswidth="32"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.2/machine.xsl"?>
|
||||||
<machine id="deskpro386" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
<machine id="deskpro386" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
||||||
<name pos="center">COMPAQ DeskPro 386, 2Mb RAM, IBM VGA, 20Mb Hard Disk</name>
|
<name pos="center">COMPAQ DeskPro 386, 2Mb RAM, IBM VGA, 20Mb Hard Disk</name>
|
||||||
<computer id="deskpro386-vga-2048k" name="COMPAQ DeskPro 386" buswidth="32"/>
|
<computer id="deskpro386-vga-2048k" name="COMPAQ DeskPro 386" buswidth="32"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.2/machine.xsl"?>
|
||||||
<machine id="deskpro386" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
<machine id="deskpro386" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
||||||
<name pos="center">COMPAQ DeskPro 386, 2Mb RAM, IBM VGA, 20Mb Hard Disk</name>
|
<name pos="center">COMPAQ DeskPro 386, 2Mb RAM, IBM VGA, 20Mb Hard Disk</name>
|
||||||
<computer id="deskpro386-vga-2048k" name="COMPAQ DeskPro 386" buswidth="32"/>
|
<computer id="deskpro386-vga-2048k" name="COMPAQ DeskPro 386" buswidth="32"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.2/machine.xsl"?>
|
||||||
<machine id="deskpro386" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
<machine id="deskpro386" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
||||||
<name pos="center">COMPAQ DeskPro 386, 4Mb RAM, IBM VGA, 20Mb Hard Disk</name>
|
<name pos="center">COMPAQ DeskPro 386, 4Mb RAM, IBM VGA, 20Mb Hard Disk</name>
|
||||||
<computer id="deskpro386-vga-4096k" name="COMPAQ DeskPro 386" buswidth="32"/>
|
<computer id="deskpro386-vga-4096k" name="COMPAQ DeskPro 386" buswidth="32"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.2/machine.xsl"?>
|
||||||
<machine id="deskpro386" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
<machine id="deskpro386" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
||||||
<name pos="center">COMPAQ DeskPro 386, 4Mb RAM, IBM VGA, 20Mb Hard Disk</name>
|
<name pos="center">COMPAQ DeskPro 386, 4Mb RAM, IBM VGA, 20Mb Hard Disk</name>
|
||||||
<computer id="deskpro386-vga-4096k" name="COMPAQ DeskPro 386" buswidth="32"/>
|
<computer id="deskpro386-vga-4096k" name="COMPAQ DeskPro 386" buswidth="32"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.2/machine.xsl"?>
|
||||||
<machine id="ibm5150" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
<machine id="ibm5150" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
||||||
<name pos="center">IBM PC (Model 5150) with Monochrome Display</name>
|
<name pos="center">IBM PC (Model 5150) with Monochrome Display</name>
|
||||||
<computer id="pc-mda-64k" name="IBM PC"/>
|
<computer id="pc-mda-64k" name="IBM PC"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.2/machine.xsl"?>
|
||||||
<machine id="z150" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
<machine id="z150" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
||||||
<name pos="center">Zenith Z-150 with Color Display</name>
|
<name pos="center">Zenith Z-150 with Color Display</name>
|
||||||
<computer id="z150-640k" name="Z-150"/>
|
<computer id="z150-640k" name="Z-150"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.2/machine.xsl"?>
|
||||||
<machine id="z150" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
<machine id="z150" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
||||||
<name pos="center">Zenith Z-150 with Color Display</name>
|
<name pos="center">Zenith Z-150 with Color Display</name>
|
||||||
<computer id="z150-640k" name="Z-150"/>
|
<computer id="z150-640k" name="Z-150"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pdpjs/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pdpjs/1.34.2/machine.xsl"?>
|
||||||
<machine id="testka10" type="pdp10" border="1" pos="center" background="#FAEBD7">
|
<machine id="testka10" type="pdp10" border="1" pos="center" background="#FAEBD7">
|
||||||
<name pos="center">PDP-10 Test Machine with Debugger</name>
|
<name pos="center">PDP-10 Test Machine with Debugger</name>
|
||||||
<computer id="computer" busWidth="18"/>
|
<computer id="computer" busWidth="18"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pdpjs/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pdpjs/1.34.2/machine.xsl"?>
|
||||||
<machine id="testka10" type="pdp10" border="1" pos="center" background="#FAEBD7">
|
<machine id="testka10" type="pdp10" border="1" pos="center" background="#FAEBD7">
|
||||||
<name pos="center">PDP-10 Test Machine</name>
|
<name pos="center">PDP-10 Test Machine</name>
|
||||||
<computer id="computer" busWidth="18"/>
|
<computer id="computer" busWidth="18"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pdpjs/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pdpjs/1.34.2/machine.xsl"?>
|
||||||
<machine id="test1120" type="pdp11" border="1" pos="center" background="#FAEBD7">
|
<machine id="test1120" type="pdp11" border="1" pos="center" background="#FAEBD7">
|
||||||
<name pos="center">PDP-11/20: 16Kb, PDP-11 BASIC, Debugger</name>
|
<name pos="center">PDP-11/20: 16Kb, PDP-11 BASIC, Debugger</name>
|
||||||
<computer id="computer" busWidth="16"/>
|
<computer id="computer" busWidth="16"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pdpjs/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pdpjs/1.34.2/machine.xsl"?>
|
||||||
<machine id="test1120" type="pdp11" border="1" pos="center" background="#FAEBD7">
|
<machine id="test1120" type="pdp11" border="1" pos="center" background="#FAEBD7">
|
||||||
<name pos="center">PDP-11/20: 16Kb, PDP-11 BASIC</name>
|
<name pos="center">PDP-11/20: 16Kb, PDP-11 BASIC</name>
|
||||||
<computer id="computer" busWidth="16"/>
|
<computer id="computer" busWidth="16"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pdpjs/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pdpjs/1.34.2/machine.xsl"?>
|
||||||
<machine id="test1120" type="pdp11" border="1" pos="center" background="#FAEBD7">
|
<machine id="test1120" type="pdp11" border="1" pos="center" background="#FAEBD7">
|
||||||
<name pos="center">PDP-11/20: 16Kb, Bootstrap Loader, Debugger</name>
|
<name pos="center">PDP-11/20: 16Kb, Bootstrap Loader, Debugger</name>
|
||||||
<computer id="computer" busWidth="16"/>
|
<computer id="computer" busWidth="16"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pdpjs/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pdpjs/1.34.2/machine.xsl"?>
|
||||||
<machine id="test1120" type="pdp11" border="1" pos="center" background="#FAEBD7">
|
<machine id="test1120" type="pdp11" border="1" pos="center" background="#FAEBD7">
|
||||||
<name pos="center">PDP-11/20: 16Kb, Bootstrap Loader</name>
|
<name pos="center">PDP-11/20: 16Kb, Bootstrap Loader</name>
|
||||||
<computer id="computer" busWidth="16"/>
|
<computer id="computer" busWidth="16"/>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pdpjs/1.34.1/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pdpjs/1.34.2/machine.xsl"?>
|
||||||
<machine id="test1120" type="pdp11" border="1" pos="center" background="#FAEBD7">
|
<machine id="test1120" type="pdp11" border="1" pos="center" background="#FAEBD7">
|
||||||
<name pos="center">PDP-11/20 Boot Monitor with 56Kb and Debugger</name>
|
<name pos="center">PDP-11/20 Boot Monitor with 56Kb and Debugger</name>
|
||||||
<computer id="computer" busWidth="16"/>
|
<computer id="computer" busWidth="16"/>
|
||||||
|
|
|
||||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue