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
30
modules/pdp10/README.md
Normal file
30
modules/pdp10/README.md
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
---
|
||||
layout: page
|
||||
title: PDPjs Support for PDP-10 Machines
|
||||
permalink: /modules/pdp10/
|
||||
---
|
||||
|
||||
PDPjs Support for PDP-10 Machines
|
||||
=================================
|
||||
|
||||
Overview
|
||||
---
|
||||
|
||||
This PDPjs module for [PDP-10 Machines](/devices/pdp10/machine/) was added to the PCjs Project in 2017.
|
||||
|
||||
The module is currently comprised of the following components, as listed in [package.json](../../package.json)
|
||||
(see the *pdp10Files* property):
|
||||
|
||||
* [bus.js](/modules/pdp10/lib/bus.js)
|
||||
* [computer.js](/modules/pdp10/lib/computer.js)
|
||||
* [cpu.js](/modules/pdp10/lib/cpu.js)
|
||||
* [cpustate.js](/modules/pdp10/lib/cpustate.js)
|
||||
* [debugger.js](/modules/pdp10/lib/debugger.js)
|
||||
* [defines.js](/modules/pdp10/lib/defines.js)
|
||||
* [device.js](/modules/pdp10/lib/device.js)
|
||||
* [memory.js](/modules/pdp10/lib/memory.js)
|
||||
* [messages.js](/modules/pdp10/lib/messages.js)
|
||||
* [panel.js](/modules/pdp10/lib/panel.js)
|
||||
* [ram.js](/modules/pdp10/lib/ram.js)
|
||||
* [rom.js](/modules/pdp10/lib/rom.js)
|
||||
* [serial.js](/modules/pdp10/lib/serial.js)
|
||||
Loading…
Reference in a new issue