Register PC11 I/O handlers
This commit is contained in:
parent
6bec38acb4
commit
d928bef562
1 changed files with 3 additions and 0 deletions
|
|
@ -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();
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue