Added SuperCalc3 to PC disk library

This commit is contained in:
Jeff Parsons 2017-06-01 13:11:32 -07:00 committed by Jeff Parsons
commit 8ef74395d4
10 changed files with 60 additions and 5 deletions

View file

@ -38,8 +38,7 @@ computer diagnostics, programming tools, and more.
* [MicroPro WordStar](apps/micropro/wordstar/)
* [Microsoft Chart](apps/microsoft/chart/)
* [Microsoft Word](apps/microsoft/word/)
* [Sorcim SuperCalc2](apps/other/sc2/)
* [Sunny Hill Omniview](apps/other/omniview/)
* [Other...](apps/other/)
### Games

View file

@ -13,4 +13,4 @@ Information is available for applications from these vendors:
* [Lotus](lotus/)
* [MicroPro](micropro/)
* [Microsoft](microsoft/)
* [Other](other/)
* [Other...](other/)

View file

@ -9,5 +9,6 @@ Other IBM PC Applications
The following applications have been archived for use with PCjs:
* [Omniview v4.30 (Sunny Hill)](omniview/)
* [SuperCalc2 v1.00 (Sorcim)](sc2/)
* [Omniview](omniview/)
* [SuperCalc2](sc2/)
* [SuperCalc3](sc3/)

View file

@ -0,0 +1,22 @@
---
layout: page
title: SuperCalc3 1.00
permalink: /disks/pcx86/apps/other/sc3/1.00/
machines:
- type: pcx86
id: ibm5160-640kb
config: /devices/pcx86/machine/5160/cga/640kb/machine.xml
autoMount:
A:
path: /disks/pcx86/dos/ibm/2.00/PCDOS200-DISK1.json
B:
path: /disks/pcx86/apps/other/sc3/1.00/SC3_V100-SETUP.json
---
SuperCalc3 v1.00
-----------------
{% include machine.html id="ibm5160-640kb" %}
### Directory of SuperCalc3 v1.00

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.3/manifest.xsl"?>
<manifest type="software">
<title>SuperCalc3</title>
<version>1.00</version>
<type>Spreadsheet</type>
<company>Sorcim</company>
<releaseDate>1983</releaseDate>
<machine href="/devices/pcx86/machine/5150/cga/256kb/machine.xml"/>
<disk id="disk01" size="368640" chs="40:2:9" img="archive/SC3_V100-SETUP.img" href="/disks/pcx86/apps/other/sc3/1.00/SC3_V100-SETUP.json" md5="90ff154b31c562e029ddd300798f54ee" md5json="7bd20b85fa4f566f75c3c1bb5282fec6">
<name>SuperCalc3 1.00 Setup</name>
</disk>
<disk id="disk02" size="368640" chs="40:2:9" img="archive/SC3_V100-UTILITY.img" href="/disks/pcx86/apps/other/sc3/1.00/SC3_V100-UTILITY.json" md5="9e167cb9fa21a8f5710f95dad66a5839" md5json="38834733e02493a390edd149a67d76f1">
<name>SuperCalc3 1.00 Utility</name>
</disk>
</manifest>

View file

@ -0,0 +1,12 @@
---
layout: page
title: SuperCalc3
permalink: /disks/pcx86/apps/other/sc3/
---
SuperCalc3
----------
Information is available for these versions of SuperCalc3:
* [SuperCalc3 v1.00](1.00/)

View file

@ -381,6 +381,8 @@
<disk path="/disks/pcx86/apps/microsoft/winword/2.0c/WINWORD20-DISK6.json">Word for Windows 2.0c (Disk 6)</disk>
<disk path="/disks/pcx86/apps/other/omniview/4.30/OMNIVIEW386-430.json">Omniview 386 4.30</disk>
<disk path="/disks/pcx86/apps/other/sc2/1.00/SC2_V100.json">SuperCalc2 1.00</disk>
<disk path="/disks/pcx86/apps/other/sc3/1.00/SC3_V100-SETUP.json">SuperCalc3 1.00 Setup</disk>
<disk path="/disks/pcx86/apps/other/sc3/1.00/SC3_V100-UTILITY.json">SuperCalc3 1.00 Utility</disk>
<disk path="/disks/pcx86/tools/borland/pascal/3.00b/TURBO-PASCAL-300B.json">Borland Turbo Pascal 3.00B</disk>
<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>

View file

@ -72,6 +72,7 @@
<manifest ref="/disks/pcx86/apps/microsoft/winword/2.0c/manifest.xml"/>
<manifest ref="/disks/pcx86/apps/other/omniview/4.30/manifest.xml"/>
<manifest ref="/disks/pcx86/apps/other/sc2/1.00/manifest.xml"/>
<manifest ref="/disks/pcx86/apps/other/sc3/1.00/manifest.xml"/>
<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"/>