|
|
2016-11-13 18:31:06 -08:00 |
| .. |
|
bus.js
|
Added more PDP-11 diagnostic tapes
|
2016-11-13 17:44:28 -08:00 |
|
computer.js
|
Cleaned up the PDP-11 updateDisplay(s) code, and removed the update hack inside the WAIT instruction; display updates now occur in sync with the machine's 60Hz clock
|
2016-11-04 13:35:20 -07:00 |
|
cpu.js
|
Fixed ASRB and RORB instructions, added a new dump command ("ds"), and fixed timer function initialization
|
2016-11-10 06:10:54 -08:00 |
|
cpuops.js
|
Fixed bug in writeDstWord() that was updating flags with negative data (and sadly, none of DEC's basic tests caught it)
|
2016-11-13 11:34:59 -08:00 |
|
cpustate.js
|
Updated comments in readSrcWord()
|
2016-11-13 11:50:07 -08:00 |
|
debugger.js
|
Fixed bug in writeDstWord() that was updating flags with negative data (and sadly, none of DEC's basic tests caught it)
|
2016-11-13 11:34:59 -08:00 |
|
defines.js
|
Fixed bug in writeDstWord() that was updating flags with negative data (and sadly, none of DEC's basic tests caught it)
|
2016-11-13 11:34:59 -08:00 |
|
device.js
|
DEC's "TRAP TEST" finally passes (and I learned a lot about PDP-11 opcode idiosyncrasies in the process)
|
2016-11-12 12:54:13 -08:00 |
|
disk.js
|
Lots of work to try to bring the new RL11 component up to snuff
|
2016-10-29 11:32:31 -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
|
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 ASRB and RORB instructions, added a new dump command ("ds"), and fixed timer function initialization
|
2016-11-10 06:10:54 -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
|
Cleaned up the Front Panel address and data interfaces so that BOOTMON's "LIGHTS" test works as expected now
|
2016-11-09 12:46:03 -08:00 |
|
pc11.js
|
DEC's "TRAP TEST" finally passes (and I learned a lot about PDP-11 opcode idiosyncrasies in the process)
|
2016-11-12 12:54:13 -08:00 |
|
ram.js
|
Fixed ASRB and RORB instructions, added a new dump command ("ds"), and fixed timer function initialization
|
2016-11-10 06:10:54 -08:00 |
|
rl11.js
|
DEC's "TRAP TEST" finally passes (and I learned a lot about PDP-11 opcode idiosyncrasies in the process)
|
2016-11-12 12:54:13 -08:00 |
|
rom.js
|
Fixed the fallback logic for IOPAGE ranges where only byte handlers exist (ie, the readROMByte() case)
|
2016-11-06 09:48:12 -08:00 |
|
serialport.js
|
Mask bit 7 on all SerialPort bytes sent to PDPjs internal display buffers
|
2016-11-13 18:31:06 -08:00 |