--- 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) * [cpuops.js](/modules/pdp10/lib/cpuops.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)