Run ebiten in background

This commit is contained in:
Will Angenent 2018-05-12 19:40:17 +01:00
parent 7ae4159424
commit 23f7dc04b2

View File

@ -55,11 +55,12 @@ func main() {
disableFirmwareWait = flag.Bool("disable-wait", false, "Ignore JSRs to firmware wait at $FCA8")
breakAddressString := flag.String("break", "", "Break on address")
diskImage := flag.String("image", "", "Disk Image")
flag.Parse()
breakAddress = utils.DecodeCmdLineAddress(breakAddressString)
ebiten.SetRunnableInBackground(true)
cpu.InitInstructionDecoder()
mmu.InitRAM()
mmu.InitApple2eROM()