More PDP11js name changes
This commit is contained in:
parent
850b9a9af9
commit
a3de3a8374
3 changed files with 7 additions and 7 deletions
|
|
@ -7,4 +7,4 @@ permalink: /devices/pdp11/
|
||||||
PDP-11 Device Configurations
|
PDP-11 Device Configurations
|
||||||
----------------------------
|
----------------------------
|
||||||
|
|
||||||
See our list of [PDP-11 Machines](machine/).
|
See the list of [PDP-11 Machines](machine/) supported by [PDP11js](/modules/pdp11/), our PDP-11 emulation module.
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ permalink: /devices/pdp11/machine/
|
||||||
PDP-11 Machine Configurations
|
PDP-11 Machine Configurations
|
||||||
-----------------------------
|
-----------------------------
|
||||||
|
|
||||||
PCjs is adding support the following PDP-11 machines:
|
[PDP11js](/modules/pdp11/), our PDP-11 emulation module, supports the following PDP-11 machines:
|
||||||
|
|
||||||
* [PDP-11/45](/devices/pdp11/machine/1145/)
|
* [PDP-11/45](/devices/pdp11/machine/1145/)
|
||||||
* [PDP-11/70](/devices/pdp11/machine/1170/)
|
* [PDP-11/70](/devices/pdp11/machine/1170/)
|
||||||
|
|
|
||||||
|
|
@ -1,19 +1,19 @@
|
||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: PDP-11 Machine Emulation Module (PDP11)
|
title: PDP-11 Machine Emulation Module (PDP11js)
|
||||||
permalink: /modules/pdp11/
|
permalink: /modules/pdp11/
|
||||||
---
|
---
|
||||||
|
|
||||||
PDP-11 Machine Emulation Module (PDP11)
|
PDP-11 Machine Emulation Module (PDP11js)
|
||||||
=======================================
|
=========================================
|
||||||
|
|
||||||
Overview
|
Overview
|
||||||
---
|
---
|
||||||
PDP11 is our PDP-11 machine emulation module. The code is being adapted from
|
PDP11js is our PDP-11 machine emulation module. The code is being adapted from
|
||||||
the JavaScript [PDP 11/70 Emulator (v1.3)](http://skn.noip.me/pdp11/pdp11.html) written by
|
the JavaScript [PDP 11/70 Emulator (v1.3)](http://skn.noip.me/pdp11/pdp11.html) written by
|
||||||
[Paul Nankervis](mailto:paulnank@hotmail.com).
|
[Paul Nankervis](mailto:paulnank@hotmail.com).
|
||||||
|
|
||||||
PDP11 is currently comprised of the following non-shared components, as listed in
|
PDP11js is currently comprised of the following non-shared components, as listed in
|
||||||
[package.json](../../package.json) (see the *pdp11Files* property):
|
[package.json](../../package.json) (see the *pdp11Files* property):
|
||||||
|
|
||||||
* [defines.js](/modules/pdp11/lib/defines.js)
|
* [defines.js](/modules/pdp11/lib/defines.js)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue