Getting ready to roll out v1.18.3
This commit is contained in:
parent
fd0b1a8242
commit
9128fb234e
3 changed files with 6 additions and 6 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,6 +1,6 @@
|
||||||
*.IMG
|
*.IMG
|
||||||
*.img
|
|
||||||
*.dsk
|
*.dsk
|
||||||
|
*.img
|
||||||
*.heapsnapshot
|
*.heapsnapshot
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.buildpath
|
.buildpath
|
||||||
|
|
|
||||||
|
|
@ -4,14 +4,14 @@
|
||||||
"sub": true,
|
"sub": true,
|
||||||
"globalstrict": true,
|
"globalstrict": true,
|
||||||
"globals": {
|
"globals": {
|
||||||
|
"Buffer": true,
|
||||||
"console": true,
|
"console": true,
|
||||||
"global": true,
|
"global": true,
|
||||||
"module": true,
|
"module": true,
|
||||||
"process": true,
|
"process": true,
|
||||||
"require": true,
|
"require": true,
|
||||||
"Buffer": true,
|
|
||||||
"setTimeout": true,
|
"setTimeout": true,
|
||||||
"__dirname": false,
|
"__dirname": false,
|
||||||
"__filename": false
|
"__filename": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,9 @@
|
||||||
PCjs: The Original IBM PC in Your Browser
|
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
|
Welcome to [PCjs](/docs/about/pcjs/), the first IBM PC simulation to run in your web browser without any plugins.
|
||||||
web browser without any plugins. It was added to the [JavaScript Machines](/docs/about/) project in Fall 2012, and is
|
It was added to the [JavaScript Machines](/docs/about/) project in Fall 2012, and is now part of the
|
||||||
now part of the [PCjs Project](https://github.com/jeffpar/pcjs) on [GitHub](https://github.com/). The project includes:
|
[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)
|
* [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)
|
* [C1Pjs](/docs/c1pjs/), a simulation of the OSI Challenger 1P (circa 1978)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue