pcjs/modules/pdp11/lib
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2017-08-27 11:25:02 -07:00
..
bus.js Fixed old, longstanding, and surprisingly bad bug in cleanMemory() for all machine implementations 2017-07-12 21:02:30 -07:00
computer.js Cleaned up how components print messages and how the Computer component overrides their notice/print/println methods (in preparation for new Computer overrides) 2017-06-28 10:53:44 -07:00
cpu.js Laid the groundwork for bring PCx86 up-to-date with timer functionality matching PC8080 and PDPjs (new timer services added) 2017-08-01 14:26:52 -07:00
cpuops.js Code cleanup 2017-03-09 17:49:54 -08:00
cpustate.js Added some more disk configurations 2017-08-27 11:25:02 -07:00
debugger.js Smoothed out PCx86 dynamic CPU speed recalculation by no longer truncating the current cycle multiplier 2017-08-08 19:25:08 -07:00
defines.js Created PDP-10 skeleton 2017-02-19 15:22:58 -08:00
device.js Changed toStrBase() to accept a number of bits rather than a number of bytes, because bytes aren't always 8 bits (see PDP-10) 2017-02-24 10:58:56 -08:00
disk.js Added some more disk configurations 2017-08-27 11:25:02 -07:00
drive.js Added more scripting support to PCx86 (eg, for loading disks, typing keys, and waiting for both to finish) 2017-07-25 10:30:29 -07:00
keyboard.js Created PDP-10 skeleton 2017-02-19 15:22:58 -08:00
memory.js Documentation updates to accommodate the PDP-10 work that's starting now 2017-02-23 15:14:51 -08:00
messages.js Smoothed out PCx86 dynamic CPU speed recalculation by no longer truncating the current cycle multiplier 2017-08-08 19:25:08 -07:00
nodebugger.js Fixed the autoStart state of the PDP-11 test machine used for resume testing 2017-01-25 20:59:27 -08:00
panel.js Setting the stage for a resource status update mechanism 2017-06-27 16:01:00 -07:00
pc11.js Fixed paper tape error handling; RT-11 can now copy files from PC: 2017-02-04 10:36:29 -08:00
ram.js Added support for PDP-10 RAM images 2017-02-26 20:37:16 -08:00
rk11.js Support for RX11 diskette drives has been added, but is still untested 2017-02-02 15:14:13 -08:00
rl11.js Support for RX11 diskette drives has been added, but is still untested 2017-02-02 15:14:13 -08:00
rom.js Created PDP-10 skeleton 2017-02-19 15:22:58 -08:00
rx11.js Changed the RESET button to *not* autoStart a machine when a Debugger is present, so that the Debugger can "cleanly" load bootstrap sequences and boot without side-effects (eg, unexpected interrupts) 2017-02-04 12:22:50 -08:00
serial.js Scriptable machine improvements (including support for sleep) 2017-02-06 12:03:20 -08:00