Documentation updates to accommodate the PDP-10 work that's starting now

This commit is contained in:
Jeff Parsons 2017-02-23 15:14:51 -08:00 committed by Jeff Parsons
commit 8320f58d44
20 changed files with 172 additions and 69 deletions

View file

@ -1,20 +1,21 @@
---
layout: page
title: PDP-11 Machine Emulation Module (PDPjs)
title: PDPjs Support for PDP-11 Machines
permalink: /modules/pdp11/
---
PDP-11 Machine Emulation Module (PDPjs)
=======================================
PDPjs Support for PDP-11 Machines
=================================
Overview
---
PDPjs, our [PDP-11 Machine](/devices/pdp11/machine/) emulation module, was added to the PCjs Project in 2016.
This PDPjs module for [PDP-11 Machines](/devices/pdp11/machine/) was added to the PCjs Project in 2016.
It was adapted from the [PDP-11/70 Emulator](http://skn.noip.me/pdp11/pdp11.html) written by Paul Nankervis,
with permission.
PDPjs is currently comprised of the following PDP-11 components, as listed in [package.json](../../package.json)
The module is currently comprised of the following components, as listed in [package.json](../../package.json)
(see the *pdp11Files* property):
* [bus.js](/modules/pdp11/lib/bus.js)

View file

@ -534,7 +534,7 @@ class MemoryPDP11 {
}
/**
* readNone(off)
* readNone(off, addr)
*
* Previously, this always returned 0x00, but the initial memory probe by the COMPAQ DeskPro 386 ROM BIOS
* writes 0x0000 to the first word of every 64Kb block in the nearly 16Mb address space it supports, and