pcjs/modules/pdp11/lib
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2016-12-02 17:31:32 -08:00
..
bus.js Eliminated the NO_FLAGS hack, which was doubly-annoying because its sole purpose was to prevent writes to ONE address -- the PSW -- from modifying any flags; the proper solution is to simply ensure that all flag updates occur before the destination is written 2016-12-01 21:12:18 -08:00
computer.js Limit CPU display updates to a reasonable number (ie, twice per second) 2016-11-14 20:10:18 -08:00
cpu.js Added some RK11 improvements, and a new Debugger command ("da") to dump information about a virtual address 2016-12-02 16:06:23 -08:00
cpuops.js Eliminated the NO_FLAGS hack, which was doubly-annoying because its sole purpose was to prevent writes to ONE address -- the PSW -- from modifying any flags; the proper solution is to simply ensure that all flag updates occur before the destination is written 2016-12-01 21:12:18 -08:00
cpustate.js Added some RK11 improvements, and a new Debugger command ("da") to dump information about a virtual address 2016-12-02 16:06:23 -08:00
debugger.js Added some RK11 improvements, and a new Debugger command ("da") to dump information about a virtual address 2016-12-02 16:06:23 -08:00
defines.js Added some RK11 improvements, and a new Debugger command ("da") to dump information about a virtual address 2016-12-02 16:06:23 -08:00
device.js Added UNIBUS Map registers to the MMU dump ("d mmu") command (only if enabled) 2016-12-02 17:31:32 -08:00
disk.js RSTS/E boots now 2016-11-30 12:32:32 -08:00
keyboard.js Fixed the components.xsl for PDPjs machines, and added more instructions, resource links, etc, for the PDP-11 demo machines 2016-10-20 15:16:22 -07:00
memory.js Memory can now be explicitly "zeroed" with any byte pattern (but the default is still zero); note that memory blocks are still always zero-initialized when first created 2016-11-03 15:50:19 -07:00
messages.js Fixed DL11 for RT-11, and added more message capabilities 2016-11-22 16:54:45 -08:00
nodebugger.js Re-enabled source maps, at least for the PDP-11 emulators (for now) 2016-10-14 09:30:17 -07:00
panel.js Lots of memory interface cleanup; still can't boot RSTS/E though.... 2016-11-29 14:48:26 -08:00
pc11.js Handle double-RED abort conditions by stopping the CPU and reporting a PANIC 2016-12-01 20:07:33 -08:00
ram.js Added a few PDP-11/45 configurations 2016-12-01 07:38:27 -08:00
rk11.js Added some RK11 improvements, and a new Debugger command ("da") to dump information about a virtual address 2016-12-02 16:06:23 -08:00
rl11.js Refactored RL11 register names (weird that it affected the compiled version, but that's the Closure Compiler for you...) 2016-11-30 12:50:16 -08:00
rom.js Simplified the I/O registration function, added support for Panel debugger messages, and added some new Panel behavior on the RESET instruction 2016-11-15 10:05:25 -08:00
serialport.js Fixed a few more SerialPort connection problems 2016-12-01 16:03:09 -08:00