This commit is contained in:
Rupert Hausberger 2016-08-01 20:03:07 +02:00
commit 83e9dbd1e6
3 changed files with 15 additions and 7 deletions

View file

@ -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;