Merge branch 'master' into gh-pages

This commit is contained in:
Jeff Parsons 2017-06-25 09:16:24 -07:00
commit b8c15b443d
182 changed files with 611 additions and 511 deletions

View file

@ -31,7 +31,7 @@ computer hardware, help people understand how these early machines worked, make
machine configurations, and provide a platform for running and analyzing old computer software. machine configurations, and provide a platform for running and analyzing old computer software.
Demos Demos
--- -----
Some pre-configured machines are shown below, ready to run BASIC, DOS, Windows, OS/2, and other assorted software. Some pre-configured machines are shown below, ready to run BASIC, DOS, Windows, OS/2, and other assorted software.
![IBM PC running VisiCalc](/apps/pcx86/1981/visicalc/thumbnail.jpg "link:/apps/pcx86/1981/visicalc/:200:120") ![IBM PC running VisiCalc](/apps/pcx86/1981/visicalc/thumbnail.jpg "link:/apps/pcx86/1981/visicalc/:200:120")
@ -57,7 +57,7 @@ and multiple IBM PC XT machines running side-by-side with [CGA Displays](/device
and [EGA Displays](/devices/pcx86/machine/5160/ega/640kb/array/). and [EGA Displays](/devices/pcx86/machine/5160/ega/640kb/array/).
C1Pjs C1Pjs
--- -----
Below is the [OSI Challenger C1P](/docs/c1pjs/), another simulation in the PCjs Project. Below is the [OSI Challenger C1P](/docs/c1pjs/), another simulation in the PCjs Project.
It simulates Ohio Scientific's 6502-based microcomputer, released in 1978. More details about this simulation It simulates Ohio Scientific's 6502-based microcomputer, released in 1978. More details about this simulation
and the original machine are available in the [C1Pjs Documentation](/docs/c1pjs/). and the original machine are available in the [C1Pjs Documentation](/docs/c1pjs/).
@ -69,7 +69,7 @@ and the original machine are available in the [C1Pjs Documentation](/docs/c1pjs/
--- ---
Developer Notes Developer Notes
--- ---------------
The [PCjs repository](https://github.com/jeffpar/pcjs) on GitHub contains everything needed to run PCjs The [PCjs repository](https://github.com/jeffpar/pcjs) on GitHub contains everything needed to run PCjs
computer simulations. All the PCjs emulators run in any modern web browser, with or without a web server, computer simulations. All the PCjs emulators run in any modern web browser, with or without a web server,
@ -242,7 +242,7 @@ flux as well; for example, *output_wrapper* support is documented in their
[blog](https://developers.googleblog.com/2016/08/closure-compiler-in-javascript.html) but hasn't been implemented yet. [blog](https://developers.googleblog.com/2016/08/closure-compiler-in-javascript.html) but hasn't been implemented yet.
Using PCjs Using PCjs
--- ----------
### From The Browser ### From The Browser
@ -263,12 +263,13 @@ pcjs.org home page ([index.md](https://github.com/jeffpar/pcjs/blob/gh-pages/ind
layout: page layout: page
permalink: / permalink: /
machines: machines:
- type: pcx86 - id: ibm5150
id: ibm5150 type: pcx86
resume: 1
name: "IBM PC (Model 5150) with Monochrome Display" name: "IBM PC (Model 5150) with Monochrome Display"
config: /devices/pcx86/machine/5150/mda/64kb/machine.xml config: /devices/pcx86/machine/5150/mda/64kb/machine.xml
- type: c1p - id: demoC1P
id: demoC1P type: c1p
config: /devices/c1p/machine/8kb/large/machine.xml config: /devices/c1p/machine/8kb/large/machine.xml
--- ---
@ -325,7 +326,7 @@ I haven't decided whether I'll add support for JSON configuration files to the c
to the server, or both. to the server, or both.
Debugging PCjs Debugging PCjs
--- --------------
NOTE: The following information assumes you're running Node as your local web server, not Jekyll. You can certainly NOTE: The following information assumes you're running Node as your local web server, not Jekyll. You can certainly
debug PCjs while running Jekyll (ideally with `--config _config.yml,_developer.yml`), using `http://localhost:4000/` debug PCjs while running Jekyll (ideally with `--config _config.yml,_developer.yml`), using `http://localhost:4000/`
@ -399,7 +400,7 @@ specified page; e.g.:
More information about the *resume* attribute is available in the [documentation](/docs/pcx86/computer/#attributes). More information about the *resume* attribute is available in the [documentation](/docs/pcx86/computer/#attributes).
Updating PCjs Updating PCjs
--- -------------
### Developing ### Developing
@ -437,7 +438,7 @@ manually or with the Grunt "clean" task:
<!--END:EXCLUDE--> <!--END:EXCLUDE-->
License License
--- -------
The [PCjs Project](https://github.com/jeffpar/pcjs) is now an open-source project on [GitHub](http://github.com/). The [PCjs Project](https://github.com/jeffpar/pcjs) is now an open-source project on [GitHub](http://github.com/).
All published portions are free for redistribution and/or modification under the terms of the All published portions are free for redistribution and/or modification under the terms of the
[GNU General Public License](/LICENSE) as published by the Free Software Foundation, either version 3 of the License, [GNU General Public License](/LICENSE) as published by the Free Software Foundation, either version 3 of the License,
@ -453,7 +454,7 @@ or computer that runs any version of this software.
See [LICENSE](/LICENSE) for details. See [LICENSE](/LICENSE) for details.
More Information More Information
--- ----------------
Learn more about the [PCjs Project](/docs/about/) and [PCx86](/docs/about/pcx86/). To Learn more about the [PCjs Project](/docs/about/) and [PCx86](/docs/about/pcx86/). To
create your own PCx86 machines, see the [PCx86 Documentation](/docs/pcx86/) for details. create your own PCx86 machines, see the [PCx86 Documentation](/docs/pcx86/) for details.

View file

@ -5,8 +5,8 @@ date: 2015-01-17 11:00:00
category: Features category: Features
permalink: /blog/2015/01/17/ permalink: /blog/2015/01/17/
machines: machines:
- type: pcx86 - id: at-ega-1152k-rev3
id: at-ega-1152k-rev3 type: pcx86
debugger: true debugger: true
uncompiled: true uncompiled: true
config: /devices/pcx86/machine/5170/ega/1152kb/rev3/debugger/machine.xml config: /devices/pcx86/machine/5170/ega/1152kb/rev3/debugger/machine.xml

View file

@ -5,8 +5,8 @@ date: 2015-01-28 11:00:00
category: Control Panel category: Control Panel
permalink: /blog/2015/01/28/ permalink: /blog/2015/01/28/
machines: machines:
- type: pcx86 - id: at-ega-1152k-rev3
id: at-ega-1152k-rev3 type: pcx86
debugger: true debugger: true
uncompiled: true uncompiled: true
config: /devices/pcx86/machine/5170/ega/1152kb/rev3/debugger/backtrack/machine.xml config: /devices/pcx86/machine/5170/ega/1152kb/rev3/debugger/backtrack/machine.xml

View file

@ -5,8 +5,8 @@ date: 2015-02-22 11:00:00
category: 80386 category: 80386
permalink: /blog/2015/02/22/ permalink: /blog/2015/02/22/
machines: machines:
- type: pcx86 - id: deskpro386
id: deskpro386 type: pcx86
debugger: true debugger: true
uncompiled: true uncompiled: true
config: /devices/pcx86/machine/compaq/deskpro386/ega/2048kb/debugger/machine.xml config: /devices/pcx86/machine/compaq/deskpro386/ega/2048kb/debugger/machine.xml

View file

@ -5,8 +5,8 @@ date: 2015-04-16 11:00:00
category: 80386 category: 80386
permalink: /blog/2015/04/16/ permalink: /blog/2015/04/16/
machines: machines:
- type: pcx86 - id: deskpro386
id: deskpro386 type: pcx86
debugger: true debugger: true
uncompiled: true uncompiled: true
config: /devices/pcx86/machine/compaq/deskpro386/ega/2048kb/debugger/machine.xml config: /devices/pcx86/machine/compaq/deskpro386/ega/2048kb/debugger/machine.xml

View file

@ -5,13 +5,17 @@ date: 2015-07-17 11:00:00
category: Windows 95 category: Windows 95
permalink: /blog/2015/07/17/ permalink: /blog/2015/07/17/
machines: machines:
- type: pcx86 - id: deskpro386
id: deskpro386 type: pcx86
debugger: true debugger: true
state: /disks/pcx86/windows/win95/4.00.950/deskpro386.json state: /disks/pcx86/windows/win95/4.00.950/deskpro386.json
config: /devices/pcx86/machine/compaq/deskpro386/vga/4096kb/debugger/machine.xml config: /devices/pcx86/machine/compaq/deskpro386/vga/4096kb/debugger/machine.xml
drives: '[{name:"68Mb Hard Disk",type:4,path:"http://archive.pcjs.org/disks/pcx86/fixed/68mb/win95.json"}]' drives: '[{name:"68Mb Hard Disk",type:4,path:"http://archive.pcjs.org/disks/pcx86/fixed/68mb/win95.json"}]'
autoMount: '' autoMount:
A:
name: None
B:
name: None
--- ---
This week (July 14, 2015) was the 20th anniversary of Windows 95 RTM ("Release To Manufacturing"). So I decided to This week (July 14, 2015) was the 20th anniversary of Windows 95 RTM ("Release To Manufacturing"). So I decided to

View file

@ -5,12 +5,16 @@ date: 2015-09-21 11:00:00
category: Windows 95 category: Windows 95
permalink: /blog/2015/09/21/ permalink: /blog/2015/09/21/
machines: machines:
- type: pcx86 - id: deskpro386
id: deskpro386 type: pcx86
state: /disks/pcx86/windows/win95/4.00.950/deskpro386.json state: /disks/pcx86/windows/win95/4.00.950/deskpro386.json
config: /devices/pcx86/machine/compaq/deskpro386/vga/4096kb/machine.xml config: /devices/pcx86/machine/compaq/deskpro386/vga/4096kb/machine.xml
drives: '[{name:"68Mb Hard Disk",type:4,path:"http://archive.pcjs.org/disks/pcx86/fixed/68mb/win95.json"}]' drives: '[{name:"68Mb Hard Disk",type:4,path:"http://archive.pcjs.org/disks/pcx86/fixed/68mb/win95.json"}]'
autoMount: '' autoMount:
A:
name: None
B:
name: None
--- ---
Today, the last serious bug preventing a successful boot of Windows 95 was fixed. I won't bore you with Today, the last serious bug preventing a successful boot of Windows 95 was fixed. I won't bore you with

View file

@ -5,8 +5,8 @@ date: 2015-12-27 11:00:00
category: OS/2 category: OS/2
permalink: /blog/2015/12/27/ permalink: /blog/2015/12/27/
machines: machines:
- type: pcx86 - id: ibm5170
id: ibm5170 type: pcx86
debugger: true debugger: true
config: /devices/pcx86/machine/5170/ega/2048kb/rev3/debugger/machine.xml config: /devices/pcx86/machine/5170/ega/2048kb/rev3/debugger/machine.xml
drives: '[{name:"20Mb Hard Disk",type:2,path:"http://archive.pcjs.org/disks/pcx86/fixed/20mb/IBMOS210-EGA.json"}]' drives: '[{name:"20Mb Hard Disk",type:2,path:"http://archive.pcjs.org/disks/pcx86/fixed/20mb/IBMOS210-EGA.json"}]'

View file

@ -4,8 +4,8 @@ title: The VT100 Terminal
date: 2016-08-03 18:00:00 date: 2016-08-03 18:00:00
permalink: /blog/2016/08/03/ permalink: /blog/2016/08/03/
machines: machines:
- type: pc8080 - id: vt100
id: vt100 type: pc8080
config: /devices/pc8080/machine/vt100/machine.xml config: /devices/pc8080/machine/vt100/machine.xml
--- ---

View file

@ -4,8 +4,8 @@ title: Adventures in Archiving
date: 2017-06-15 22:00:00 date: 2017-06-15 22:00:00
permalink: /blog/2017/06/15/ permalink: /blog/2017/06/15/
machines: machines:
- type: pcx86 - id: ibm5150
id: ibm5150 type: pcx86
config: /devices/pcx86/machine/5150/cga/64kb/machine.xml config: /devices/pcx86/machine/5150/cga/64kb/machine.xml
autoMount: autoMount:
A: A:

View file

@ -3,8 +3,8 @@ layout: page
title: "VisiCalc (1981)" title: "VisiCalc (1981)"
permalink: /apps/pcx86/1981/visicalc/ permalink: /apps/pcx86/1981/visicalc/
machines: machines:
- type: pcx86 - id: ibm5150-visicalc
id: ibm5150-visicalc type: pcx86
config: /devices/pcx86/machine/5150/mda/64kb/machine.xml config: /devices/pcx86/machine/5150/mda/64kb/machine.xml
resume: 1 resume: 1
state: /apps/pcx86/1981/visicalc/state.json state: /apps/pcx86/1981/visicalc/state.json

View file

@ -3,8 +3,8 @@ layout: page
title: "Executive Suite (1982)" title: "Executive Suite (1982)"
permalink: /apps/pcx86/1982/esuite/ permalink: /apps/pcx86/1982/esuite/
machines: machines:
- type: pcx86 - id: ibm5160-esuite
id: ibm5160-esuite type: pcx86
config: /devices/pcx86/machine/5160/mda/256kb/fake188/machine.xml config: /devices/pcx86/machine/5160/mda/256kb/fake188/machine.xml
state: /apps/pcx86/1982/esuite/state.json state: /apps/pcx86/1982/esuite/state.json
--- ---

View file

@ -3,8 +3,8 @@ layout: page
title: "RatBas (1982)" title: "RatBas (1982)"
permalink: /apps/pcx86/1982/ratbas/ permalink: /apps/pcx86/1982/ratbas/
machines: machines:
- type: pcx86 - id: ibm5150-ratbas
id: ibm5150-ratbas type: pcx86
config: /devices/pcx86/machine/5150/cga/256kb/machine.xml config: /devices/pcx86/machine/5150/cga/256kb/machine.xml
autoMount: autoMount:
A: A:

View file

@ -3,8 +3,8 @@ layout: page
title: "Adventures in Math (1983)" title: "Adventures in Math (1983)"
permalink: /apps/pcx86/1983/adventmath/ permalink: /apps/pcx86/1983/adventmath/
machines: machines:
- type: pcx86 - id: ibm5150-adventmath
id: ibm5150-adventmath type: pcx86
config: /devices/pcx86/machine/5150/cga/64kb/machine.xml config: /devices/pcx86/machine/5150/cga/64kb/machine.xml
resume: 1 resume: 1
autoMount: autoMount:

View file

@ -3,8 +3,8 @@ layout: page
title: "Rogue (1985)" title: "Rogue (1985)"
permalink: /apps/pcx86/1985/rogue/ permalink: /apps/pcx86/1985/rogue/
machines: machines:
- type: pcx86 - id: ibm5160-rogue
id: ibm5160-rogue type: pcx86
config: /devices/pcx86/machine/5160/cga/640kb/machine.xml config: /devices/pcx86/machine/5160/cga/640kb/machine.xml
state: /apps/pcx86/1985/rogue/state.json state: /apps/pcx86/1985/rogue/state.json
resume: 1 resume: 1

View file

@ -3,8 +3,8 @@ layout: page
title: "ThinkTank (1987)" title: "ThinkTank (1987)"
permalink: /apps/pcx86/1987/thinktank/ permalink: /apps/pcx86/1987/thinktank/
machines: machines:
- type: pcx86 - id: ibm5160-thinktank
id: ibm5160-thinktank type: pcx86
config: /devices/pcx86/machine/5160/cga/640kb/machine.xml config: /devices/pcx86/machine/5160/cga/640kb/machine.xml
state: /apps/pcx86/1987/thinktank/state.json state: /apps/pcx86/1987/thinktank/state.json
--- ---

View file

@ -3,8 +3,8 @@ layout: page
title: "The Dungeons of Moria (1992)" title: "The Dungeons of Moria (1992)"
permalink: /apps/pcx86/1992/moria/ permalink: /apps/pcx86/1992/moria/
machines: machines:
- type: pcx86 - id: ibm5160-moria55
id: ibm5160-moria55 type: pcx86
config: /devices/pcx86/machine/5160/cga/640kb/machine.xml config: /devices/pcx86/machine/5160/cga/640kb/machine.xml
state: /apps/pcx86/1992/moria/state.json state: /apps/pcx86/1992/moria/state.json
--- ---

View file

@ -17,18 +17,27 @@ A list of all the software available to PCx86 machines can be found in the [IBM
### 1981 ### 1981
* [DONKEY.BAS](1981/donkey/) * [DONKEY.BAS](1981/donkey/)
* [Microsoft Adventure](/disks/pcx86/games/microsoft/adventure/)
* [VisiCalc](1981/visicalc/) * [VisiCalc](1981/visicalc/)
### 1982 ### 1982
* [Executive Suite](1982/esuite/) * [Executive Suite](1982/esuite/)
* [RatBas v2.13](1982/ratbas/) * [RatBas v2.13](1982/ratbas/)
* [Zork I](/disks/pcx86/games/infocom/zork1/)
### 1983 ### 1983
* [Adventures in Math v1.00](1983/adventmath/) * [Adventures in Math v1.00](1983/adventmath/)
* [SuperCalc2 v1.00](/disks/pcx86/apps/other/sc2/1.00/) * [SuperCalc2 v1.00](/disks/pcx86/apps/other/sc2/1.00/)
* [SuperCalc3 v1.00](/disks/pcx86/apps/other/sc3/1.00/) * [SuperCalc3 v1.00](/disks/pcx86/apps/other/sc3/1.00/)
* [Zork II](/disks/pcx86/games/infocom/zork2/)
* [Zork III](/disks/pcx86/games/infocom/zork3/)
* [Planetfall](/disks/pcx86/games/infocom/planet/)
### 1984
* [The Hitchhiker's Guide to the Galaxy](/disks/pcx86/games/infocom/hhiker/)
### 1985 ### 1985

View file

@ -3,8 +3,8 @@ layout: page
title: OSI Challenger 1P (32Kb) with Disk Support title: OSI Challenger 1P (32Kb) with Disk Support
permalink: /devices/c1p/machine/32kb/ permalink: /devices/c1p/machine/32kb/
machines: machines:
- type: c1p - id: c1p32kb
id: c1p32kb type: c1p
debugger: true debugger: true
--- ---

View file

@ -5,7 +5,7 @@ permalink: /devices/c1p/machine/8kb/
--- ---
Challenger 1P Machine Configurations with 8Kb Challenger 1P Machine Configurations with 8Kb
--- ---------------------------------------------
Here are some sample C1P Machine Configurations with 8Kb: Here are some sample C1P Machine Configurations with 8Kb:

View file

@ -3,8 +3,8 @@ layout: page
title: OSI Challenger 1P (8Kb) with Additional Software title: OSI Challenger 1P (8Kb) with Additional Software
permalink: /devices/c1p/machine/8kb/all/debugger/ permalink: /devices/c1p/machine/8kb/all/debugger/
machines: machines:
- type: c1p - id: c1p8kb
id: c1p8kb type: c1p
debugger: true debugger: true
--- ---

View file

@ -3,8 +3,8 @@ layout: page
title: OSI Challenger 1P (8Kb) with Additional Software title: OSI Challenger 1P (8Kb) with Additional Software
permalink: /devices/c1p/machine/8kb/all/ permalink: /devices/c1p/machine/8kb/all/
machines: machines:
- type: c1p - id: c1p8kb
id: c1p8kb type: c1p
--- ---
{% include machine.html id="c1p8kb" %} {% include machine.html id="c1p8kb" %}

View file

@ -3,32 +3,32 @@ layout: page
title: OSI Challenger 1P (8Kb) "Server Array" title: OSI Challenger 1P (8Kb) "Server Array"
permalink: /devices/c1p/machine/8kb/array/ permalink: /devices/c1p/machine/8kb/array/
machines: machines:
- type: c1p - id: osi1
id: osi1 type: c1p
config: /devices/c1p/machine/8kb/small/machine.xml config: /devices/c1p/machine/8kb/small/machine.xml
- type: c1p - id: osi2
id: osi2 type: c1p
config: /devices/c1p/machine/8kb/small/machine.xml config: /devices/c1p/machine/8kb/small/machine.xml
- type: c1p - id: osi3
id: osi3 type: c1p
config: /devices/c1p/machine/8kb/small/machine.xml config: /devices/c1p/machine/8kb/small/machine.xml
- type: c1p - id: osi4
id: osi4 type: c1p
config: /devices/c1p/machine/8kb/small/machine.xml config: /devices/c1p/machine/8kb/small/machine.xml
- type: c1p - id: osi5
id: osi5 type: c1p
config: /devices/c1p/machine/8kb/small/machine.xml config: /devices/c1p/machine/8kb/small/machine.xml
- type: c1p - id: osi6
id: osi6 type: c1p
config: /devices/c1p/machine/8kb/small/machine.xml config: /devices/c1p/machine/8kb/small/machine.xml
- type: c1p - id: osi7
id: osi7 type: c1p
config: /devices/c1p/machine/8kb/small/machine.xml config: /devices/c1p/machine/8kb/small/machine.xml
- type: c1p - id: osi8
id: osi8 type: c1p
config: /devices/c1p/machine/8kb/small/machine.xml config: /devices/c1p/machine/8kb/small/machine.xml
- type: c1p - id: osi9
id: osi9 type: c1p
config: /devices/c1p/machine/8kb/small/machine.xml config: /devices/c1p/machine/8kb/small/machine.xml
redirect_from: redirect_from:
- /configs/c1p/machines/array/ - /configs/c1p/machines/array/

View file

@ -3,8 +3,8 @@ layout: page
title: OSI Challenger 1P (8Kb) with Small Display title: OSI Challenger 1P (8Kb) with Small Display
permalink: /devices/c1p/machine/8kb/embed/ permalink: /devices/c1p/machine/8kb/embed/
machines: machines:
- type: c1p - id: c1pEmbed
id: c1pEmbed type: c1p
redirect_from: redirect_from:
- /configs/c1p/machines/8kb/embed/ - /configs/c1p/machines/8kb/embed/
- /demos/c1p/embed.xml/ - /demos/c1p/embed.xml/

View file

@ -3,8 +3,8 @@ layout: page
title: OSI Challenger 1P (8Kb) with Large Display title: OSI Challenger 1P (8Kb) with Large Display
permalink: /devices/c1p/machine/8kb/large/debugger/ permalink: /devices/c1p/machine/8kb/large/debugger/
machines: machines:
- type: c1p - id: c1p8kb
id: c1p8kb type: c1p
debugger: true debugger: true
--- ---

View file

@ -3,8 +3,8 @@ layout: page
title: OSI Challenger 1P (8Kb) with Large Display title: OSI Challenger 1P (8Kb) with Large Display
permalink: /devices/c1p/machine/8kb/large/ permalink: /devices/c1p/machine/8kb/large/
machines: machines:
- type: c1p - id: c1p8kb
id: c1p8kb type: c1p
redirect_from: redirect_from:
- /configs/c1p/machines/8kb/large/ - /configs/c1p/machines/8kb/large/
- /configs/c1p/machines/8kb/large/machine.xml/ - /configs/c1p/machines/8kb/large/machine.xml/

View file

@ -3,8 +3,8 @@ layout: page
title: OSI Challenger 1P (8Kb) with Small Display title: OSI Challenger 1P (8Kb) with Small Display
permalink: /devices/c1p/machine/8kb/small/ permalink: /devices/c1p/machine/8kb/small/
machines: machines:
- type: c1p - id: c1p8kb
id: c1p8kb type: c1p
--- ---
{% include machine.html id="c1p8kb" %} {% include machine.html id="c1p8kb" %}

View file

@ -5,7 +5,7 @@ permalink: /devices/c1p/machine/
--- ---
Challenger 1P Machine Configurations Challenger 1P Machine Configurations
--- ------------------------------------
Here are some sample C1P Machine Configurations: Here are some sample C1P Machine Configurations:

View file

@ -5,7 +5,7 @@ permalink: /devices/pc8080/machine/
--- ---
PC8080 Machine Configurations PC8080 Machine Configurations
--- -----------------------------
The following 8080-based machines are currently available: The following 8080-based machines are currently available:

View file

@ -5,8 +5,8 @@ permalink: /devices/pc8080/machine/exerciser/
redirect_from: redirect_from:
- /devices/pc8080/machine/test/ - /devices/pc8080/machine/test/
machines: machines:
- type: pc8080 - id: test8080
id: test8080 type: pc8080
debugger: true debugger: true
--- ---

View file

@ -3,8 +3,8 @@ layout: page
title: Space Invaders (1978) title: Space Invaders (1978)
permalink: /devices/pc8080/machine/invaders/ permalink: /devices/pc8080/machine/invaders/
machines: machines:
- type: pc8080 - id: invaders
id: invaders type: pc8080
--- ---
Space Invaders (1978) Space Invaders (1978)

View file

@ -3,8 +3,8 @@ layout: page
title: Space Invaders (1978) with Debugger title: Space Invaders (1978) with Debugger
permalink: /devices/pc8080/machine/invaders/debugger/ permalink: /devices/pc8080/machine/invaders/debugger/
machines: machines:
- type: pc8080 - id: invaders
id: invaders type: pc8080
debugger: true debugger: true
--- ---

View file

@ -3,8 +3,8 @@ layout: page
title: IBM PC (Model 5150, 256Kb) with Color Display and Debugger title: IBM PC (Model 5150, 256Kb) with Color Display and Debugger
permalink: /devices/pcx86/machine/5150/cga/256kb/debugger/ permalink: /devices/pcx86/machine/5150/cga/256kb/debugger/
machines: machines:
- type: pcx86 - id: ibm5150
id: ibm5150 type: pcx86
debugger: true debugger: true
--- ---

View file

@ -3,8 +3,8 @@ layout: page
title: IBM PC (Model 5150, 256Kb) with Color Display title: IBM PC (Model 5150, 256Kb) with Color Display
permalink: /devices/pcx86/machine/5150/cga/256kb/ permalink: /devices/pcx86/machine/5150/cga/256kb/
machines: machines:
- type: pcx86 - id: ibm5150
id: ibm5150 type: pcx86
--- ---
{% include machine.html id="ibm5150" %} {% include machine.html id="ibm5150" %}

View file

@ -3,8 +3,8 @@ layout: page
title: IBM PC (Model 5150, 384Kb) with Color Display and Soft Keyboard title: IBM PC (Model 5150, 384Kb) with Color Display and Soft Keyboard
permalink: /devices/pcx86/machine/5150/cga/384kb/softkbd/ permalink: /devices/pcx86/machine/5150/cga/384kb/softkbd/
machines: machines:
- type: pcx86 - id: ibm5150
id: ibm5150 type: pcx86
debugger: true debugger: true
--- ---

View file

@ -3,8 +3,8 @@ layout: page
title: IBM PC (Model 5150, 64Kb) with Color Display and Soft Keyboard title: IBM PC (Model 5150, 64Kb) with Color Display and Soft Keyboard
permalink: /devices/pcx86/machine/5150/cga/64kb/softkbd/ permalink: /devices/pcx86/machine/5150/cga/64kb/softkbd/
machines: machines:
- type: pcx86 - id: ibm5150
id: ibm5150 type: pcx86
debugger: true debugger: true
--- ---

View file

@ -3,8 +3,8 @@ layout: page
title: IBM PC (Model 5150, 256Kb) with Monochrome Display and Debugger title: IBM PC (Model 5150, 256Kb) with Monochrome Display and Debugger
permalink: /devices/pcx86/machine/5150/mda/256kb/debugger/ permalink: /devices/pcx86/machine/5150/mda/256kb/debugger/
machines: machines:
- type: pcx86 - id: ibm5150
id: ibm5150 type: pcx86
debugger: true debugger: true
--- ---

View file

@ -3,8 +3,8 @@ layout: page
title: IBM PC (Model 5150, 256Kb) with Monochrome Display title: IBM PC (Model 5150, 256Kb) with Monochrome Display
permalink: /devices/pcx86/machine/5150/mda/256kb/ permalink: /devices/pcx86/machine/5150/mda/256kb/
machines: machines:
- type: pcx86 - id: ibm5150
id: ibm5150 type: pcx86
--- ---
{% include machine.html id="ibm5150" %} {% include machine.html id="ibm5150" %}

View file

@ -5,8 +5,8 @@ permalink: /devices/pcx86/machine/5150/mda/64kb/debugger/
redirect_from: redirect_from:
- /configs/pc/machines/5150/mda/64kb/debugger/ - /configs/pc/machines/5150/mda/64kb/debugger/
machines: machines:
- type: pcx86 - id: ibm5150
id: ibm5150 type: pcx86
debugger: true debugger: true
--- ---

View file

@ -7,8 +7,8 @@ redirect_from:
- /configs/pc/machines/5150/mda/64kb/index.xml/ - /configs/pc/machines/5150/mda/64kb/index.xml/
- /configs/pc/machines/5150/mda/64kb/machine.xml/ - /configs/pc/machines/5150/mda/64kb/machine.xml/
machines: machines:
- type: pcx86 - id: ibm5150
id: ibm5150 type: pcx86
--- ---
{% include machine.html id="ibm5150" %} {% include machine.html id="ibm5150" %}

View file

@ -3,8 +3,8 @@ layout: page
title: IBM PC (Model 5150, 64Kb) with Monochrome Display and Soft Keyboard title: IBM PC (Model 5150, 64Kb) with Monochrome Display and Soft Keyboard
permalink: /devices/pcx86/machine/5150/mda/64kb/softkbd/ permalink: /devices/pcx86/machine/5150/mda/64kb/softkbd/
machines: machines:
- type: pcx86 - id: ibm5150
id: ibm5150 type: pcx86
debugger: true debugger: true
--- ---

View file

@ -6,8 +6,8 @@ redirect_from:
- /configs/pc/machines/5160/cga/256kb/ - /configs/pc/machines/5160/cga/256kb/
- /configs/pc/machines/5160/cga/256kb/demo/ - /configs/pc/machines/5160/cga/256kb/demo/
machines: machines:
- type: pcx86 - id: ibm5160
id: ibm5160 type: pcx86
--- ---
IBM PC XT (256Kb) with Color Display IBM PC XT (256Kb) with Color Display

View file

@ -3,10 +3,10 @@ layout: page
title: IBM PC XT (Model 5160, 256Kb, 10Mb Drive) Machine Array with CGA Displays title: IBM PC XT (Model 5160, 256Kb, 10Mb Drive) Machine Array with CGA Displays
permalink: /devices/pcx86/machine/5160/cga/256kb/array/ permalink: /devices/pcx86/machine/5160/cga/256kb/array/
machines: machines:
- type: pcx86 - id: ibm5160-1
id: ibm5160-1 type: pcx86
- type: pcx86 - id: ibm5160-2
id: ibm5160-2 type: pcx86
--- ---
IBM PC XT Machine Array with CGA Displays IBM PC XT Machine Array with CGA Displays

View file

@ -6,8 +6,8 @@ redirect_from:
- /configs/pc/machines/5160/cga/256kb/demo/debugger/ - /configs/pc/machines/5160/cga/256kb/demo/debugger/
- /devices/pcx86/machine/5160/cga/256kb/demo/debugger/ - /devices/pcx86/machine/5160/cga/256kb/demo/debugger/
machines: machines:
- type: pcx86 - id: ibm5160
id: ibm5160 type: pcx86
debugger: true debugger: true
--- ---

View file

@ -3,8 +3,8 @@ layout: page
title: IBM PC XT (Model 5160, 256Kb, 10Mb Drive) with Color Display and Soft Keyboard title: IBM PC XT (Model 5160, 256Kb, 10Mb Drive) with Color Display and Soft Keyboard
permalink: /devices/pcx86/machine/5160/cga/256kb/softkbd/ permalink: /devices/pcx86/machine/5160/cga/256kb/softkbd/
machines: machines:
- type: pcx86 - id: ibm5160
id: ibm5160 type: pcx86
debugger: true debugger: true
--- ---

View file

@ -5,8 +5,8 @@ permalink: /devices/pcx86/machine/5160/cga/512kb/softkbd/
redirect_from: redirect_from:
- /configs/pc/machines/5160/cga/512kb/softkbd/ - /configs/pc/machines/5160/cga/512kb/softkbd/
machines: machines:
- type: pcx86 - id: ibm5160
id: ibm5160 type: pcx86
debugger: true debugger: true
--- ---

View file

@ -3,8 +3,8 @@ layout: page
title: IBM PC XT (Model 5160, 640Kb, 10Mb Drive) with Color Display and Debugger title: IBM PC XT (Model 5160, 640Kb, 10Mb Drive) with Color Display and Debugger
permalink: /devices/pcx86/machine/5160/cga/640kb/debugger/ permalink: /devices/pcx86/machine/5160/cga/640kb/debugger/
machines: machines:
- type: pcx86 - id: ibm5160
id: ibm5160 type: pcx86
debugger: true debugger: true
--- ---

View file

@ -3,8 +3,8 @@ layout: page
title: IBM PC XT (Model 5160, 640Kb, 10Mb Drive) with Color Display title: IBM PC XT (Model 5160, 640Kb, 10Mb Drive) with Color Display
permalink: /devices/pcx86/machine/5160/cga/640kb/ permalink: /devices/pcx86/machine/5160/cga/640kb/
machines: machines:
- type: pcx86 - id: ibm5160
id: ibm5160 type: pcx86
--- ---
{% include machine.html id="ibm5160" %} {% include machine.html id="ibm5160" %}

View file

@ -3,8 +3,8 @@ layout: page
title: IBM PC XT (Model 5160, 640Kb, 10Mb Drive) with Color Display and Soft Keyboard title: IBM PC XT (Model 5160, 640Kb, 10Mb Drive) with Color Display and Soft Keyboard
permalink: /devices/pcx86/machine/5160/cga/640kb/softkbd/ permalink: /devices/pcx86/machine/5160/cga/640kb/softkbd/
machines: machines:
- type: pcx86 - id: ibm5160
id: ibm5160 type: pcx86
--- ---
{% include machine.html id="ibm5160" %} {% include machine.html id="ibm5160" %}

View file

@ -3,8 +3,8 @@ layout: page
title: IBM PC XT (Model 5160, 256Kb, 10Mb Drive) with EGA Display and Debugger title: IBM PC XT (Model 5160, 256Kb, 10Mb Drive) with EGA Display and Debugger
permalink: /devices/pcx86/machine/5160/ega/256kb/debugger/ permalink: /devices/pcx86/machine/5160/ega/256kb/debugger/
machines: machines:
- type: pcx86 - id: ibm5160
id: ibm5160 type: pcx86
debugger: true debugger: true
--- ---

View file

@ -5,8 +5,8 @@ permalink: /devices/pcx86/machine/5160/ega/256kb/
redirect_from: redirect_from:
- /configs/pc/machines/5160/ega/256kb/ - /configs/pc/machines/5160/ega/256kb/
machines: machines:
- type: pcx86 - id: ibm5160
id: ibm5160 type: pcx86
--- ---
{% include machine.html id="ibm5160" %} {% include machine.html id="ibm5160" %}

View file

@ -3,8 +3,8 @@ layout: page
title: IBM PC XT (Model 5160, 640Kb, 10Mb Drive) with EGA Display and Debugger title: IBM PC XT (Model 5160, 640Kb, 10Mb Drive) with EGA Display and Debugger
permalink: /devices/pcx86/machine/5160/ega/640kb/debugger/ permalink: /devices/pcx86/machine/5160/ega/640kb/debugger/
machines: machines:
- type: pcx86 - id: ibm5160
id: ibm5160 type: pcx86
debugger: true debugger: true
--- ---

View file

@ -5,8 +5,8 @@ permalink: /devices/pcx86/machine/5160/ega/640kb/
redirect_from: redirect_from:
- /configs/pc/machines/5160/ega/640kb/ - /configs/pc/machines/5160/ega/640kb/
machines: machines:
- type: pcx86 - id: ibm5160
id: ibm5160 type: pcx86
--- ---
{% include machine.html id="ibm5160" %} {% include machine.html id="ibm5160" %}

View file

@ -3,8 +3,8 @@ layout: page
title: IBM PC XT (Model 5160, 256Kb, 10Mb Drive) with Monochrome Display and Debugger title: IBM PC XT (Model 5160, 256Kb, 10Mb Drive) with Monochrome Display and Debugger
permalink: /devices/pcx86/machine/5160/mda/256kb/debugger/ permalink: /devices/pcx86/machine/5160/mda/256kb/debugger/
machines: machines:
- type: pcx86 - id: ibm5160
id: ibm5160 type: pcx86
debugger: true debugger: true
--- ---

View file

@ -3,8 +3,8 @@ layout: page
title: IBM PC XT (Model 5160, 80188, 256Kb) with Monochrome Display and Debugger title: IBM PC XT (Model 5160, 80188, 256Kb) with Monochrome Display and Debugger
permalink: /devices/pcx86/machine/5160/mda/256kb/fake188/debugger/ permalink: /devices/pcx86/machine/5160/mda/256kb/fake188/debugger/
machines: machines:
- type: pcx86 - id: ibm5160
id: ibm5160 type: pcx86
debugger: true debugger: true
--- ---

View file

@ -3,8 +3,8 @@ layout: page
title: IBM PC XT (Model 5160, 80188, 256Kb) with Monochrome Display title: IBM PC XT (Model 5160, 80188, 256Kb) with Monochrome Display
permalink: /devices/pcx86/machine/5160/mda/256kb/fake188/ permalink: /devices/pcx86/machine/5160/mda/256kb/fake188/
machines: machines:
- type: pcx86 - id: ibm5160
id: ibm5160 type: pcx86
--- ---
{% include machine.html id="ibm5160" %} {% include machine.html id="ibm5160" %}

View file

@ -3,8 +3,8 @@ layout: page
title: IBM PC XT (Model 5160, 256Kb, 10Mb Drive) with Monochrome Display title: IBM PC XT (Model 5160, 256Kb, 10Mb Drive) with Monochrome Display
permalink: /devices/pcx86/machine/5160/mda/256kb/ permalink: /devices/pcx86/machine/5160/mda/256kb/
machines: machines:
- type: pcx86 - id: ibm5160
id: ibm5160 type: pcx86
--- ---
{% include machine.html id="ibm5160" %} {% include machine.html id="ibm5160" %}

View file

@ -5,8 +5,8 @@ permalink: /devices/pcx86/machine/5160/mda/64kb/softkbd/
redirect_from: redirect_from:
- /configs/pc/machines/5160/mda/64kb/softkbd/index.xml/ - /configs/pc/machines/5160/mda/64kb/softkbd/index.xml/
machines: machines:
- type: pcx86 - id: ibm5160
id: ibm5160 type: pcx86
debugger: true debugger: true
--- ---

View file

@ -3,8 +3,8 @@ layout: page
title: IBM PC AT (Model 5170, 640Kb) with CGA Display title: IBM PC AT (Model 5170, 640Kb) with CGA Display
permalink: /devices/pcx86/machine/5170/cga/640kb/rev3/debugger/ permalink: /devices/pcx86/machine/5170/cga/640kb/rev3/debugger/
machines: machines:
- type: pcx86 - id: ibm5170
id: ibm5170 type: pcx86
debugger: true debugger: true
--- ---

View file

@ -3,8 +3,8 @@ layout: page
title: IBM PC AT (Model 5170, 640Kb) with CGA Display title: IBM PC AT (Model 5170, 640Kb) with CGA Display
permalink: /devices/pcx86/machine/5170/cga/640kb/rev3/ permalink: /devices/pcx86/machine/5170/cga/640kb/rev3/
machines: machines:
- type: pcx86 - id: ibm5170
id: ibm5170 type: pcx86
--- ---
{% include machine.html id="ibm5170" %} {% include machine.html id="ibm5170" %}

View file

@ -3,8 +3,8 @@ layout: page
title: IBM PC AT (Model 5170, 1152Kb) with EGA Display and 20Mb Hard Disk title: IBM PC AT (Model 5170, 1152Kb) with EGA Display and 20Mb Hard Disk
permalink: /devices/pcx86/machine/5170/ega/1152kb/rev1/debugger/ permalink: /devices/pcx86/machine/5170/ega/1152kb/rev1/debugger/
machines: machines:
- type: pcx86 - id: ibm5170
id: ibm5170 type: pcx86
debugger: true debugger: true
--- ---

View file

@ -5,8 +5,8 @@ permalink: /devices/pcx86/machine/5170/ega/1152kb/rev1/
redirect_from: redirect_from:
- /configs/pc/machines/5170/ega/1152kb/rev1/ - /configs/pc/machines/5170/ega/1152kb/rev1/
machines: machines:
- type: pcx86 - id: ibm5170
id: ibm5170 type: pcx86
--- ---
{% include machine.html id="ibm5170" %} {% include machine.html id="ibm5170" %}

View file

@ -3,8 +3,8 @@ layout: page
title: IBM PC AT (Model 5170, 1152Kb, 20Mb Drive) with EGA Display and Debugger title: IBM PC AT (Model 5170, 1152Kb, 20Mb Drive) with EGA Display and Debugger
permalink: /devices/pcx86/machine/5170/ega/1152kb/rev3/debugger/backtrack/ permalink: /devices/pcx86/machine/5170/ega/1152kb/rev3/debugger/backtrack/
machines: machines:
- type: pcx86 - id: ibm5170
id: ibm5170 type: pcx86
debugger: true debugger: true
uncompiled: true # for now, debugger and uncompiled must be true to enable BACKTRACK support uncompiled: true # for now, debugger and uncompiled must be true to enable BACKTRACK support
--- ---

View file

@ -3,8 +3,8 @@ layout: page
title: IBM PC AT (Model 5170, 1152Kb, 20Mb Drive) with EGA Display and Debugger title: IBM PC AT (Model 5170, 1152Kb, 20Mb Drive) with EGA Display and Debugger
permalink: /devices/pcx86/machine/5170/ega/1152kb/rev3/debugger/ permalink: /devices/pcx86/machine/5170/ega/1152kb/rev3/debugger/
machines: machines:
- type: pcx86 - id: ibm5170
id: ibm5170 type: pcx86
debugger: true debugger: true
--- ---

View file

@ -3,8 +3,8 @@ layout: page
title: IBM PC AT (Model 5170, 1152Kb, 20Mb Drive) with EGA Display title: IBM PC AT (Model 5170, 1152Kb, 20Mb Drive) with EGA Display
permalink: /devices/pcx86/machine/5170/ega/1152kb/rev3/ permalink: /devices/pcx86/machine/5170/ega/1152kb/rev3/
machines: machines:
- type: pcx86 - id: ibm5170
id: ibm5170 type: pcx86
--- ---
{% include machine.html id="ibm5170" %} {% include machine.html id="ibm5170" %}

View file

@ -3,8 +3,8 @@ layout: page
title: IBM PC AT (Model 5170, 2Mb, 20Mb Drive) with EGA Display and Debugger title: IBM PC AT (Model 5170, 2Mb, 20Mb Drive) with EGA Display and Debugger
permalink: /devices/pcx86/machine/5170/ega/2048kb/rev3/debugger/backtrack/ permalink: /devices/pcx86/machine/5170/ega/2048kb/rev3/debugger/backtrack/
machines: machines:
- type: pcx86 - id: ibm5170
id: ibm5170 type: pcx86
debugger: true debugger: true
uncompiled: true # for now, debugger and uncompiled must be true to enable BACKTRACK support uncompiled: true # for now, debugger and uncompiled must be true to enable BACKTRACK support
--- ---

View file

@ -3,8 +3,8 @@ layout: page
title: IBM PC AT (Model 5170, 2Mb, 20Mb Hard Disk) with EGA Display and Debugger title: IBM PC AT (Model 5170, 2Mb, 20Mb Hard Disk) with EGA Display and Debugger
permalink: /devices/pcx86/machine/5170/ega/2048kb/rev3/debugger/ permalink: /devices/pcx86/machine/5170/ega/2048kb/rev3/debugger/
machines: machines:
- type: pcx86 - id: ibm5170
id: ibm5170 type: pcx86
debugger: true debugger: true
--- ---

View file

@ -3,8 +3,8 @@ layout: page
title: IBM PC AT (Model 5170, 2Mb, 20Mb Hard Disk) with EGA Display title: IBM PC AT (Model 5170, 2Mb, 20Mb Hard Disk) with EGA Display
permalink: /devices/pcx86/machine/5170/ega/2048kb/rev3/ permalink: /devices/pcx86/machine/5170/ega/2048kb/rev3/
machines: machines:
- type: pcx86 - id: ibm5170
id: ibm5170 type: pcx86
--- ---
{% include machine.html id="ibm5170" %} {% include machine.html id="ibm5170" %}

View file

@ -3,8 +3,8 @@ layout: page
title: IBM PC AT (Model 5170, 640Kb) with EGA Display title: IBM PC AT (Model 5170, 640Kb) with EGA Display
permalink: /devices/pcx86/machine/5170/ega/640kb/rev1/debugger/ permalink: /devices/pcx86/machine/5170/ega/640kb/rev1/debugger/
machines: machines:
- type: pcx86 - id: ibm5170
id: ibm5170 type: pcx86
debugger: true debugger: true
--- ---

View file

@ -6,8 +6,8 @@ redirect_from:
- /configs/pc/machines/5170/ega/640kb/ - /configs/pc/machines/5170/ega/640kb/
- /configs/pc/machines/5170/ega/640kb/rev1/ - /configs/pc/machines/5170/ega/640kb/rev1/
machines: machines:
- type: pcx86 - id: ibm5170
id: ibm5170 type: pcx86
--- ---
{% include machine.html id="ibm5170" %} {% include machine.html id="ibm5170" %}

View file

@ -3,8 +3,8 @@ layout: page
title: IBM PC AT (Model 5170, 640Kb) with MDA Display title: IBM PC AT (Model 5170, 640Kb) with MDA Display
permalink: /devices/pcx86/machine/5170/mda/640kb/rev3/debugger/ permalink: /devices/pcx86/machine/5170/mda/640kb/rev3/debugger/
machines: machines:
- type: pcx86 - id: ibm5170
id: ibm5170 type: pcx86
debugger: true debugger: true
--- ---

View file

@ -3,8 +3,8 @@ layout: page
title: IBM PC AT (Model 5170, 640Kb) with MDA Display title: IBM PC AT (Model 5170, 640Kb) with MDA Display
permalink: /devices/pcx86/machine/5170/mda/640kb/rev3/ permalink: /devices/pcx86/machine/5170/mda/640kb/rev3/
machines: machines:
- type: pcx86 - id: ibm5170
id: ibm5170 type: pcx86
--- ---
{% include machine.html id="ibm5170" %} {% include machine.html id="ibm5170" %}

View file

@ -3,8 +3,8 @@ layout: page
title: IBM PC AT (Model 5170, 2Mb, 20Mb Drive) with VGA Display and Debugger title: IBM PC AT (Model 5170, 2Mb, 20Mb Drive) with VGA Display and Debugger
permalink: /devices/pcx86/machine/5170/vga/2048kb/debugger/ permalink: /devices/pcx86/machine/5170/vga/2048kb/debugger/
machines: machines:
- type: pcx86 - id: ibm5170
id: ibm5170 type: pcx86
debugger: true debugger: true
--- ---

View file

@ -3,8 +3,8 @@ layout: page
title: IBM PC AT (Model 5170, 2Mb, 20Mb Drive) with VGA Display title: IBM PC AT (Model 5170, 2Mb, 20Mb Drive) with VGA Display
permalink: /devices/pcx86/machine/5170/vga/2048kb/ permalink: /devices/pcx86/machine/5170/vga/2048kb/
machines: machines:
- type: pcx86 - id: ibm5170
id: ibm5170 type: pcx86
--- ---
{% include machine.html id="ibm5170" %} {% include machine.html id="ibm5170" %}

View file

@ -3,8 +3,8 @@ layout: page
title: IBM PC AT (Model 5170, 4Mb, 20Mb Drive) with VGA Display and Debugger title: IBM PC AT (Model 5170, 4Mb, 20Mb Drive) with VGA Display and Debugger
permalink: /devices/pcx86/machine/5170/vga/4096kb/debugger/ permalink: /devices/pcx86/machine/5170/vga/4096kb/debugger/
machines: machines:
- type: pcx86 - id: ibm5170
id: ibm5170 type: pcx86
debugger: true debugger: true
--- ---

View file

@ -3,8 +3,8 @@ layout: page
title: IBM PC AT (Model 5170, 4Mb, 20Mb Drive) with VGA Display title: IBM PC AT (Model 5170, 4Mb, 20Mb Drive) with VGA Display
permalink: /devices/pcx86/machine/5170/vga/4096kb/ permalink: /devices/pcx86/machine/5170/vga/4096kb/
machines: machines:
- type: pcx86 - id: ibm5170
id: ibm5170 type: pcx86
--- ---
{% include machine.html id="ibm5170" %} {% include machine.html id="ibm5170" %}

View file

@ -3,8 +3,8 @@ layout: page
title: AT&amp;T Personal Computer 6300 with Color Display title: AT&amp;T Personal Computer 6300 with Color Display
permalink: /devices/pcx86/machine/att/6300/cga/640kb/debugger/ permalink: /devices/pcx86/machine/att/6300/cga/640kb/debugger/
machines: machines:
- type: pcx86 - id: att6300
id: att6300 type: pcx86
debugger: true debugger: true
--- ---

View file

@ -3,8 +3,8 @@ layout: page
title: AT&amp;T Personal Computer 6300 with Color Display title: AT&amp;T Personal Computer 6300 with Color Display
permalink: /devices/pcx86/machine/att/6300/cga/640kb/ permalink: /devices/pcx86/machine/att/6300/cga/640kb/
machines: machines:
- type: pcx86 - id: att6300
id: att6300 type: pcx86
--- ---
{% include machine.html id="att6300" %} {% include machine.html id="att6300" %}

View file

@ -3,8 +3,8 @@ layout: page
title: Columbia Data Products MPC 1600 with Color Display and Debugger title: Columbia Data Products MPC 1600 with Color Display and Debugger
permalink: /devices/pcx86/machine/cdp/mpc1600/cga/640kb/debugger/ permalink: /devices/pcx86/machine/cdp/mpc1600/cga/640kb/debugger/
machines: machines:
- type: pcx86 - id: mpc1600
id: mpc1600 type: pcx86
debugger: true debugger: true
--- ---

View file

@ -3,8 +3,8 @@ layout: page
title: Columbia Data Products MPC 1600 with Color Display title: Columbia Data Products MPC 1600 with Color Display
permalink: /devices/pcx86/machine/cdp/mpc1600/cga/640kb/ permalink: /devices/pcx86/machine/cdp/mpc1600/cga/640kb/
machines: machines:
- type: pcx86 - id: mpc1600
id: mpc1600 type: pcx86
--- ---
{% include machine.html id="mpc1600" %} {% include machine.html id="mpc1600" %}

View file

@ -3,8 +3,8 @@ layout: page
title: COMPAQ DeskPro 386 (2Mb) with COMPAQ EGA title: COMPAQ DeskPro 386 (2Mb) with COMPAQ EGA
permalink: /devices/pcx86/machine/compaq/deskpro386/ega/2048kb/debugger/ permalink: /devices/pcx86/machine/compaq/deskpro386/ega/2048kb/debugger/
machines: machines:
- type: pcx86 - id: deskpro386
id: deskpro386 type: pcx86
debugger: true debugger: true
--- ---

View file

@ -3,8 +3,8 @@ layout: page
title: COMPAQ DeskPro 386 (2Mb) with COMPAQ EGA title: COMPAQ DeskPro 386 (2Mb) with COMPAQ EGA
permalink: /devices/pcx86/machine/compaq/deskpro386/ega/2048kb/ permalink: /devices/pcx86/machine/compaq/deskpro386/ega/2048kb/
machines: machines:
- type: pcx86 - id: deskpro386
id: deskpro386 type: pcx86
--- ---
{% include machine.html id="deskpro386" %} {% include machine.html id="deskpro386" %}

View file

@ -3,8 +3,8 @@ layout: page
title: COMPAQ DeskPro 386 (4Mb) with COMPAQ EGA title: COMPAQ DeskPro 386 (4Mb) with COMPAQ EGA
permalink: /devices/pcx86/machine/compaq/deskpro386/ega/4096kb/debugger/ permalink: /devices/pcx86/machine/compaq/deskpro386/ega/4096kb/debugger/
machines: machines:
- type: pcx86 - id: deskpro386
id: deskpro386 type: pcx86
debugger: true debugger: true
--- ---

View file

@ -3,8 +3,8 @@ layout: page
title: COMPAQ DeskPro 386 (4Mb) with COMPAQ EGA title: COMPAQ DeskPro 386 (4Mb) with COMPAQ EGA
permalink: /devices/pcx86/machine/compaq/deskpro386/ega/4096kb/ permalink: /devices/pcx86/machine/compaq/deskpro386/ega/4096kb/
machines: machines:
- type: pcx86 - id: deskpro386
id: deskpro386 type: pcx86
--- ---
{% include machine.html id="deskpro386" %} {% include machine.html id="deskpro386" %}

View file

@ -3,8 +3,8 @@ layout: page
title: COMPAQ DeskPro 386 (2Mb) with COMPAQ VGA title: COMPAQ DeskPro 386 (2Mb) with COMPAQ VGA
permalink: /devices/pcx86/machine/compaq/deskpro386/other/2048kb/debugger/backtrack/ permalink: /devices/pcx86/machine/compaq/deskpro386/other/2048kb/debugger/backtrack/
machines: machines:
- type: pcx86 - id: deskpro386
id: deskpro386 type: pcx86
debugger: true debugger: true
uncompiled: true # for now, debugger and uncompiled must be true to enable BACKTRACK support uncompiled: true # for now, debugger and uncompiled must be true to enable BACKTRACK support
--- ---

View file

@ -3,8 +3,8 @@ layout: page
title: COMPAQ DeskPro 386 (2Mb) with COMPAQ VGA title: COMPAQ DeskPro 386 (2Mb) with COMPAQ VGA
permalink: /devices/pcx86/machine/compaq/deskpro386/other/2048kb/debugger/ permalink: /devices/pcx86/machine/compaq/deskpro386/other/2048kb/debugger/
machines: machines:
- type: pcx86 - id: deskpro386
id: deskpro386 type: pcx86
debugger: true debugger: true
--- ---

View file

@ -3,8 +3,8 @@ layout: page
title: COMPAQ DeskPro 386 (2Mb) with IBM VGA title: COMPAQ DeskPro 386 (2Mb) with IBM VGA
permalink: /devices/pcx86/machine/compaq/deskpro386/vga/2048kb/debugger/ permalink: /devices/pcx86/machine/compaq/deskpro386/vga/2048kb/debugger/
machines: machines:
- type: pcx86 - id: deskpro386
id: deskpro386 type: pcx86
debugger: true debugger: true
--- ---

View file

@ -3,8 +3,8 @@ layout: page
title: COMPAQ DeskPro 386 (2Mb) with IBM VGA title: COMPAQ DeskPro 386 (2Mb) with IBM VGA
permalink: /devices/pcx86/machine/compaq/deskpro386/vga/2048kb/ permalink: /devices/pcx86/machine/compaq/deskpro386/vga/2048kb/
machines: machines:
- type: pcx86 - id: deskpro386
id: deskpro386 type: pcx86
--- ---
{% include machine.html id="deskpro386" %} {% include machine.html id="deskpro386" %}

View file

@ -3,8 +3,8 @@ layout: page
title: COMPAQ DeskPro 386 (4Mb) with IBM VGA title: COMPAQ DeskPro 386 (4Mb) with IBM VGA
permalink: /devices/pcx86/machine/compaq/deskpro386/vga/4096kb/debugger/ permalink: /devices/pcx86/machine/compaq/deskpro386/vga/4096kb/debugger/
machines: machines:
- type: pcx86 - id: deskpro386
id: deskpro386 type: pcx86
debugger: true debugger: true
--- ---

View file

@ -3,8 +3,8 @@ layout: page
title: COMPAQ DeskPro 386 (4Mb) with IBM VGA title: COMPAQ DeskPro 386 (4Mb) with IBM VGA
permalink: /devices/pcx86/machine/compaq/deskpro386/vga/4096kb/ permalink: /devices/pcx86/machine/compaq/deskpro386/vga/4096kb/
machines: machines:
- type: pcx86 - id: deskpro386
id: deskpro386 type: pcx86
--- ---
{% include machine.html id="deskpro386" %} {% include machine.html id="deskpro386" %}

View file

@ -3,9 +3,9 @@ layout: page
title: Build Your Own PC title: Build Your Own PC
permalink: /devices/pcx86/machine/custom/ permalink: /devices/pcx86/machine/custom/
machines: machines:
- type: pcx86 - id: custom-pc
type: pcx86
name: Custom PC name: Custom PC
id: custom-pc
uncompiled: true uncompiled: true
autoPower: false autoPower: false
build: build-pc build: build-pc

View file

@ -3,8 +3,8 @@ layout: page
title: Zenith Z-150 with Color Display and Debugger title: Zenith Z-150 with Color Display and Debugger
permalink: /devices/pcx86/machine/zenith/z150/cga/640kb/debugger/ permalink: /devices/pcx86/machine/zenith/z150/cga/640kb/debugger/
machines: machines:
- type: pcx86 - id: z150
id: z150 type: pcx86
debugger: true debugger: true
--- ---

View file

@ -3,8 +3,8 @@ layout: page
title: Zenith Z-150 with Color Display title: Zenith Z-150 with Color Display
permalink: /devices/pcx86/machine/zenith/z150/cga/640kb/ permalink: /devices/pcx86/machine/zenith/z150/cga/640kb/
machines: machines:
- type: pcx86 - id: z150
id: z150 type: pcx86
--- ---
{% include machine.html id="z150" %} {% include machine.html id="z150" %}

View file

@ -3,28 +3,28 @@ layout: page
title: PDP-11/70 "Server Array" title: PDP-11/70 "Server Array"
permalink: /devices/pdp11/machine/1170/array/ permalink: /devices/pdp11/machine/1170/array/
machines: machines:
- type: pdp11 - id: test1170-1
id: test1170a type: pdp11
autoStart: true autoStart: true
config: /devices/pdp11/machine/1170/panel/machine.xml config: /devices/pdp11/machine/1170/panel/machine.xml
- type: pdp11 - id: test1170-2
id: test1170b type: pdp11
autoStart: true autoStart: true
config: /devices/pdp11/machine/1170/panel/machine.xml config: /devices/pdp11/machine/1170/panel/machine.xml
- type: pdp11 - id: test1170-3
id: test1170c type: pdp11
autoStart: true autoStart: true
config: /devices/pdp11/machine/1170/panel/machine.xml config: /devices/pdp11/machine/1170/panel/machine.xml
- type: pdp11 - id: test1170-4
id: test1170d type: pdp11
autoStart: true autoStart: true
config: /devices/pdp11/machine/1170/panel/machine.xml config: /devices/pdp11/machine/1170/panel/machine.xml
--- ---
{% include machine.html id="test1170a" %} {% include machine.html id="test1170-1" %}
{% include machine.html id="test1170b" %} {% include machine.html id="test1170-2" %}
{% include machine.html id="test1170c" %} {% include machine.html id="test1170-3" %}
{% include machine.html id="test1170d" %} {% include machine.html id="test1170-4" %}

View file

@ -3,8 +3,8 @@ layout: page
title: TopView 1.01 title: TopView 1.01
permalink: /disks/pcx86/apps/ibm/topview/1.01/ permalink: /disks/pcx86/apps/ibm/topview/1.01/
machines: machines:
- type: pcx86 - id: ibm5160
id: ibm5160 type: pcx86
config: /devices/pcx86/machine/5160/cga/640kb/machine.xml config: /devices/pcx86/machine/5160/cga/640kb/machine.xml
autoMount: autoMount:
A: A:

View file

@ -3,8 +3,8 @@ layout: page
title: Omniview 386 4.30 title: Omniview 386 4.30
permalink: /disks/pcx86/apps/other/omniview/4.30/ permalink: /disks/pcx86/apps/other/omniview/4.30/
machines: machines:
- type: pcx86 - id: compaq386
id: compaq386 type: pcx86
config: /devices/pcx86/machine/compaq/deskpro386/vga/4096kb/machine.xml config: /devices/pcx86/machine/compaq/deskpro386/vga/4096kb/machine.xml
autoMount: autoMount:
A: A:
@ -14,7 +14,7 @@ machines:
--- ---
Omniview 386 4.30 Omniview 386 4.30
--- -----------------
The COMPAQ DeskPro 386 machine below is recommended for Omniview 386 4.30. The COMPAQ DeskPro 386 machine below is recommended for Omniview 386 4.30.
A [directory listing](#directory-of-omniview-386-430) is also provided. A [directory listing](#directory-of-omniview-386-430) is also provided.

View file

@ -3,8 +3,8 @@ layout: page
title: SuperCalc2 1.00 title: SuperCalc2 1.00
permalink: /disks/pcx86/apps/other/sc2/1.00/ permalink: /disks/pcx86/apps/other/sc2/1.00/
machines: machines:
- type: pcx86 - id: ibm5150-sc2
id: ibm5150-sc2 type: pcx86
config: /devices/pcx86/machine/5150/cga/256kb/machine.xml config: /devices/pcx86/machine/5150/cga/256kb/machine.xml
autoMount: autoMount:
A: A:

View file

@ -3,8 +3,8 @@ layout: page
title: SuperCalc3 1.00 title: SuperCalc3 1.00
permalink: /disks/pcx86/apps/other/sc3/1.00/ permalink: /disks/pcx86/apps/other/sc3/1.00/
machines: machines:
- type: pcx86 - id: ibm5160-sc3
id: ibm5160-sc3 type: pcx86
config: /devices/pcx86/machine/5160/cga/640kb/machine.xml config: /devices/pcx86/machine/5160/cga/640kb/machine.xml
autoMount: autoMount:
A: A:

View file

@ -3,8 +3,8 @@ layout: page
title: "IBM PC (Model 5150) running IBM PC Advanced Diagnostics 1.02" title: "IBM PC (Model 5150) running IBM PC Advanced Diagnostics 1.02"
permalink: /disks/pcx86/diags/ibm/1.02/ permalink: /disks/pcx86/diags/ibm/1.02/
machines: machines:
- type: pcx86 - id: ibm5150
id: ibm5150 type: pcx86
debugger: true debugger: true
config: /devices/pcx86/machine/5150/mda/64kb/debugger/machine.xml config: /devices/pcx86/machine/5150/mda/64kb/debugger/machine.xml
autoMount: autoMount:

View file

@ -3,8 +3,8 @@ layout: page
title: "IBM PC AT (Model 5170) running IBM PC AT Advanced Diagnostics 2.07" title: "IBM PC AT (Model 5170) running IBM PC AT Advanced Diagnostics 2.07"
permalink: /disks/pcx86/diags/ibm/2.07/ permalink: /disks/pcx86/diags/ibm/2.07/
machines: machines:
- type: pcx86 - id: ibm5170
id: ibm5170 type: pcx86
debugger: true debugger: true
config: /devices/pcx86/machine/5170/vga/4096kb/debugger/machine.xml config: /devices/pcx86/machine/5170/vga/4096kb/debugger/machine.xml
autoMount: autoMount:

Some files were not shown because too many files have changed in this diff Show more