Register PC11 I/O handlers

This commit is contained in:
Jeff Parsons 2016-10-15 17:54:45 -07:00 committed by Jeff Parsons
commit d928bef562

View file

@ -90,6 +90,9 @@ PC11.prototype.initBus = function(cmp, bus, cpu, dbg)
this.bus = bus;
this.cpu = cpu;
this.dbg = dbg;
bus.addIOTable(this, PC11.UNIBUS_IOTABLE);
this.setReady();
};