test
This commit is contained in:
parent
d964c21903
commit
83e9dbd1e6
3 changed files with 15 additions and 7 deletions
|
|
@ -390,6 +390,7 @@ function ScriptedAmigaEmulator() {
|
|||
}
|
||||
|
||||
this.start_program = function() {
|
||||
console.warn("stage 2");
|
||||
this.do_start_program();
|
||||
|
||||
if (typeof SAEV_config.hook.event.started === "function")
|
||||
|
|
@ -447,6 +448,8 @@ function ScriptedAmigaEmulator() {
|
|||
}
|
||||
SAEF_info("sae.start() starting...");
|
||||
|
||||
console.warn("stage 1");
|
||||
|
||||
var err;
|
||||
if ((err = this.config.setup()) != SAEE_None)
|
||||
return err;
|
||||
|
|
|
|||
Loading…
Reference in a new issue