From ada13bda2fe067b06cb1877450696545398e624c Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Tue, 23 Feb 2016 13:47:33 -0800 Subject: [PATCH] A few more documentation updates --- devices/c1p/machine/8kb/array/README.md | 2 +- docs/about/README.md | 15 ++++++++------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/devices/c1p/machine/8kb/array/README.md b/devices/c1p/machine/8kb/array/README.md index 77f392778..e03e1565b 100644 --- a/devices/c1p/machine/8kb/array/README.md +++ b/devices/c1p/machine/8kb/array/README.md @@ -33,7 +33,7 @@ machines: redirect_from: - /configs/c1p/machines/array/ - /configs/c1p/machines/8kb/array/ - - /devices/other/c1p/array.xml/ + - /devices/c1p/array.xml/ --- Challenger 1P (8Kb) "Server Array" diff --git a/docs/about/README.md b/docs/about/README.md index 5016a2ba3..b3cb23411 100644 --- a/docs/about/README.md +++ b/docs/about/README.md @@ -28,10 +28,10 @@ capabilities can be found in the [Documentation](/docs/). The first JavaScript Machines simulation was [C1Pjs](/docs/c1pjs/), a simulation of the Challenger 1P, which was a 6502-based microcomputer introduced by Ohio Scientific in 1978. -C1Pjs v1.0 was released in July 2012, first on ecpsim.org and cpusim.org, then on [jsmachines.net](http://jsmachines.net/), -and finally [{{ site.pcjs.domain }}]({{ site.url }}/). More information about the first release of C1Pjs was also -[posted](http://osiweb.org/osiforum/viewtopic.php?f=3&t=103) on the [OSI Discussion Forum](http://osiweb.org/osiforum/index.php) -at [osiweb.org](http://osiweb.org/). +C1Pjs v1.0 was released in July 2012, originally on ecpsim.org and cpusim.org, and then +[jsmachines.net](http://jsmachines.net/), which has since become [{{ site.pcjs.domain }}]({{ site.url }}/). +More information about the first release of C1Pjs was also [posted](http://osiweb.org/osiforum/viewtopic.php?f=3&t=103) +on the [OSI Discussion Forum](http://osiweb.org/osiforum/index.php) at [osiweb.org](http://osiweb.org/). --- @@ -40,9 +40,10 @@ at [osiweb.org](http://osiweb.org/). The next JavaScript Machines simulation was [PCjs](/docs/about/pcjs/), which simulates the original IBM PC, IBM PC XT, and IBM PC AT. -[PCjs](/docs/about/pcjs/) emulates the Intel 8088 and 80286 CPUs, as well as IBM Monochrome Display Adapter (MDA), -Color Graphics Adapter (CGA), and Enhanced Graphics Adapter (EGA) video cards, along with assorted motherboard and -expansion bus components. It also includes an optional Debugger and a user-configurable Control Panel. +[PCjs](/docs/about/pcjs/) emulates the Intel 8088, 80186, 80286 and 80386 CPUs, as well as IBM Monochrome Display +Adapter (MDA), Color Graphics Adapter (CGA), Enhanced Graphics Adapter (EGA), and Video Graphics Array (VGA) video +cards, along with assorted motherboard and expansion bus components. It also includes an optional +[Debugger](/docs/pcjs/debugger/) and a user-configurable [Control Panel](/docs/pcjs/panel/). PCjs v1.0 was released on [jsmachines.net](http://jsmachines.net/) in late 2012, and the JavaScript Machines Project, with its second full-featured machine emulation, was launched.