Starting work on disambiguating PCjs the emulator from PCjs the project/website; the emulator will become PCx86
This commit is contained in:
parent
7c3aab2a7e
commit
288f28055d
1519 changed files with 16242 additions and 6939 deletions
12
apps/pcx86/1981/README.md
Normal file
12
apps/pcx86/1981/README.md
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
layout: page
|
||||
title: IBM PC Applications (1981)
|
||||
permalink: /apps/pcx86/1981/
|
||||
redirect_from:
|
||||
- /apps/pc/1981/
|
||||
---
|
||||
|
||||
IBM PC Applications (1981)
|
||||
---
|
||||
|
||||
* [VisiCalc (1981)](visicalc/)
|
||||
25
apps/pcx86/1981/visicalc/README.md
Normal file
25
apps/pcx86/1981/visicalc/README.md
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
---
|
||||
layout: page
|
||||
title: "VisiCalc (1981)"
|
||||
permalink: /apps/pcx86/1981/visicalc/
|
||||
redirect_from:
|
||||
- /apps/pc/1981/visicalc/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5150
|
||||
config: /devices/pcx86/machine/5150/mda/64kb/machine.xml
|
||||
state: /apps/pcx86/1981/visicalc/state.json
|
||||
---
|
||||
|
||||
VisiCalc (1981)
|
||||
---
|
||||
|
||||
{% include machine.html id="ibm5150" %}
|
||||
|
||||
VisiCalc History
|
||||
---
|
||||
See [http://www.bricklin.com/history/vcexecutable.htm](http://www.bricklin.com/history/vcexecutable.htm)
|
||||
|
||||
VisiCalc License
|
||||
---
|
||||
See [http://www.bricklin.com/history/vclicense.htm](http://www.bricklin.com/history/vclicense.htm)
|
||||
1
apps/pcx86/1981/visicalc/disk.json
Normal file
1
apps/pcx86/1981/visicalc/disk.json
Normal file
File diff suppressed because one or more lines are too long
21
apps/pcx86/1981/visicalc/manifest.xml
Normal file
21
apps/pcx86/1981/visicalc/manifest.xml
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.23.0/manifest.xsl"?>
|
||||
<manifest type="software">
|
||||
<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 -->
|
||||
<versionInternal>VC-176Y2-IBM-TEST</versionInternal>
|
||||
<type>Application</type>
|
||||
<category>Productivity</category>
|
||||
<company>Software Arts</company>
|
||||
<author href="http://www.bricklin.com/history/sai.htm">Dan Bricklin</author>
|
||||
<author href="http://www.frankston.com/public/?name=ImplementingVisiCalc">Bob Frankston</author>
|
||||
<releaseDate>December 16, 1981</releaseDate>
|
||||
<license href="http://www.bricklin.com/history/vclicense.htm">Lotus Development</license>
|
||||
<machine href="/devices/pcx86/machine/5150/mda/64kb/machine.xml" state="/apps/pcx86/1981/visicalc/state.json"/>
|
||||
<disk id="disk01" size="163840" chs="40:1:8" dir="archive/" href="/apps/pcx86/1981/visicalc/disk.json" md5="61494f998d5fb0e31e7b8bd99f1cc588" md5json="3ad82ed815725e6bd786f92a4714e84f">
|
||||
<name>VisiCalc (1981)</name>
|
||||
<file size="27520" time="1981-12-16 23:00:00" attr="0x20" md5="28997dfedb2440c6054d8be835be8634">VC.COM</file>
|
||||
<file dir="../">README.md</file>
|
||||
<link href="http://www.bricklin.com/history/vclicense.htm">VisiCalc License</link>
|
||||
</disk>
|
||||
</manifest>
|
||||
1
apps/pcx86/1981/visicalc/state.json
Normal file
1
apps/pcx86/1981/visicalc/state.json
Normal file
File diff suppressed because one or more lines are too long
BIN
apps/pcx86/1981/visicalc/thumbnail.jpg
Normal file
BIN
apps/pcx86/1981/visicalc/thumbnail.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
Loading…
Reference in a new issue