New ChipSet parameter ('floppies') used to specify number and capacity of installed floppy drives
This commit is contained in:
parent
c33afed14c
commit
ae6dc3bd12
122 changed files with 923 additions and 853 deletions
|
|
@ -18,7 +18,7 @@ capabilities can be found in the [Documentation](/docs/).
|
|||
|
||||
### Emulating the Challenger 1P
|
||||
|
||||
The first **JSMachines** simulation was [C1Pjs](/docs/c1pjs/), a simulation of the
|
||||
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/c1pjs),
|
||||
|
|
@ -30,24 +30,24 @@ at [osiweb.org](http://osiweb.org/).
|
|||
|
||||
### Emulating the IBM PC
|
||||
|
||||
The next **JSMachines** simulation was [PCjs](/docs/about/pcjs/), which simulates the original IBM PC, IBM PC XT,
|
||||
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 v1.0 was released on [jsmachines.net](http://jsmachines.net/) in late 2012, and the **JSMachines** project,
|
||||
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.
|
||||
|
||||
Read [About PCjs](/docs/about/pcjs/) to learn more about its history, features, and upcoming improvements.
|
||||
|
||||
---
|
||||
|
||||
### Migrating to Node.js
|
||||
### Migrating to Node: The PCjs Project
|
||||
|
||||
The **JSMachines** project was migrated to a [Node.js](http://nodejs.org) web server ([pcjs.org](http://www.pcjs.org/))
|
||||
in 2014.
|
||||
The JavaScript Machines Project was migrated to a [Node.js](http://nodejs.org) web server ([pcjs.org](http://www.pcjs.org/))
|
||||
in 2014, and became the PCjs Project.
|
||||
|
||||
The goals included:
|
||||
|
||||
|
|
@ -81,4 +81,4 @@ See [LICENSE](/LICENSE) for details.
|
|||
More Information
|
||||
---
|
||||
If you have questions or run into any problems, feel free to [tweet](http://twitter.com/jeffpar) or
|
||||
[email](mailto:Jeff@pcjs.org).
|
||||
[email](mailto:Jeff@pcjs.org).
|
||||
|
|
|
|||
|
|
@ -51,8 +51,8 @@ The following features are targeted for version 1.16:
|
|||
More information on software manifests is available [here](/apps/).
|
||||
+ v1.12.1 coincided with the first release of the new PCjs web server running on [Node.js](http://nodejs.org).
|
||||
The new server includes ROM and disk image conversion APIs, as well as a [Markdown](http://daringfireball.net/projects/markdown/syntax)
|
||||
module that supports link extensions for embedding C1Pjs and PCjs machine files in **JSMachines** README.md documents
|
||||
and automatically converts them into web pages.
|
||||
module that supports link extensions for embedding C1Pjs and PCjs machine files in Markdown documents
|
||||
and automatically converts "README.md" files into "index.html" web pages.
|
||||
+ v1.11 improved the *embedPC()* and *embedC1P()* functions, so now you can embed XML machine configuration files
|
||||
that reference other configuration files, such as an external [Keyboard](/docs/pcjs/keyboard/) or
|
||||
[Control Panel](/docs/pcjs/panel/) XML layout. It does this by building the entire XML configuration internally,
|
||||
|
|
|
|||
Loading…
Reference in a new issue