Added some Modula-2 and PCTJ disks
This commit is contained in:
parent
37243b7648
commit
35a3006000
63 changed files with 433 additions and 69 deletions
23
_data/disks/pcx86/tools.json
Normal file
23
_data/disks/pcx86/tools.json
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
[
|
||||
{
|
||||
"title": "Modula-2/86",
|
||||
"version": "1.10",
|
||||
"type": "Utility",
|
||||
"category": "Compiler",
|
||||
"authors": [],
|
||||
"company": "Logitech, Inc.",
|
||||
"releaseDate": "December 10, 1984",
|
||||
"serialNumber": "M86M5I-001-02092",
|
||||
"description": "",
|
||||
"references": [],
|
||||
"sources": [
|
||||
{
|
||||
"site": "VETUSWARE",
|
||||
"desc": "Logitech Modula 2/86 Compiler 2/86",
|
||||
"page": "http://vetusware.com/download/Logitech%20Modula%20286%20Compiler%20286/?id=8794",
|
||||
"file": "http://vetusware.com/output/crjraqyo/Modula2.zip",
|
||||
"copy": "/disks/pcx86/tools/logitech/modula2/archive/"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.35.2/machine.xsl"?>
|
||||
<machine id="ibm5150" type="pcx86" border="1" width="1000px" pos="center" background="default">
|
||||
<name>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"/>
|
||||
<cpu id="cpu8088" model="8088"/>
|
||||
<ram id="ramLow" addr="0x00000"/>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.35.2/machine.xsl"?>
|
||||
<machine id="ibm5160" type="pcx86" border="1" width="1000px" pos="center" background="default">
|
||||
<name>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"/>
|
||||
<cpu id="cpu8088" model="8088"/>
|
||||
<ram id="ramLow" addr="0x00000" test="false"/>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.35.2/machine.xsl"?>
|
||||
<machine id="ibm5160" type="pcx86" border="1" width="980px" pos="center" background="default">
|
||||
<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 (Formatted)</name>
|
||||
<computer id="xt-cga-640k" name="IBM PC XT"/>
|
||||
<cpu id="cpu8088" model="8088" autostart="true"/>
|
||||
<ram id="ramLow" addr="0x00000" test="false" size="0xa0000" comment="0xa0000 (640Kb) size overrides SW1|ROM BIOS memory test has been disabled"/>
|
||||
|
|
@ -13,9 +13,7 @@
|
|||
<keyboard ref="/devices/pcx86/keyboard/us83-buttons-minimal.xml"/>
|
||||
<debugger id="debugger"/>
|
||||
<panel ref="/devices/pcx86/panel/wide.xml"/>
|
||||
<hdc id="hdcXT" drives='[{name:"10Mb Hard Disk",type:3,path:"/disks/pcx86/fixed/10mb/PCDOS200-EMPTY.json"}]'>
|
||||
<control type="button" binding="saveHD0">Save HD</control>
|
||||
</hdc>
|
||||
<hdc ref="/disks/pcx86/fixed/10mb/pcdos200-empty.xml"/>
|
||||
<chipset id="chipset" model="5160" sw1="01001001" pos="left" padLeft="8px" padBottom="8px">
|
||||
<control type="switches" label="SW1" binding="sw1" left="0px"/>
|
||||
<control type="description" binding="swdesc" left="0px"/>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.35.2/machine.xsl"?>
|
||||
<machine id="ibm5160" type="pcx86" border="1" pos="center" background="default">
|
||||
<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 (Formatted)</name>
|
||||
<computer id="xt-cga-640k" name="IBM PC XT"/>
|
||||
<ram id="ramLow" addr="0x00000" test="false" size="0xa0000" comment="0xa0000 (640Kb) size overrides SW1|ROM BIOS memory test has been disabled"/>
|
||||
<rom id="romHDC" addr="0xc8000" size="0x2000" file="/devices/pcx86/hdc/ibm-xebec-1982.json"/>
|
||||
|
|
@ -14,9 +14,7 @@
|
|||
<control type="button" binding="reset">Reset</control>
|
||||
</cpu>
|
||||
<keyboard ref="/devices/pcx86/keyboard/us83-buttons-minimal.xml"/>
|
||||
<hdc id="hdcXT" drives='[{name:"10Mb Hard Disk",type:3,path:"/disks/pcx86/fixed/10mb/PCDOS200-EMPTY.json"}]'>
|
||||
<control type="button" binding="saveHD0">Save HD</control>
|
||||
</hdc>
|
||||
<hdc ref="/disks/pcx86/fixed/10mb/pcdos200-empty.xml"/>
|
||||
<chipset id="chipset" model="5160" sw1="01001001"/>
|
||||
<serial id="com1" adapter="1"/>
|
||||
<serial id="com2" adapter="2"/>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.35.2/machine.xsl"?>
|
||||
<machine id="ibm5160" type="pcx86" border="1" width="1000px" pos="center" background="default">
|
||||
<name>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"/>
|
||||
<cpu id="cpu8088" model="8088" autostart="true"/>
|
||||
<ram id="ramLow" addr="0x00000" test="false" size="0xa0000" comment="0xa0000 (640Kb) size overrides SW1|ROM BIOS memory test has been disabled"/>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.35.2/machine.xsl"?>
|
||||
<machine id="ibm5160" type="pcx86" border="1" pos="center" background="default">
|
||||
<name>IBM PC XT (Model 5160), 64K EGA, 256K RAM, 10Mb Hard Disk</name>
|
||||
<name pos="center">IBM PC XT (Model 5160), 64K EGA, 256K RAM, 10Mb Hard Disk</name>
|
||||
<computer id="xt-ega-256k" name="IBM PC XT"/>
|
||||
<cpu id="cpu8088" model="8088"/>
|
||||
<ram id="ramLow" addr="0x00000" test="false"/>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.35.2/machine.xsl"?>
|
||||
<machine id="ibm5160" type="pcx86" border="1" pos="center" background="default">
|
||||
<name>IBM PC XT (Model 5160), 64K EGA, 256K RAM, 10Mb Hard Disk</name>
|
||||
<name pos="center">IBM PC XT (Model 5160), 64K EGA, 256K RAM, 10Mb Hard Disk</name>
|
||||
<computer id="xt-ega-256k" name="IBM PC XT"/>
|
||||
<cpu id="cpu8088" model="8088"/>
|
||||
<ram id="ramLow" addr="0x00000" test="false"/>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.35.2/machine.xsl"?>
|
||||
<machine id="ibm5160" type="pcx86" border="1" pos="center" background="default">
|
||||
<name>IBM PC XT, 128K EGA, 640K RAM, 10Mb Hard Disk</name>
|
||||
<name pos="center">IBM PC XT, 128K EGA, 640K RAM, 10Mb Hard Disk (Formatted)</name>
|
||||
<computer id="xt-ega-640k" name="IBM PC XT"/>
|
||||
<cpu id="cpu8088" model="8088"/>
|
||||
<ram id="ramLow" addr="0x00000" test="false" size="0xa0000" comment="0xa0000 (640Kb) size overrides SW1|ROM BIOS memory test has been disabled"/>
|
||||
|
|
@ -17,7 +17,7 @@
|
|||
<control type="switches" label="SW1" binding="sw1" left="0px"/>
|
||||
<control type="description" binding="swdesc" left="0px"/>
|
||||
</chipset>
|
||||
<hdc ref="/disks/pcx86/fixed/10mb/unformatted.xml"/>
|
||||
<hdc ref="/disks/pcx86/fixed/10mb/pcdos200-empty.xml"/>
|
||||
<serial id="com1" adapter="1" binding="print"/>
|
||||
<serial id="com2" adapter="2"/>
|
||||
<mouse serial="com2"/>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.35.2/machine.xsl"?>
|
||||
<machine id="ibm5160" type="pcx86" border="1" pos="center" background="default">
|
||||
<name>IBM PC XT, 128K EGA, 640K RAM, 10Mb Hard Disk</name>
|
||||
<name pos="center">IBM PC XT, 128K EGA, 640K RAM, 10Mb Hard Disk (Formatted)</name>
|
||||
<computer id="xt-ega-640k" name="IBM PC XT"/>
|
||||
<cpu id="cpu8088" model="8088"/>
|
||||
<ram id="ramLow" addr="0x00000" test="false" size="0xa0000" comment="0xa0000 (640Kb) size overrides SW1|ROM BIOS memory test has been disabled"/>
|
||||
|
|
@ -12,7 +12,7 @@
|
|||
<fdc ref="/disks/pcx86/compiled/library.xml"/>
|
||||
<keyboard ref="/devices/pcx86/keyboard/us83-buttons-functions.xml"/>
|
||||
<chipset id="chipset" model="5160" sw1="01001101"/>
|
||||
<hdc ref="/disks/pcx86/fixed/10mb/unformatted.xml"/>
|
||||
<hdc ref="/disks/pcx86/fixed/10mb/pcdos200-empty.xml"/>
|
||||
<serial id="com2" adapter="2"/>
|
||||
<mouse serial="com2"/>
|
||||
</machine>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.35.2/machine.xsl"?>
|
||||
<machine id="ibm5170rev3" type="pcx86" border="1" pos="center" background="default">
|
||||
<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 (Formatted)</name>
|
||||
<computer id="at-ega-1152k-rev3" name="IBM PC AT" buswidth="24"/>
|
||||
<cpu id="cpu286" model="80286" cycles="8000000" autostart="false"/>
|
||||
<ram id="ramLow" addr="0x00000" test="true" size="0xa0000" comment="ROM BIOS memory test has been disabled"/>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.35.2/machine.xsl"?>
|
||||
<machine id="ibm5170" type="pcx86" border="1" pos="center" background="default">
|
||||
<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 (Formatted)</name>
|
||||
<computer id="at-ega-1152k-rev3" name="IBM PC AT" buswidth="24"/>
|
||||
<cpu id="cpu286" model="80286" cycles="8000000"/>
|
||||
<ram id="ramLow" addr="0x00000" test="false" size="0xa0000" comment="ROM BIOS memory test has been disabled"/>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.35.2/machine.xsl"?>
|
||||
<machine id="ibm5170" type="pcx86" border="1" pos="center" background="default">
|
||||
<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 (Formatted)</name>
|
||||
<computer id="at-ega-1152k-rev3" name="IBM PC AT" buswidth="24"/>
|
||||
<ram id="ramLow" addr="0x00000" test="false" size="0xa0000" comment="ROM BIOS memory test has been disabled"/>
|
||||
<ram id="ramExt" addr="0x100000" size="0x80000" comment=""/>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.35.2/machine.xsl"?>
|
||||
<machine id="ibm5170" type="pcx86" border="1" pos="center" background="default">
|
||||
<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 (Formatted)</name>
|
||||
<computer id="at-ega-2048k" name="IBM PC AT" buswidth="24"/>
|
||||
<cpu id="cpu286" model="80286" cycles="8000000" autostart="false"/>
|
||||
<ram id="ramLow" addr="0x00000" test="false" size="0xa0000" comment="ROM BIOS memory test has been disabled"/>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.35.2/machine.xsl"?>
|
||||
<machine id="ibm5170" type="pcx86" border="1" pos="center" background="default">
|
||||
<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 (Formatted)</name>
|
||||
<computer id="at-ega-2048k" name="IBM PC AT" buswidth="24"/>
|
||||
<cpu id="cpu286" model="80286" cycles="8000000" autostart="true"/>
|
||||
<ram id="ramLow" addr="0x00000" test="false" size="0xa0000" comment="ROM BIOS memory test has been disabled"/>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.35.2/machine.xsl"?>
|
||||
<machine id="ibm5170" type="pcx86" border="1" pos="center" background="default">
|
||||
<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 (Formatted)</name>
|
||||
<computer id="at-ega-2048k" name="IBM PC AT" buswidth="24"/>
|
||||
<cpu id="cpu286" model="80286" cycles="8000000" autostart="true"/>
|
||||
<ram id="ramLow" addr="0x00000" test="false" size="0xa0000" comment="ROM BIOS memory test has been disabled"/>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.35.2/machine.xsl"?>
|
||||
<machine id="ibm5170" type="pcx86" border="1" pos="center" background="default">
|
||||
<name pos="center">IBM PC AT (8Mhz, 2Mb, 20Mb Hard Disk) with VGA Display</name>
|
||||
<name pos="center">IBM PC AT (8Mhz), VGA, 2Mb RAM, 20Mb Hard Disk (Formatted)</name>
|
||||
<computer id="at-vga-2048k" name="IBM PC AT" buswidth="24"/>
|
||||
<ram id="ramLow" addr="0x00000" test="true" size="0xa0000" comment="ROM BIOS memory test has NOT been disabled"/>
|
||||
<ram id="ramExt" addr="0x100000" size="0x160000" comment=""/>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.35.2/machine.xsl"?>
|
||||
<machine id="ibm5170" type="pcx86" border="1" pos="center" background="default">
|
||||
<name pos="center">IBM PC AT (8Mhz, 2Mb, 20Mb Hard Disk) with VGA Display</name>
|
||||
<name pos="center">IBM PC AT (8Mhz), VGA, 2Mb RAM, 20Mb Hard Disk (Formatted)</name>
|
||||
<computer id="at-vga-2048k" name="IBM PC AT" buswidth="24"/>
|
||||
<ram id="ramLow" addr="0x00000" test="false" size="0xa0000" comment="ROM BIOS memory test has been disabled"/>
|
||||
<ram id="ramExt" addr="0x100000" size="0x160000" comment=""/>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.35.2/machine.xsl"?>
|
||||
<machine id="ibm5170" type="pcx86" border="1" pos="center" background="default">
|
||||
<name pos="center">IBM PC AT (8Mhz, 4Mb, 20Mb Hard Disk) with VGA Display</name>
|
||||
<name pos="center">IBM PC AT (8Mhz), VGA, 4Mb RAM, 20Mb Hard Disk (Formatted)</name>
|
||||
<computer id="at-vga-2048k" name="IBM PC AT" buswidth="24"/>
|
||||
<ram id="ramLow" addr="0x00000" test="false" size="0xa0000" comment="ROM BIOS memory test has been disabled"/>
|
||||
<ram id="ramExt" addr="0x100000" size="0x360000" comment=""/>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.35.2/machine.xsl"?>
|
||||
<machine id="ibm5170" type="pcx86" border="1" pos="center" background="default">
|
||||
<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 (Formatted)</name>
|
||||
<computer id="at-vga-2048k" name="IBM PC AT" buswidth="24"/>
|
||||
<ram id="ramLow" addr="0x00000" test="false" size="0xa0000" comment="ROM BIOS memory test has been disabled"/>
|
||||
<ram id="ramExt" addr="0x100000" size="0x360000" comment=""/>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.35.2/machine.xsl"?>
|
||||
<machine id="deskpro386" type="pcx86" border="1" pos="center" background="default">
|
||||
<name pos="center">COMPAQ DeskPro 386, 2Mb RAM, 128Kb EGA</name>
|
||||
<name pos="center">COMPAQ DeskPro 386, 2Mb RAM, 128Kb EGA, 20Mb Hard Disk (Formatted)</name>
|
||||
<computer id="deskpro386-ega-2048k" name="COMPAQ DeskPro 386" buswidth="32"/>
|
||||
<cpu id="cpu386" model="80386"/>
|
||||
<ram id="ramLow" addr="0x00000" test="false" size="0xa0000" comment="ROM BIOS memory test has been disabled"/>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.35.2/machine.xsl"?>
|
||||
<machine id="deskpro386" type="pcx86" border="1" pos="center" background="default">
|
||||
<name pos="center">COMPAQ DeskPro 386, 2Mb RAM, 128Kb EGA</name>
|
||||
<name pos="center">COMPAQ DeskPro 386, 2Mb RAM, 128Kb EGA, 20Mb Hard Disk (Formatted)</name>
|
||||
<computer id="deskpro386-ega-2048k" name="COMPAQ DeskPro 386" buswidth="32"/>
|
||||
<cpu id="cpu386" model="80386"/>
|
||||
<ram id="ramLow" addr="0x00000" test="false" size="0xa0000" comment="ROM BIOS memory test has been disabled"/>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.35.2/machine.xsl"?>
|
||||
<machine id="deskpro386" type="pcx86" border="1" pos="center" background="default">
|
||||
<name pos="center">COMPAQ DeskPro 386, 4Mb RAM, 128Kb EGA</name>
|
||||
<name pos="center">COMPAQ DeskPro 386, 4Mb RAM, 128Kb EGA, 20Mb Hard Disk (Formatted)</name>
|
||||
<computer id="deskpro386-ega-2048k" name="COMPAQ DeskPro 386" buswidth="32"/>
|
||||
<cpu id="cpu386" model="80386"/>
|
||||
<ram id="ramLow" addr="0x00000" test="false" size="0xa0000" comment="ROM BIOS memory test has been disabled"/>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.35.2/machine.xsl"?>
|
||||
<machine id="deskpro386" type="pcx86" border="1" pos="center" background="default">
|
||||
<name pos="center">COMPAQ DeskPro 386, 4Mb RAM, 128Kb EGA</name>
|
||||
<name pos="center">COMPAQ DeskPro 386, 4Mb RAM, 128Kb EGA, 20Mb Hard Disk (Formatted)</name>
|
||||
<computer id="deskpro386-ega-2048k" name="COMPAQ DeskPro 386" buswidth="32"/>
|
||||
<cpu id="cpu386" model="80386"/>
|
||||
<ram id="ramLow" addr="0x00000" test="false" size="0xa0000" comment="ROM BIOS memory test has been disabled"/>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.35.2/machine.xsl"?>
|
||||
<machine id="deskpro386" type="pcx86" border="1" pos="center" background="default">
|
||||
<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 (Formatted)</name>
|
||||
<computer id="deskpro386-vga-2048k" name="COMPAQ DeskPro 386" buswidth="32"/>
|
||||
<cpu id="cpu386" model="80386"/>
|
||||
<ram id="ramLow" addr="0x00000" test="false" size="0xa0000" comment="ROM BIOS memory test has been disabled"/>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.35.2/machine.xsl"?>
|
||||
<machine id="deskpro386" type="pcx86" border="1" pos="center" background="default">
|
||||
<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 (Formatted)</name>
|
||||
<computer id="deskpro386-vga-4096k" name="COMPAQ DeskPro 386" buswidth="32"/>
|
||||
<cpu id="cpu386" model="80386"/>
|
||||
<ram id="ramLow" addr="0x00000" test="false" size="0xa0000" comment="ROM BIOS memory test has been disabled"/>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.35.2/machine.xsl"?>
|
||||
<machine id="deskpro386" type="pcx86" border="1" pos="center" background="default">
|
||||
<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 (Formatted)</name>
|
||||
<computer id="deskpro386-vga-4096k" name="COMPAQ DeskPro 386" buswidth="32"/>
|
||||
<cpu id="cpu386" model="80386"/>
|
||||
<ram id="ramLow" addr="0x00000" test="false" size="0xa0000" comment="ROM BIOS memory test has been disabled"/>
|
||||
|
|
|
|||
|
|
@ -387,6 +387,10 @@
|
|||
<disk path="/disks/pcx86/tools/borland/pascal/3.01a/TURBO-PASCAL-301A.json">Borland Turbo Pascal 3.01A</disk>
|
||||
<disk path="/disks/pcx86/tools/ibm/bascom/1.00/BASCOM100-DISK1.json">IBM BASIC Compiler 1.00 (Disk 1)</disk>
|
||||
<disk path="/disks/pcx86/tools/ibm/bascom/1.00/BASCOM100-DISK2.json">IBM BASIC Compiler 1.00 (Disk 2)</disk>
|
||||
<disk path="/disks/pcx86/tools/logitech/modula2/1.10/LOGITECH-MODULA2-DISK1-SYSTEM.json">Modula-2/86 1.10 System (Disk 1)</disk>
|
||||
<disk path="/disks/pcx86/tools/logitech/modula2/1.10/LOGITECH-MODULA2-DISK2-COMPILER.json">Modula-2/86 1.10 Compiler (Disk 2)</disk>
|
||||
<disk path="/disks/pcx86/tools/logitech/modula2/1.10/LOGITECH-MODULA2-DISK3-LINKER.json">Modula-2/86 1.10 Linker (Disk 3)</disk>
|
||||
<disk path="/disks/pcx86/tools/logitech/modula2/1.10/LOGITECH-MODULA2-DISK4-DEBUGGER.json">Modula-2/86 1.10 Debugger (Disk 4)</disk>
|
||||
<disk path="/disks/pcx86/tools/microsoft/basic/BASCOM536.json">MS BASIC (Compiler v5.36)</disk>
|
||||
<disk path="/disks/pcx86/tools/microsoft/basic/QUICKBASIC-DISK1.json">MS BASIC (QuickBASIC v2.0)</disk>
|
||||
<disk path="/disks/pcx86/tools/microsoft/c/2.03/MSC203-INSTALLED.json">MS C 2.03 (Installed)</disk>
|
||||
|
|
@ -509,6 +513,7 @@
|
|||
<disk path="/disks/pcx86/games/id/wolf3d/1WOLF14.json">Wolfenstein 3D 1.4</disk>
|
||||
<disk path="/disks/pcx86/games/microsoft/flightsim/1982/FLIGHTSIM-1982.json">MS Flight Simulator (1982)</disk>
|
||||
<disk path="/disks/pcx86/games/microsoft/flightsim/1984/FLIGHTSIM-1984.json">MS Flight Simulator (1984)</disk>
|
||||
<disk path="/disks/pcx86/shareware/pctj/PCTJ1086.json">PC Tech Journal (Oct 86)</disk>
|
||||
<disk path="/apps/pcx86/1981/visicalc/VISICALC1981.json">VisiCalc (1981)</disk>
|
||||
<disk path="/apps/pcx86/1982/esuite/disk.json">Executive Suite (1982)</disk>
|
||||
<disk path="/apps/pcx86/1982/ratbas/RATBAS213.json">RatBas 2.13</disk>
|
||||
|
|
|
|||
|
|
@ -76,6 +76,7 @@
|
|||
<manifest ref="/disks/pcx86/tools/borland/pascal/3.00b/manifest.xml"/>
|
||||
<manifest ref="/disks/pcx86/tools/borland/pascal/3.01a/manifest.xml"/>
|
||||
<manifest ref="/disks/pcx86/tools/ibm/bascom/1.00/manifest.xml"/>
|
||||
<manifest ref="/disks/pcx86/tools/logitech/modula2/1.10/manifest.xml"/>
|
||||
<manifest ref="/disks/pcx86/tools/microsoft/basic/manifest.xml"/>
|
||||
<manifest ref="/disks/pcx86/tools/microsoft/c/2.03/manifest.xml"/>
|
||||
<manifest ref="/disks/pcx86/tools/microsoft/c/3.00/manifest.xml"/>
|
||||
|
|
@ -102,6 +103,7 @@
|
|||
<manifest ref="/disks/pcx86/games/id/wolf3d/manifest.xml"/>
|
||||
<manifest ref="/disks/pcx86/games/microsoft/flightsim/1982/manifest.xml"/>
|
||||
<manifest ref="/disks/pcx86/games/microsoft/flightsim/1984/manifest.xml"/>
|
||||
<manifest ref="/disks/pcx86/shareware/pctj/manifest.xml"/>
|
||||
<manifest ref="/apps/pcx86/1981/visicalc/manifest.xml"/>
|
||||
<manifest ref="/apps/pcx86/1982/esuite/manifest.xml"/>
|
||||
<manifest ref="/apps/pcx86/1982/ratbas/manifest.xml"/>
|
||||
|
|
|
|||
|
|
@ -8,4 +8,4 @@ Shareware Disks
|
|||
---------------
|
||||
|
||||
- [PC-SIG Library 8th Edition CD-ROM (April 1990)](/disks/pcx86/shareware/pcsig08/)
|
||||
|
||||
- [PC Tech Journal](/disks/pcx86/shareware/pctj/)
|
||||
|
|
|
|||
1
disks/pcx86/shareware/pctj/PCTJ1086.json
Normal file
1
disks/pcx86/shareware/pctj/PCTJ1086.json
Normal file
File diff suppressed because one or more lines are too long
36
disks/pcx86/shareware/pctj/README.md
Normal file
36
disks/pcx86/shareware/pctj/README.md
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
---
|
||||
layout: page
|
||||
title: PC Tech Journal Disks
|
||||
permalink: /disks/pcx86/shareware/pctj/
|
||||
---
|
||||
|
||||
PC Tech Journal Disks
|
||||
---------------------
|
||||
|
||||
### Directory of PC Tech Journal (Oct 86)
|
||||
|
||||
Volume in drive A is PCTJ1086
|
||||
Directory of A:\
|
||||
|
||||
DOTTIME DEF 106 07-22-86 9:38p
|
||||
DOTTIME MOD 3449 07-22-86 9:56p
|
||||
DRAWPOLY DEF 601 07-21-86 10:50p
|
||||
DRAWPOLY MOD 1949 07-21-86 10:47p
|
||||
EDITBLCK 8677 06-28-86 6:29a
|
||||
EGAMAKE BAT 795 08-15-86 3:50p
|
||||
EGATEST EXE 50080 10-01-86 10:27a
|
||||
EGATEST MOD 13694 08-15-86 3:44p
|
||||
FONTBUMP DEF 327 07-21-86 10:18p
|
||||
FONTBUMP MOD 4444 08-15-86 3:56p
|
||||
INFO 781 08-15-86 3:58p
|
||||
LOWEGA DEF 4975 08-15-86 3:47p
|
||||
LOWEGA MOD 28255 10-01-86 2:44p
|
||||
OPCODES DEF 809 06-11-86 10:28a
|
||||
OPCODES MOD 49 06-11-86 10:17a
|
||||
OTHRFONT DAT 3584 06-01-86 9:48p
|
||||
PAUSES DEF 545 07-21-86 10:51p
|
||||
PAUSES MOD 1636 07-21-86 11:15p
|
||||
POINTLIB DEF 294 06-01-86 10:36a
|
||||
POINTLIB MOD 350 06-01-86 10:38a
|
||||
20 file(s) 125400 bytes
|
||||
30208 bytes free
|
||||
28
disks/pcx86/shareware/pctj/manifest.xml
Normal file
28
disks/pcx86/shareware/pctj/manifest.xml
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.35.2/manifest.xsl"?>
|
||||
<manifest type="software">
|
||||
<title>PC Tech Journal</title>
|
||||
<disk id="disk01" size="163840" chs="40:1:8" dir="archive/PCTJ1086" href="/disks/pcx86/shareware/pctj/PCTJ1086.json" md5="6b82b28da22b4283c9779182b1764ff4" md5json="28b6fdc6a7b4772bd2f103efb8d5faba">
|
||||
<name>PC Tech Journal (Oct 86)</name>
|
||||
<file size="106" time="1986-07-22 21:38:48" attr="0x20" md5="69da18c606c9418e1a651a3c897da51d">DOTTIME.DEF</file>
|
||||
<file size="3449" time="1986-07-22 21:56:06" attr="0x20" md5="3ecf09670f2b6d2935940e3b324c815b">DOTTIME.MOD</file>
|
||||
<file size="601" time="1986-07-21 22:50:28" attr="0x20" md5="0c87cc92dff88f52eedf2988c2880b00">DRAWPOLY.DEF</file>
|
||||
<file size="1949" time="1986-07-21 22:47:48" attr="0x20" md5="13ffc90b7a8b3713c23f361f9d156815">DRAWPOLY.MOD</file>
|
||||
<file size="8677" time="1986-06-28 06:29:48" attr="0x20" md5="e993883a1f1d53e376a32a64c3532428">EDITBLCK</file>
|
||||
<file size="795" time="1986-08-15 15:50:14" attr="0x20" md5="131901cb21c9a3d50bce4e5aa10ff1e2">EGAMAKE.BAT</file>
|
||||
<file size="50080" time="1986-10-01 10:27:12" attr="0x20" md5="3fa976e479815ea69b9bd9ef5a3facd3">EGATEST.EXE</file>
|
||||
<file size="13694" time="1986-08-15 15:44:04" attr="0x20" md5="8acffaee0ce71224b2f574114d88a283">EGATEST.MOD</file>
|
||||
<file size="327" time="1986-07-21 22:18:52" attr="0x20" md5="d541e84ab6fd5d43e7ff99c7914cfc72">FONTBUMP.DEF</file>
|
||||
<file size="4444" time="1986-08-15 15:56:02" attr="0x20" md5="e14295d565e7d23de8bba9f172966a47">FONTBUMP.MOD</file>
|
||||
<file size="781" time="1986-08-15 15:58:04" attr="0x20" md5="42796a8ee4bf77cd2470a9c713e25c09">INFO</file>
|
||||
<file size="4975" time="1986-08-15 15:47:38" attr="0x20" md5="09cdfe58504289da0ffad3b4ac52028f">LOWEGA.DEF</file>
|
||||
<file size="28255" time="1986-10-01 14:44:32" attr="0x20" md5="6a23c5b6f5502b92fe1debba0719f041">LOWEGA.MOD</file>
|
||||
<file size="809" time="1986-06-11 10:28:50" attr="0x20" md5="7dfcbdcc9a879e1947329dc32fa9544e">OPCODES.DEF</file>
|
||||
<file size="49" time="1986-06-11 10:17:38" attr="0x20" md5="0ad4d1570d6a389817b56fd6036b5c1a">OPCODES.MOD</file>
|
||||
<file size="3584" time="1986-06-01 21:48:46" attr="0x20" md5="8ff0f7edd6aef6dad9757696adddfec7">OTHRFONT.DAT</file>
|
||||
<file size="545" time="1986-07-21 22:51:34" attr="0x20" md5="3874d39e15a5a935142de1ad9456a586">PAUSES.DEF</file>
|
||||
<file size="1636" time="1986-07-21 23:15:30" attr="0x20" md5="537288bef2121fa2e20bc8307df24210">PAUSES.MOD</file>
|
||||
<file size="294" time="1986-06-01 10:36:50" attr="0x20" md5="eaadaa2de0c3e9106dfc3a2c4ef9c44b">POINTLIB.DEF</file>
|
||||
<file size="350" time="1986-06-01 10:38:28" attr="0x20" md5="779764ec235da589a0d9637c1bae04f3">POINTLIB.MOD</file>
|
||||
</disk>
|
||||
</manifest>
|
||||
|
|
@ -5,11 +5,12 @@ permalink: /disks/pcx86/tools/
|
|||
---
|
||||
|
||||
PC Tools
|
||||
---
|
||||
--------
|
||||
|
||||
Information is available for tools from these vendors:
|
||||
|
||||
* [Borland](borland/)
|
||||
* [IBM](ibm/)
|
||||
* [Logitech](logitech/)
|
||||
* [Microsoft](microsoft/)
|
||||
* [Other](misc/)
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
226
disks/pcx86/tools/logitech/modula2/1.10/README.md
Normal file
226
disks/pcx86/tools/logitech/modula2/1.10/README.md
Normal file
|
|
@ -0,0 +1,226 @@
|
|||
---
|
||||
layout: page
|
||||
title: Modula-2/86 Compiler 1.10
|
||||
permalink: /disks/pcx86/tools/logitech/modula2/1.10/
|
||||
---
|
||||
|
||||
Modula-2/86 Compiler 1.10
|
||||
-------------------------
|
||||
|
||||
### Directory of Modula-2/86 1.10 System (Disk 1)
|
||||
|
||||
Volume in drive A has no label
|
||||
Directory of A:\
|
||||
|
||||
RTS INC 7064 12-07-84 10:14a
|
||||
LOADER ASM 19925 12-02-84 8:56p
|
||||
RTS ASM 27299 12-07-84 10:27a
|
||||
TRANSFER ASM 35498 12-04-84 10:10p
|
||||
DBUG ASM 15797 12-02-84 8:56p
|
||||
SERVICES ASM 34911 12-03-84 2:10p
|
||||
M2 EXE 8683 12-07-84 10:45a
|
||||
COMP LNK 1622 12-03-84 9:20a
|
||||
COMP MAP 1806 12-04-84 3:17p
|
||||
REALCONV DEF 2534 11-30-84 11:49a
|
||||
SYSTEM DEF 6499 11-30-84 11:56a
|
||||
TERMINAL DEF 2151 11-30-84 11:57a
|
||||
TERMBASE DEF 4059 11-30-84 11:57a
|
||||
KEYBOARD DEF 870 11-30-84 11:37a
|
||||
DISPLAY DEF 842 11-30-84 11:32a
|
||||
ASCII DEF 1308 11-30-84 9:03a
|
||||
STORAGE DEF 1812 11-30-84 11:54a
|
||||
CARDINAL DEF 1450 11-30-84 11:30a
|
||||
CONVERSI DEF 1479 11-30-84 11:31a
|
||||
CLOCK DEF 1010 11-30-84 11:49a
|
||||
FILENAME DEF 1003 11-30-84 11:33a
|
||||
OPTIONS DEF 2171 11-30-84 11:49a
|
||||
FILEMESS DEF 559 11-30-84 11:29a
|
||||
STRINGS DEF 3095 11-30-84 12:21p
|
||||
NUMBERCO DEF 3120 11-30-84 12:13p
|
||||
DIRECTOR DEF 1902 11-30-84 11:50a
|
||||
PROGMESS DEF 430 11-30-84 12:40p
|
||||
DISKDIRE DEF 2777 11-30-84 11:31a
|
||||
DISKFILE DEF 1277 11-30-84 12:15p
|
||||
PROGRAM DEF 3114 11-30-84 11:50a
|
||||
FILESYST DEF 19886 11-30-84 11:36a
|
||||
INOUT DEF 5091 11-30-84 11:37a
|
||||
REALINOU DEF 1835 11-30-84 11:51a
|
||||
PROCESSE DEF 2407 11-30-84 11:49a
|
||||
RS232COD DEF 2820 11-30-84 11:52a
|
||||
RS232INT DEF 2721 11-30-84 12:13p
|
||||
RS232POL DEF 1972 11-30-84 11:53a
|
||||
COMPPARA MOD 6922 11-23-84 4:35p
|
||||
COMPPARA LNK 276 11-23-84 4:39p
|
||||
COMPPARA SYM 1094 11-19-84 12:30p
|
||||
COMPPARA DEF 7641 11-23-84 4:36p
|
||||
MATHLIB0 DEF 1117 11-30-84 11:38a
|
||||
BREAK DEF 1856 11-30-84 11:49a
|
||||
DEVICES DEF 3287 11-30-84 4:00p
|
||||
DISPLAY MOD 1949 08-17-84 4:08p
|
||||
KEYBOARD MOD 4659 10-26-84 3:32p
|
||||
LINK LNK 1658 12-03-84 9:26a
|
||||
LOOKUP LNK 3892 11-21-84 5:40p
|
||||
M2COMP LNK 430 11-23-84 4:42p
|
||||
PROCESSE MOD 3154 08-17-84 10:47p
|
||||
PUBLIC LNK 5458 11-23-84 4:41p
|
||||
RELEASE LNK 594 11-21-84 7:28p
|
||||
RS232COD MOD 10085 12-05-84 12:53p
|
||||
RS232POL MOD 5177 10-26-84 6:35p
|
||||
RS232INT MOD 9156 12-04-84 10:36p
|
||||
COMPFILE LNK 7926 11-21-84 5:43p
|
||||
INSTALL1 BAT 271 01-27-84 11:14a
|
||||
INSTALL2 BAT 30 02-19-84 9:55p
|
||||
INSTALLX BAT 852 10-16-84 11:25a
|
||||
INSTALL0 BAT 335 02-24-84 9:56a
|
||||
EXAMP1 MOD 182 02-01-84 11:39a
|
||||
EXAMP2 MOD 1642 01-29-84 8:46a
|
||||
CONFIG SYS 23 02-29-84 9:40a
|
||||
63 file(s) 312465 bytes
|
||||
18432 bytes free
|
||||
|
||||
### Directory of Modula-2/86 1.10 Compiler (Disk 2)
|
||||
|
||||
Volume in drive A has no label
|
||||
Directory of A:\
|
||||
|
||||
M2COMP LOD 6970 11-23-84 6:43p
|
||||
INIT LOD 12960 12-10-84 4:31p
|
||||
SYMFILE LOD 5872 11-23-84 6:44p
|
||||
PASS1 LOD 42734 12-04-84 3:28p
|
||||
PASS2 LOD 35866 12-07-84 2:00p
|
||||
PASS3 LOD 40782 12-09-84 12:31p
|
||||
PASS4 LOD 114082 12-10-84 4:18p
|
||||
LISTER LOD 17664 12-07-84 8:34a
|
||||
COMP LOD 23046 12-04-84 3:17p
|
||||
REALCONV SYM 204 07-28-84 7:23p
|
||||
MATHLIB0 SYM 512 07-19-84 7:30p
|
||||
DISKFILE SYM 1536 01-01-80 12:13p
|
||||
DISKDIRE SYM 512 01-01-80 12:14p
|
||||
PROGMESS SYM 596 08-17-84 7:36p
|
||||
PROGRAM SYM 654 08-17-84 7:35p
|
||||
FILESYST SYM 3174 11-09-84 10:51p
|
||||
SYSTEM SYM 1860 09-03-84 4:59p
|
||||
FILENAME SYM 256 01-01-80 4:02a
|
||||
CARDINAL SYM 256 12-08-83 2:30a
|
||||
CONVERSI SYM 384 12-08-83 2:30a
|
||||
TERMINAL SYM 316 08-17-84 5:54p
|
||||
FILEMESS SYM 384 01-01-80 5:48a
|
||||
KEYBOARD SYM 136 08-17-84 5:56p
|
||||
DISPLAY SYM 86 08-17-84 5:56p
|
||||
ASCII SYM 940 08-17-84 5:57p
|
||||
STORAGE SYM 310 08-17-84 5:58p
|
||||
TERMBASE SYM 586 08-17-84 6:00p
|
||||
OPTIONS SYM 384 01-01-80 4:24a
|
||||
STRINGS SYM 512 12-01-83 2:52a
|
||||
NUMBERCO SYM 640 12-01-83 2:07a
|
||||
CLOCK SYM 272 08-17-84 6:32p
|
||||
DIRECTOR SYM 434 09-16-84 12:13p
|
||||
INOUT SYM 2048 07-19-84 12:19a
|
||||
REALINOU SYM 256 07-19-84 12:23a
|
||||
PROCESSE SYM 256 12-08-83 2:39a
|
||||
RS232COD SYM 384 01-01-80 12:15a
|
||||
RS232INT SYM 384 01-01-80 12:15a
|
||||
RS232POL SYM 256 01-01-80 12:15a
|
||||
BREAK SYM 196 09-24-84 10:53a
|
||||
DEVICES SYM 334 12-02-84 11:08p
|
||||
40 file(s) 319034 bytes
|
||||
20480 bytes free
|
||||
|
||||
### Directory of Modula-2/86 1.10 Linker (Disk 3)
|
||||
|
||||
Volume in drive A has no label
|
||||
Directory of A:\
|
||||
|
||||
LINK LOD 29218 12-04-84 3:15p
|
||||
M2LINK LOD 26544 12-08-84 7:16p
|
||||
M87MATH0 LNK 8690 11-21-84 6:16p
|
||||
SYSTEM LNK 1162 11-21-84 5:06p
|
||||
ASCII LNK 114 11-21-84 5:04p
|
||||
DISPLAY LNK 278 11-21-84 5:05p
|
||||
TERMBASE LNK 1394 11-21-84 5:07p
|
||||
TERMINAL LNK 956 11-21-84 5:08p
|
||||
STORAGE LNK 4120 11-21-84 5:10p
|
||||
CLOCK LNK 476 11-21-84 5:11p
|
||||
KEYBOARD LNK 974 11-21-84 5:12p
|
||||
FILENAME LNK 2126 12-04-84 3:12p
|
||||
PROGRAM LNK 6278 11-21-84 5:23p
|
||||
CARDINAL LNK 2342 11-21-84 5:14p
|
||||
CONVERSI LNK 798 11-21-84 5:15p
|
||||
OPTIONS LNK 1102 11-21-84 5:16p
|
||||
FILEMESS LNK 882 11-21-84 5:17p
|
||||
STRINGS LNK 1626 11-21-84 5:18p
|
||||
NUMBERCO LNK 1496 11-21-84 5:19p
|
||||
DIRECTOR LNK 1012 11-21-84 5:20p
|
||||
FILESYST LNK 7434 12-07-84 2:42p
|
||||
PROGMESS LNK 1642 11-21-84 5:27p
|
||||
DISKFILE LNK 6448 11-26-84 10:16a
|
||||
DISKDIRE LNK 820 11-21-84 5:31p
|
||||
C87REALI LNK 1152 11-21-84 5:48p
|
||||
PROCESSE LNK 1054 11-21-84 5:33p
|
||||
RS232COD LNK 1638 12-05-84 12:55p
|
||||
RS232POL LNK 706 11-21-84 5:37p
|
||||
RS232INT LNK 1536 12-04-84 10:37p
|
||||
INOUT LNK 4396 11-21-84 5:32p
|
||||
E87REALS LNK 3004 11-21-84 5:59p
|
||||
M87REALS LNK 3638 12-07-84 7:10p
|
||||
E87MATH0 LNK 6046 11-21-84 6:10p
|
||||
E87REALI LNK 1230 11-21-84 5:50p
|
||||
C87REALC LNK 3312 12-02-84 5:16p
|
||||
E87REALC LNK 5474 12-02-84 5:09p
|
||||
C87REALS LNK 986 12-07-84 6:58p
|
||||
C87MATH0 LNK 2266 11-21-84 6:05p
|
||||
BREAK LNK 1514 11-28-84 5:11p
|
||||
DEVICES LNK 342 12-06-84 4:31p
|
||||
40 file(s) 146226 bytes
|
||||
194560 bytes free
|
||||
|
||||
### Directory of Modula-2/86 1.10 Debugger (Disk 4)
|
||||
|
||||
Volume in drive A has no label
|
||||
Directory of A:\
|
||||
|
||||
PMD LOD 19110 12-03-84 1:33p
|
||||
M2PMD LOD 102992 12-03-84 1:37p
|
||||
ASCII REF 136 11-21-84 5:04p
|
||||
DBCLASS LNK 1790 11-23-84 2:22p
|
||||
DISPLAY REF 308 11-21-84 5:05p
|
||||
SYSTEM REF 2336 11-21-84 5:06p
|
||||
TERMBASE REF 2424 11-21-84 5:07p
|
||||
TERMINAL REF 1036 11-21-84 5:08p
|
||||
STORAGE REF 3916 11-21-84 5:10p
|
||||
CLOCK REF 496 11-21-84 5:11p
|
||||
KEYBOARD REF 930 11-21-84 5:12p
|
||||
FILENAME REF 1664 12-04-84 3:12p
|
||||
CARDINAL REF 1438 11-21-84 5:14p
|
||||
CONVERSI REF 994 11-21-84 5:15p
|
||||
OPTIONS REF 1366 11-21-84 5:16p
|
||||
FILEMESS REF 1692 11-21-84 5:17p
|
||||
STRINGS REF 1550 11-21-84 5:18p
|
||||
NUMBERCO REF 1634 11-21-84 5:19p
|
||||
DIRECTOR REF 1184 11-21-84 5:20p
|
||||
PROGRAM REF 7878 11-21-84 5:23p
|
||||
FILESYST REF 8264 12-07-84 2:42p
|
||||
PROGMESS REF 1480 11-21-84 5:27p
|
||||
DISKFILE REF 6778 11-26-84 10:16a
|
||||
DISKDIRE REF 1108 11-21-84 5:31p
|
||||
C87REALI REF 2000 11-21-84 5:48p
|
||||
PROCESSE REF 964 11-21-84 5:33p
|
||||
RS232COD REF 2214 12-05-84 12:55p
|
||||
RS232POL REF 948 11-21-84 5:37p
|
||||
RS232INT REF 2042 12-04-84 10:37p
|
||||
DBTYPE LNK 4664 11-23-84 2:48p
|
||||
INOUT REF 4312 11-21-84 5:32p
|
||||
E87MATH0 REF 11042 11-21-84 6:10p
|
||||
E87REALI REF 2014 11-21-84 5:50p
|
||||
C87REALC REF 2508 12-02-84 5:16p
|
||||
E87REALC REF 2522 12-02-84 5:09p
|
||||
DBLOAD LNK 1380 11-23-84 2:35p
|
||||
C87MATH0 REF 3844 11-21-84 6:05p
|
||||
M87MATH0 REF 13024 11-21-84 6:16p
|
||||
BREAK REF 3160 11-28-84 5:11p
|
||||
DEVICES REF 564 12-06-84 4:31p
|
||||
DBXINOUT LNK 1234 11-26-84 11:06a
|
||||
DBXCLI LNK 2792 12-03-84 11:53a
|
||||
PMD LNK 1192 11-23-84 3:21p
|
||||
43 file(s) 234924 bytes
|
||||
106496 bytes free
|
||||
22
disks/pcx86/tools/logitech/modula2/1.10/manifest.xml
Normal file
22
disks/pcx86/tools/logitech/modula2/1.10/manifest.xml
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.35.2/manifest.xsl"?>
|
||||
<manifest type="software">
|
||||
<title>Modula-2/86</title>
|
||||
<version>1.10</version>
|
||||
<type>Utility</type>
|
||||
<category>Compiler</category>
|
||||
<author>Logitech</author>
|
||||
<releaseDate>December 10, 1984</releaseDate>
|
||||
<disk id="disk01" size="368640" chs="40:2:9" img="archive/LOGITECH-MODULA2-DISK1-SYSTEM.img" href="/disks/pcx86/tools/logitech/modula2/1.10/LOGITECH-MODULA2-DISK1-SYSTEM.json" md5="53bd4195a261c73e82681d2e2a23dc8a" md5json="6f3e72ec1e951398eafcdd4e28ff89d7">
|
||||
<name>Modula-2/86 1.10 System (Disk 1)</name>
|
||||
</disk>
|
||||
<disk id="disk02" size="368640" chs="40:2:9" img="archive/LOGITECH-MODULA2-DISK2-COMPILER.img" href="/disks/pcx86/tools/logitech/modula2/1.10/LOGITECH-MODULA2-DISK2-COMPILER.json" md5="24988fcfa378ca8bb0e57cf39ed2f134" md5json="e7386c5d85a857e88bac20ab5e5baa2b">
|
||||
<name>Modula-2/86 1.10 Compiler (Disk 2)</name>
|
||||
</disk>
|
||||
<disk id="disk03" size="368640" chs="40:2:9" img="archive/LOGITECH-MODULA2-DISK3-LINKER.img" href="/disks/pcx86/tools/logitech/modula2/1.10/LOGITECH-MODULA2-DISK3-LINKER.json" md5="08b42645e093196448b4a0b54f08092a" md5json="adbfe6d1707091df5c37740a2d730be0">
|
||||
<name>Modula-2/86 1.10 Linker (Disk 3)</name>
|
||||
</disk>
|
||||
<disk id="disk04" size="368640" chs="40:2:9" img="archive/LOGITECH-MODULA2-DISK4-DEBUGGER.img" href="/disks/pcx86/tools/logitech/modula2/1.10/LOGITECH-MODULA2-DISK4-DEBUGGER.json" md5="ece369d133dc9060d9708a2392edd1f9" md5json="417d650ebfca3cd758ad32a99a7b950c">
|
||||
<name>Modula-2/86 1.10 Debugger (Disk 4)</name>
|
||||
</disk>
|
||||
</manifest>
|
||||
10
disks/pcx86/tools/logitech/modula2/README.md
Normal file
10
disks/pcx86/tools/logitech/modula2/README.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
layout: page
|
||||
title: Logitech Modula-2 Compilers
|
||||
permalink: /disks/pcx86/tools/logitech/modula2/
|
||||
---
|
||||
|
||||
Logitech Modula-2 Compilers
|
||||
---------------------------
|
||||
|
||||
* [Modula-2/86 Compiler 1.10](1.10/)
|
||||
|
|
@ -3,8 +3,9 @@
|
|||
<manifest type="software">
|
||||
<title>MS BASIC</title>
|
||||
<version/>
|
||||
<type>Tool</type>
|
||||
<category>BASIC Compiler</category>
|
||||
<type>Utility</type>
|
||||
<category>Compiler</category>
|
||||
<language>BASIC</language>
|
||||
<author>Microsoft</author>
|
||||
<releaseDate/>
|
||||
<disk id="disk01" size="368640" chs="40:2:9" img="archive/BASCOM536.img" href="/disks/pcx86/tools/microsoft/basic/BASCOM536.json" md5="9f60598a1c85ffac3639611a3e94e83d" md5json="b60517d447af09c48928621b65e7fff2">
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ permalink: /disks/pcx86/tools/microsoft/c/2.03/
|
|||
---
|
||||
|
||||
Microsoft C Compiler 2.03
|
||||
---
|
||||
-------------------------
|
||||
|
||||
We do not have an original distribution disk for Microsoft C Compiler 2.03. It included the following files.
|
||||
|
||||
|
|
|
|||
|
|
@ -3,8 +3,9 @@
|
|||
<manifest type="software">
|
||||
<title>Microsoft C Compiler</title>
|
||||
<version>2.03</version>
|
||||
<type>Tool</type>
|
||||
<category>C Compiler</category>
|
||||
<type>Utility</type>
|
||||
<category>Compiler</category>
|
||||
<language>C</language>
|
||||
<author>Microsoft</author>
|
||||
<releaseDate/>
|
||||
<disk id="disk01" size="368640" chs="40:2:9" img="archive/MSC203-INSTALLED.img" href="/disks/pcx86/tools/microsoft/c/2.03/MSC203-INSTALLED.json" md5="f8f7538eda49de2920d15992b058970b" md5json="b4d6e083db716ad11f931076cfd80ba5">
|
||||
|
|
|
|||
|
|
@ -3,8 +3,9 @@
|
|||
<manifest type="software">
|
||||
<title>Microsoft C Compiler</title>
|
||||
<version>3.00</version>
|
||||
<type>Tool</type>
|
||||
<category>C Compiler</category>
|
||||
<type>Utility</type>
|
||||
<category>Compiler</category>
|
||||
<language>C</language>
|
||||
<author>Microsoft</author>
|
||||
<disk id="disk01" size="368640" chs="40:2:9" img="archive/Disk01.img" href="/disks/pcx86/tools/microsoft/c/3.00/MSC300-DISK1.json" md5="a0b93852becb007f825c2183ac93f84a" md5json="7169f9af4f401ba21f80c99838da440f">
|
||||
<name>MS C 3.00 (Disk 1)</name>
|
||||
|
|
|
|||
|
|
@ -3,8 +3,9 @@
|
|||
<manifest type="software">
|
||||
<title>Microsoft C Compiler</title>
|
||||
<version>4.00</version>
|
||||
<type>Tool</type>
|
||||
<category>C Compiler</category>
|
||||
<type>Utility</type>
|
||||
<category>Compiler</category>
|
||||
<language>C</language>
|
||||
<author>Microsoft</author>
|
||||
<releaseDate/>
|
||||
<disk id="disk01" size="368640" chs="40:2:9" img="archive/MSC-048014-400-DISK1-COMPILER.img" href="/disks/pcx86/tools/microsoft/c/4.00/MSC-048014-400-DISK1-COMPILER.json" md5="a8fdf772092a56892889637977480e53" md5json="f8e9c3d2bb3d20c20441a80a36ad2d3f">
|
||||
|
|
|
|||
|
|
@ -3,8 +3,9 @@
|
|||
<manifest type="software">
|
||||
<title>Microsoft C Compiler</title>
|
||||
<version>5.00</version>
|
||||
<type>Tool</type>
|
||||
<category>C Compiler</category>
|
||||
<type>Utility</type>
|
||||
<category>Compiler</category>
|
||||
<language>C</language>
|
||||
<author>Microsoft</author>
|
||||
<releaseDate/>
|
||||
<disk id="disk01" size="368640" chs="40:2:9" img="archive/Setup Disk (048-014-124).img" href="/disks/pcx86/tools/microsoft/c/5.00/MSC500-DISK1-SETUP.json" md5="3980d6c0d426531cf8e3d55b9bccb6f5" md5json="37be8dbc21875aca8b5a1cd31514e76d">
|
||||
|
|
|
|||
|
|
@ -3,8 +3,9 @@
|
|||
<manifest type="software">
|
||||
<title>Microsoft C Compiler</title>
|
||||
<version>5.10-OS2</version>
|
||||
<type>Tool</type>
|
||||
<category>C Compiler</category>
|
||||
<type>Utility</type>
|
||||
<category>Compiler</category>
|
||||
<language>C</language>
|
||||
<author>Microsoft</author>
|
||||
<releaseDate/>
|
||||
<disk id="disk01" size="368640" chs="40:2:9" img="archive/Setup (01521).img" href="/disks/pcx86/tools/microsoft/c/5.10-os2/MSC510-DISK01-SETUP.json" md5="7aa384feeb2d518b1b302dd33fe48ec3" md5json="67019168e1abf3f9637e00d8b3cf2a2c">
|
||||
|
|
|
|||
|
|
@ -3,8 +3,9 @@
|
|||
<manifest type="software">
|
||||
<title>Microsoft C Compiler</title>
|
||||
<version>5.10</version>
|
||||
<type>Tool</type>
|
||||
<category>C Compiler</category>
|
||||
<type>Utility</type>
|
||||
<category>Compiler</category>
|
||||
<language>C</language>
|
||||
<author>Microsoft</author>
|
||||
<releaseDate/>
|
||||
<disk id="disk01" size="368640" chs="40:2:9" img="archive/MSC510-01521-SETUP.img" href="/disks/pcx86/tools/microsoft/c/5.10/MSC510-01521-SETUP.json" md5="21547d67ab62554d443d334ffff2ba0f" md5json="0d3e20b28a7b9f2e43fef5a9de9c7662">
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ permalink: /disks/pcx86/tools/microsoft/c/
|
|||
---
|
||||
|
||||
Microsoft C Compilers
|
||||
---
|
||||
---------------------
|
||||
|
||||
* [Microsoft C Compiler 2.03](2.03/)
|
||||
* [Microsoft C Compiler 3.00](3.00/)
|
||||
|
|
|
|||
|
|
@ -3,8 +3,9 @@
|
|||
<manifest type="software">
|
||||
<title>Microsoft Macro Assembler</title>
|
||||
<version>1.00</version>
|
||||
<type>Tool</type>
|
||||
<type>Utility</type>
|
||||
<category>Assembler</category>
|
||||
<language>x86</language>
|
||||
<author>Microsoft</author>
|
||||
<disk id="disk01" size="163840" chs="40:1:8" img="archive/MASM100.img" href="/disks/pcx86/tools/microsoft/masm/1.00/MASM100.json" md5="6fcbc81764c022aad13e85d8615e04a3" md5json="f079059f4f8b8b8e27a16811fc394d7f">
|
||||
<name>MS MASM 1.00</name>
|
||||
|
|
|
|||
|
|
@ -3,8 +3,9 @@
|
|||
<manifest type="software">
|
||||
<title>Microsoft Macro Assembler</title>
|
||||
<version>3.00</version>
|
||||
<type>Tool</type>
|
||||
<type>Utility</type>
|
||||
<category>Assembler</category>
|
||||
<language>x86</language>
|
||||
<author>Microsoft</author>
|
||||
<disk id="disk01" size="368640" chs="40:2:9" img="archive/MASM-016014-300.img" href="/disks/pcx86/tools/microsoft/masm/3.00/MASM-016014-300.json" md5="e8cb83495b3a6a119d52f9dfb162df43" md5json="25d4434228fc98757e9b5efec1fa3850">
|
||||
<name>MS MASM 3.00</name>
|
||||
|
|
|
|||
|
|
@ -3,8 +3,9 @@
|
|||
<manifest type="software">
|
||||
<title>Microsoft Macro Assembler</title>
|
||||
<version>3.01</version>
|
||||
<type>Tool</type>
|
||||
<type>Utility</type>
|
||||
<category>Assembler</category>
|
||||
<language>x86</language>
|
||||
<author>Microsoft</author>
|
||||
<disk id="disk01" size="368640" chs="40:2:9" img="archive/MASM-016014-301.img" href="/disks/pcx86/tools/microsoft/masm/3.01/MASM-016014-301.json" md5="735369258e50b1de1240d33789a4d170" md5json="1de4b39574be2c425874f8f16c5e2943">
|
||||
<name>MS MASM 3.01</name>
|
||||
|
|
|
|||
|
|
@ -3,8 +3,9 @@
|
|||
<manifest type="software">
|
||||
<title>Microsoft Macro Assembler</title>
|
||||
<version>4.00</version>
|
||||
<type>Tool</type>
|
||||
<type>Utility</type>
|
||||
<category>Assembler</category>
|
||||
<language>x86</language>
|
||||
<author>Microsoft</author>
|
||||
<releaseDate/>
|
||||
<disk id="disk01" size="368640" chs="40:2:9" img="archive/MASM-016014-400.img" href="/disks/pcx86/tools/microsoft/masm/4.00/MASM-016014-400.json" md5="33f524ba4f3a2773a60b1d02d70032a7" md5json="96b0cb675eeb508ffe1056a708859cb5">
|
||||
|
|
|
|||
|
|
@ -3,8 +3,9 @@
|
|||
<manifest type="software">
|
||||
<title>Microsoft Macro Assembler</title>
|
||||
<version>5.00</version>
|
||||
<type>Tool</type>
|
||||
<type>Utility</type>
|
||||
<category>Assembler</category>
|
||||
<language>x86</language>
|
||||
<author>Microsoft</author>
|
||||
<disk id="disk01" size="368640" chs="40:2:9" img="archive/MASM500-DISK1.img" href="/disks/pcx86/tools/microsoft/masm/5.00/MASM500-DISK1.json" md5="d7b9d6fec1ae8f2b75ae2a174dd5e9b4" md5json="7d1985d28e48a51b2f8cf34f9d4586f0">
|
||||
<name>MS MASM 5.00 (Disk 1)</name>
|
||||
|
|
|
|||
|
|
@ -3,8 +3,9 @@
|
|||
<manifest type="software">
|
||||
<title>Microsoft Macro Assembler</title>
|
||||
<version>5.10</version>
|
||||
<type>Tool</type>
|
||||
<type>Utility</type>
|
||||
<category>Assembler</category>
|
||||
<language>x86</language>
|
||||
<author>Microsoft</author>
|
||||
<disk id="disk01" size="368640" chs="40:2:9" img="private/MASM51-01510-DISK1.img" href="/disks/pcx86/tools/microsoft/masm/5.10/MASM51-01510-DISK1.json" md5="8c46f2611b5098d2f638aa6588273902" md5json="a904cd2de02cceda1f5698ab3be03872">
|
||||
<name>MS MASM 5.10 (Disk 1)</name>
|
||||
|
|
|
|||
|
|
@ -3,8 +3,9 @@
|
|||
<manifest type="software">
|
||||
<title>Microsoft Macro Assembler</title>
|
||||
<version>6.00</version>
|
||||
<type>Tool</type>
|
||||
<type>Utility</type>
|
||||
<category>Assembler</category>
|
||||
<language>x86</language>
|
||||
<author>Microsoft</author>
|
||||
<disk id="disk01" size="1474560" chs="80:2:18" img="archive/MASM600-DISK1.img" href="/disks/pcx86/tools/microsoft/masm/6.00/MASM600-DISK1.json" md5="fc60170b0c58105a0598e5c27374e004" md5json="e0baf619e81a0bddd9e7da4feab5890b">
|
||||
<name>MS MASM 6.00 (Disk 1)</name>
|
||||
|
|
|
|||
|
|
@ -3,8 +3,9 @@
|
|||
<manifest type="software">
|
||||
<title>Microsoft Macro Assembler</title>
|
||||
<version>6.11</version>
|
||||
<type>Tool</type>
|
||||
<type>Utility</type>
|
||||
<category>Assembler</category>
|
||||
<language>x86</language>
|
||||
<author>Microsoft</author>
|
||||
<disk id="disk01" size="1474560" chs="80:2:18" img="archive/MASM611-DISK1.img" href="/disks/pcx86/tools/microsoft/masm/6.11/MASM611-DISK1.json" md5="02497c7dadcf4f98b0c487df8aaff995" md5json="bc50632cc41cf7e285f9cbd37c86cf57">
|
||||
<name>MS MASM 6.11 (Disk 1)</name>
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@
|
|||
<manifest type="software">
|
||||
<title>MS Mouse</title>
|
||||
<version>5.00</version>
|
||||
<type>Tool</type>
|
||||
<category>Mouse Driver</category>
|
||||
<type>Driver</type>
|
||||
<category>Mouse</category>
|
||||
<author>Microsoft</author>
|
||||
<releaseDate/>
|
||||
<disk id="disk01" size="368640" chs="40:2:9" img="archive/MSMOUSE-000199-500-DISK1-SYSTEM.img" href="/disks/pcx86/tools/microsoft/mouse/5.00/MSMOUSE-000199-500-DISK1-SYSTEM.json" md5="c824c86728cee5415976bc207ba6f652" md5json="61da8c2c07b2ed5e46bdb05ee7deef11">
|
||||
|
|
|
|||
|
|
@ -1144,8 +1144,6 @@ class FDC extends Component {
|
|||
if (DEBUG) this.println("Attempting to load " + sDiskettePath + " as \"" + sDisketteName + "\"");
|
||||
}
|
||||
|
||||
if (DEBUG) this.println("loading disk " + sDiskettePath + "...");
|
||||
|
||||
while (this.loadDrive(iDrive, sDisketteName, sDiskettePath, false, file) < 0) {
|
||||
if (!window.confirm("Click OK to reload the original disk and discard any changes.")) {
|
||||
if (DEBUG) this.println("load cancelled");
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -60220,8 +60220,6 @@ class FDC extends Component {
|
|||
if (DEBUG) this.println("Attempting to load " + sDiskettePath + " as \"" + sDisketteName + "\"");
|
||||
}
|
||||
|
||||
if (DEBUG) this.println("loading disk " + sDiskettePath + "...");
|
||||
|
||||
while (this.loadDrive(iDrive, sDisketteName, sDiskettePath, false, file) < 0) {
|
||||
if (!window.confirm("Click OK to reload the original disk and discard any changes.")) {
|
||||
if (DEBUG) this.println("load cancelled");
|
||||
|
|
@ -60366,7 +60364,6 @@ class FDC extends Component {
|
|||
* of a local disk image, it will map all such disks to "Local Disk", and any attempt to "Mount" such
|
||||
* a disk, will essentially result in a "Disk not found" error.
|
||||
*/
|
||||
|
||||
this.addDiskHistory(sDisketteName, sDiskettePath, disk);
|
||||
|
||||
/*
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue