|
|
2016-10-25 14:40:33 -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
|
It is now possible to re-attach or re-load the current paper tape; re-attaching means repositioning it at the beginning, and re-loading means loading it into RAM again. Note that whenever you reload a tape, it's HIGHLY recommended that you reset the machine first, too.
|
2016-10-23 13:44:31 -07:00 |
|
cpuops.js
|
Added more PDP-11 paper tape resources
|
2016-10-22 21:57:45 -07:00 |
|
cpustate.js
|
Added some RL11 register definitions
|
2016-10-25 14:40:33 -07:00 |
|
debugger.js
|
It is now possible to re-attach or re-load the current paper tape; re-attaching means repositioning it at the beginning, and re-loading means loading it into RAM again. Note that whenever you reload a tape, it's HIGHLY recommended that you reset the machine first, too.
|
2016-10-23 13:44:31 -07:00 |
|
defines.js
|
Added some RL11 register definitions
|
2016-10-25 14:40:33 -07:00 |
|
device.js
|
Added new RL11 component (work-in-progress)
|
2016-10-24 16:28:48 -07:00 |
|
disk.js
|
Added new RL11 component (work-in-progress)
|
2016-10-24 16:28:48 -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
|
It is now possible to re-attach or re-load the current paper tape; re-attaching means repositioning it at the beginning, and re-loading means loading it into RAM again. Note that whenever you reload a tape, it's HIGHLY recommended that you reset the machine first, too.
|
2016-10-23 13:44:31 -07:00 |
|
ram.js
|
More README updates, particularly in regard to DEC's Absolute Loader
|
2016-10-22 14:21:33 -07:00 |
|
rl11.js
|
Added some RL11 register definitions
|
2016-10-25 14:40:33 -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 |