|
|
2016-10-23 00:43:20 -07:00 |
| .. |
|
bus.js
|
Fixed fault generation on invalid memory accesses; PDP-11 BASIC now starts up!
|
2016-10-21 17:06:41 -07:00 |
|
computer.js
|
Added more PDP-11 paper tape resources
|
2016-10-23 00:43:20 -07:00 |
|
cpu.js
|
Fixed read/write breakpoints for instructions that snapshot the cycle count, and improved the disassembly of PC-relative operands
|
2016-10-21 13:45:01 -07:00 |
|
cpuops.js
|
Added more PDP-11 paper tape resources
|
2016-10-22 21:57:45 -07:00 |
|
cpustate.js
|
Added more PDP-11 paper tape resources
|
2016-10-22 21:57:45 -07:00 |
|
debugger.js
|
Added more PDP-11 paper tape resources
|
2016-10-23 00:43:20 -07:00 |
|
defines.js
|
Added getTrapStatus() so that the Debugger can display trap information whenever a trap has just occurred, updated FileDump to store 'load' and 'exec' properties in MACRO-11 listing dumps (so that the individual machine files don't have to specify hard-coded 'load' and 'exec' values themselves), and added a new SerialPort parameter (upperCase) that can be used to force all received data to upper-case
|
2016-10-21 21:07:26 -07:00 |
|
device.js
|
Remove all debugger.js files when running uncompiled without the Debugger, and some PDP-11 layout fixes
|
2016-10-22 01:36:45 -07: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
|
Fixed fault generation on invalid memory accesses; PDP-11 BASIC now starts up!
|
2016-10-21 17:06:41 -07:00 |
|
messages.js
|
Re-enabled source maps, at least for the PDP-11 emulators (for now)
|
2016-10-14 09:30:17 -07: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
|
Re-enabled source maps, at least for the PDP-11 emulators (for now)
|
2016-10-14 09:30:17 -07:00 |
|
pc11.js
|
Improved Debugger focus handling, added a new zeroMemory() Bus interface, and updated the RAM component's reset() function to re-zero RAM and then restore any predefined contents
|
2016-10-21 12:15:02 -07:00 |
|
ram.js
|
More README updates, particularly in regard to DEC's Absolute Loader
|
2016-10-22 14:21:33 -07:00 |
|
rk11.js
|
Re-enabled source maps, at least for the PDP-11 emulators (for now)
|
2016-10-14 09:30:17 -07:00 |
|
rom.js
|
Updated PC8080 and PDPjs to support RAM images, eliminating the need for the old "writable ROM" kludge; RAM images can include their own load and exec addresses as part of the JSON file, but the RAM component can provide explicit overrides (if no load address is specified either way, the default load address is the starting RAM address)
|
2016-10-17 11:01:32 -07:00 |
|
serialport.js
|
Added getTrapStatus() so that the Debugger can display trap information whenever a trap has just occurred, updated FileDump to store 'load' and 'exec' properties in MACRO-11 listing dumps (so that the individual machine files don't have to specify hard-coded 'load' and 'exec' values themselves), and added a new SerialPort parameter (upperCase) that can be used to force all received data to upper-case
|
2016-10-21 21:07:26 -07:00 |