|
|
2016-11-29 17:10:37 -08:00 |
| .. |
|
bus.js
|
Lots of memory interface cleanup; still can't boot RSTS/E though....
|
2016-11-29 14:48:26 -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
|
Cleaned up IRQ handling, added support for DL11 overrun errors, and fixed buffered message output (although a better solution is needed longer term)
|
2016-11-26 11:38:03 -08:00 |
|
cpuops.js
|
Lots of memory interface cleanup; still can't boot RSTS/E though....
|
2016-11-29 14:48:26 -08:00 |
|
cpustate.js
|
Fixed RL11 disk memory access (addresses are always mapped, apparently)
|
2016-11-29 17:10:37 -08:00 |
|
debugger.js
|
Fixed RL11 disk memory access (addresses are always mapped, apparently)
|
2016-11-29 17:10:37 -08:00 |
|
defines.js
|
All but one attempted diagnostic test (EKBBF0 TEST 63) passes now
|
2016-11-26 13:25:15 -08:00 |
|
device.js
|
Lots of memory interface cleanup; still can't boot RSTS/E though....
|
2016-11-29 14:48:26 -08:00 |
|
disk.js
|
First stab at RK11 support
|
2016-11-21 18:10:20 -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
|
Cleaned up IRQ handling, added support for DL11 overrun errors, and fixed buffered message output (although a better solution is needed longer term)
|
2016-11-26 11:38:03 -08:00 |
|
ram.js
|
Lots of memory interface cleanup; still can't boot RSTS/E though....
|
2016-11-29 14:48:26 -08:00 |
|
rk11.js
|
Fixed RL11 disk memory access (addresses are always mapped, apparently)
|
2016-11-29 17:10:37 -08:00 |
|
rl11.js
|
Fixed RL11 disk memory access (addresses are always mapped, apparently)
|
2016-11-29 17:10:37 -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
|
Updated the PDP-11 SerialPort to support ALT-ENTER for LINE-FEED and ALT-DELETE for BACKSPACE, to stay in step with VT100 shortcuts
|
2016-11-27 13:48:23 -08:00 |