Added PCx86 support for autoType as a URL parameter

This commit is contained in:
Jeff Parsons 2017-09-25 11:21:37 -07:00 committed by Jeff Parsons
commit 601a6fa4a0
23 changed files with 659 additions and 505 deletions

View file

@ -146,7 +146,7 @@ class ROM extends Component {
Web.getResource(this.sFileURL, null, true, function(sURL, sResponse, nErrorCode) {
rom.doneLoad(sURL, sResponse, nErrorCode);
}, function(nState) {
rom.println(sProgress, Component.TYPE.PROGRESS);
rom.println(sProgress, Component.PRINT.PROGRESS);
});
}
}