Documentation updates to accommodate the PDP-10 work that's starting now
This commit is contained in:
parent
c25ad00c41
commit
8320f58d44
20 changed files with 172 additions and 69 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue