whscullin / apple2js

An Apple II emulator originally written in Javascript, now being converted to TypeScript
http://www.scullinsteel.com/apple2/
MIT License
438 stars 57 forks source link

Make errors in the disk and audio workers not block the emulator #150

Closed iflan closed 2 years ago

iflan commented 2 years ago

Before, if there was an error in the audio worker or in the disk worker, the emulator would not start. This could happen, for example, if the page is loaded directly from disk in Chrome instead of through a server.

Now, even if there is an error, the emulator will start.