The great video config reorg

This commit is contained in:
Jeff Parsons 2015-05-18 21:02:37 -07:00 committed by jeffpar
commit 9c10efe469
62 changed files with 327 additions and 80 deletions

View file

@ -308,6 +308,8 @@ ROM.prototype.copyROM = function()
var component = Component.getComponentByID(this.idNotify, this.id);
if (component) {
component.onROMLoad(this.abROM);
} else {
this.notice("Unable to find component: " + this.idNotify);
}
}
/*