naTmeg / ScriptedAmigaEmulator

Amiga Emulator in javascript and HTML5
331 stars 63 forks source link

Error when booting with A1000 configuration #29

Closed dirkwhoffmann closed 5 years ago

dirkwhoffmann commented 5 years ago

Hi Rupert,

when emulating an A1000 with a Bootstrap Rom installed, memory.js throws an error in line 2235:

if (mem_hardreset > 1 || (a1000_bootrom !== null && hardreset && SAER.cpu.is_hardreset())
Screenshot 2019-06-22 at 15 07 42
naTmeg commented 5 years ago

Fixed. Thanks for the info!