Picked up published 1.34.1 changes
This commit is contained in:
parent
32ff93ef3e
commit
639eb6e945
2 changed files with 5 additions and 6 deletions
|
|
@ -5,7 +5,7 @@ Welcome to PCjs, home of [PCx86](/docs/pcx86/), the original IBM PC simulation t
|
|||
one of several JavaScript Machines in the [PCjs Project](https://github.com/jeffpar/pcjs), an open-source project that
|
||||
includes:
|
||||
|
||||
* [PCx86](/docs/pcx86/), an x86-based emulator of [IBM PC and PC-compatible](/devices/pcx86/machine/) machines
|
||||
* [PCx86](/docs/pcx86/), an x86-based emulator of [IBM PC and PC-compatible Machines](/devices/pcx86/machine/)
|
||||
* [PC8080](/modules/pc8080/), an 8080 machine emulator (e.g., [Space Invaders](/devices/pc8080/machine/invaders/) and the [VT100 Terminal](/devices/pc8080/machine/vt100/))
|
||||
* [C1Pjs](/docs/c1pjs/), an emulation of the 6502-based [Ohio Scientific Challenger 1P](/devices/c1p/)
|
||||
* [PDPjs](/docs/pdpjs/), a set of emulation modules supporting [PDP-10](/devices/pdp10/machine/) and [PDP-11](/devices/pdp11/machine/) machines
|
||||
|
|
@ -26,7 +26,7 @@ PCx86 has steadily evolved to support more classic x86-based machines, including
|
|||
and the 80386-based COMPAQ DeskPro 386. PCx86 fully supports the original machine ROMs, video cards, etc, and all
|
||||
machines run at their original speeds.
|
||||
|
||||
The goals of the [PCjs Project](/docs/about/) project are to create fast, full-featured simulations of classic
|
||||
The goals of the [PCjs Project](/docs/about/) are to create fast, full-featured simulations of classic
|
||||
computer hardware, help people understand how these early machines worked, make it easy to experiment with different
|
||||
machine configurations, and provide a platform for running and analyzing old computer software.
|
||||
|
||||
|
|
|
|||
|
|
@ -149,10 +149,10 @@
|
|||
"./modules/shared/lib/reportapi.js",
|
||||
"./modules/shared/lib/userapi.js",
|
||||
"./modules/shared/lib/keys.js",
|
||||
"./modules/shared/lib/component.js",
|
||||
"./modules/shared/lib/strlib.js",
|
||||
"./modules/shared/lib/usrlib.js",
|
||||
"./modules/shared/lib/weblib.js",
|
||||
"./modules/shared/lib/component.js",
|
||||
"./modules/pc8080/lib/defines.js",
|
||||
"./modules/pc8080/lib/cpudef.js",
|
||||
"./modules/pc8080/lib/messages.js",
|
||||
|
|
@ -176,16 +176,15 @@
|
|||
],
|
||||
"pdp10Files": [
|
||||
"./modules/shared/lib/defines.js",
|
||||
"./modules/shared/lib/diskapi.js",
|
||||
"./modules/shared/lib/dumpapi.js",
|
||||
"./modules/shared/lib/reportapi.js",
|
||||
"./modules/shared/lib/userapi.js",
|
||||
"./modules/shared/lib/int36.js",
|
||||
"./modules/shared/lib/keys.js",
|
||||
"./modules/shared/lib/component.js",
|
||||
"./modules/shared/lib/strlib.js",
|
||||
"./modules/shared/lib/usrlib.js",
|
||||
"./modules/shared/lib/weblib.js",
|
||||
"./modules/shared/lib/component.js",
|
||||
"./modules/pdp10/lib/defines.js",
|
||||
"./modules/pdp10/lib/messages.js",
|
||||
"./modules/pdp10/lib/panel.js",
|
||||
|
|
@ -211,10 +210,10 @@
|
|||
"./modules/shared/lib/reportapi.js",
|
||||
"./modules/shared/lib/userapi.js",
|
||||
"./modules/shared/lib/keys.js",
|
||||
"./modules/shared/lib/component.js",
|
||||
"./modules/shared/lib/strlib.js",
|
||||
"./modules/shared/lib/usrlib.js",
|
||||
"./modules/shared/lib/weblib.js",
|
||||
"./modules/shared/lib/component.js",
|
||||
"./modules/pdp11/lib/defines.js",
|
||||
"./modules/pdp11/lib/messages.js",
|
||||
"./modules/pdp11/lib/panel.js",
|
||||
|
|
|
|||
Loading…
Reference in a new issue