Starting work on disambiguating PCjs the emulator from PCjs the project/website; the emulator will become PCx86

This commit is contained in:
Jeff Parsons 2016-05-16 20:53:57 -07:00
commit 288f28055d
1519 changed files with 16242 additions and 6939 deletions

12
apps/pcx86/1985/README.md Normal file
View file

@ -0,0 +1,12 @@
---
layout: page
title: IBM PC Applications (1985)
permalink: /apps/pcx86/1985/
redirect_from:
- /apps/pc/1985/
---
IBM PC Applications (1985)
---
* [Rogue (1985)](rogue/)

View file

@ -0,0 +1,17 @@
---
layout: page
title: "Rogue (1985)"
permalink: /apps/pcx86/1985/rogue/
redirect_from:
- /apps/pc/1985/rogue/
machines:
- type: pcx86
id: ibm5160
config: /devices/pcx86/machine/5160/cga/640kb/machine.xml
state: /apps/pcx86/1985/rogue/state.json
---
Rogue (1985)
---
{% include machine.html id="ibm5160" %}

View file

@ -0,0 +1,34 @@
CACHE MANIFEST
/apps/pcx86/1985/rogue/manifest.xml
/versions/pcx86/current/manifest.xsl
/versions/pcx86/current/common.xsl
/versions/pcx86/current/components.xsl
/devices/pcx86/machine/5160/cga/640kb/machine.xml
/devices/pcx86/keyboard/us83-buttons-minimal.xml
/disks/pcx86/library.xml
/disks/pcx86/dos/microsoft/3.20/manifest.xml
/disks/pcx86/dos/microsoft/4.0M/manifest.xml
/disks/pcx86/tools/microsoft/basic/manifest.xml
/disks/pcx86/tools/microsoft/c/4.00/manifest.xml
/disks/pcx86/tools/microsoft/masm/4.00/manifest.xml
/disks/pcx86/tools/microsoft/mouse/5.00/manifest.xml
/disks/pcx86/apps/lotus/123/1.0a/manifest.xml
/disks/pcx86/apps/microsoft/word/3.0/manifest.xml
/disks/pcx86/apps/microsoft/word/3.1/manifest.xml
/disks/pcx86/apps/microsoft/word/5.0/manifest.xml
/disks/pcx86/apps/microsoft/winword/2.0c/manifest.xml
/apps/pcx86/1981/visicalc/manifest.xml
/apps/pcx86/1982/esuite/manifest.xml
/apps/pcx86/1987/thinktank/manifest.xml
/apps/pcx86/1992/moria/manifest.xml
/versions/pcx86/current/common.css
/versions/pcx86/current/components.css
/versions/pcx86/current/pcx86.js
/devices/pcx86/hdc/ibm-xebec-1982.json
/devices/pcx86/rom/5160/basic/BASIC110.json
/devices/pcx86/rom/5160/1982-11-08/XTBIOS-REV1.json
/devices/pcx86/video/ibm/cga/ibm-cga.json
/disks/pcx86/dos/ibm/2.00/PCDOS200-DISK1.json
/disks/pcx86/dos/ibm/2.00/PCDOS200-DISK2.json
/apps/pcx86/1985/rogue/state.json
/apps/pcx86/1985/rogue/disk.json

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.23.0/manifest.xsl"?>
<manifest type="software">
<title>Rogue</title>
<version/>
<type>Game</type>
<category>ASCII Adventure</category>
<creator>Michael Toy</creator>
<creator>Glenn Wichman</creator>
<creationDate>1980</creationDate>
<releaseDate>1985</releaseDate>
<author>Ken Arnold</author>
<author>Jon Lane</author>
<author>Michael Toy</author>
<disk id="disk01" size="163840" chs="40:1:8" dir="archive/" href="/apps/pcx86/1985/rogue/disk.json" md5="91fab29636a7517e17eaa38b30ff156a" md5json="c531e9f249b20adad667a3c376e427c8">
<name>Rogue (1985)</name>
<file size="14016" time="1985-03-25 14:33:18" attr="0x20" md5="e8f7c7b97210f480c7b741a0d58951bd">MKOPT.EXE</file>
<file size="2616" time="1995-09-01 18:46:18" attr="0x20" md5="275fd64a3502af22b56e23934c79e9ef">ROGUE.COM</file>
<file size="71520" time="1986-05-30 12:55:50" attr="0x20" md5="11cc922975d21f9a32812ff6c5ed3430">ROGUE.EXE</file>
<file size="0" time="1995-08-26 12:11:38" attr="0x20">ROGUE.OPT</file>
<file size="16391" time="1985-03-25 16:53:10" attr="0x20" md5="afb883b611c35f79f2a5168365349ba7">ROGUE.PIC</file>
<file size="0" time="1995-08-26 12:11:38" attr="0x20">ROGUE.SCR</file>
</disk>
<machine href="/devices/pcx86/machine/5160/cga/640kb/machine.xml" state="/apps/pcx86/1985/rogue/state.json"/>
</manifest>

File diff suppressed because one or more lines are too long