Cleaned up the Front Panel address and data interfaces so that BOOTMON's "LIGHTS" test works as expected now

This commit is contained in:
Jeff 2016-11-09 12:46:03 -08:00 committed by Jeff Parsons
commit 595c40e446
10 changed files with 401 additions and 366 deletions

View file

@ -190,6 +190,7 @@ var PDP11 = {
*/
OPCODE: {
HALT: 0x0000,
WAIT: 0x0001,
INVALID: 0xFFFF // far from the only invalid opcode, just a KNOWN invalid opcode
},
/*