Avoid deprecation warnings regarding image smoothing, by carefully checking for properties in order of least to most deprecatable (what a delightful process)
This commit is contained in:
parent
63f3f67fe8
commit
cf596ee224
10 changed files with 349 additions and 343 deletions
6
index.md
6
index.md
|
|
@ -17,9 +17,9 @@ It was added to the [JavaScript Machines](/docs/about/) project in Fall 2012, an
|
|||
|
||||
The project includes the following web-based emulators:
|
||||
|
||||
* [PCjs](/docs/pcjs/): an IBM PC and PC-compatible emulator
|
||||
* [PC8080](/modules/pc8080/): an 8080-based machine emulator
|
||||
* [C1Pjs](/docs/c1pjs/): a simulation of the 6502-based OSI Challenger 1P
|
||||
* [PCjs](/docs/pcjs/), an IBM PC and PC-compatible emulator
|
||||
* [PC8080](/modules/pc8080/), an 8080-based machine emulator
|
||||
* [C1Pjs](/docs/c1pjs/), a simulation of the 6502-based OSI Challenger 1P
|
||||
|
||||
PCjs first simulated the 4.77Mhz 8088-based IBM PC, and has steadily evolved to support more classic x86 machines,
|
||||
including the IBM PC XT, the 80286-based IBM PC AT, and the 80386-based COMPAQ DeskPro 386. PCjs fully supports
|
||||
|
|
|
|||
Loading…
Reference in a new issue