Getting ready to roll out v1.18.3

This commit is contained in:
Jeff Parsons 2015-07-09 13:13:18 -07:00
commit 9128fb234e
3 changed files with 6 additions and 6 deletions

2
.gitignore vendored
View file

@ -1,6 +1,6 @@
*.IMG
*.img
*.dsk
*.img
*.heapsnapshot
.DS_Store
.buildpath

View file

@ -4,12 +4,12 @@
"sub": true,
"globalstrict": true,
"globals": {
"Buffer": true,
"console": true,
"global": true,
"module": true,
"process": true,
"require": true,
"Buffer": true,
"setTimeout": true,
"__dirname": false,
"__filename": false

View file

@ -1,9 +1,9 @@
PCjs: The Original IBM PC in Your Browser
---
Welcome to [pcjs.org](http://www.pcjs.org/) and [PCjs](/docs/about/pcjs/), the first IBM PC simulation to run in your
web browser without any plugins. It was added to the [JavaScript Machines](/docs/about/) project in Fall 2012, and is
now part of the [PCjs Project](https://github.com/jeffpar/pcjs) on [GitHub](https://github.com/). The project includes:
Welcome to [PCjs](/docs/about/pcjs/), the first IBM PC simulation to run in your web browser without any plugins.
It was added to the [JavaScript Machines](/docs/about/) project in Fall 2012, and is now part of the
[PCjs Project](https://github.com/jeffpar/pcjs) on [GitHub](https://github.com/). The project includes:
* [PCjs](/docs/about/pcjs/), a simulation of the original IBM PC (circa 1981)
* [C1Pjs](/docs/c1pjs/), a simulation of the OSI Challenger 1P (circa 1978)