You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately, most browsers won't allow XHR requests from pages over the file:// protocol to request local files, and jemul8 needs to be able to access files for ROMBIOS, VGABIOS and the relevant floppy disk image for booting. It may be possible in future to access files locally using the new HTML5 File APIs, but I have not looked into it (yet.) For now, hosting the emulator with a simple local webserver (Apache, Lighttpd, Node.js+express etc.) is the best option.
Is there any way to run it locally?
The text was updated successfully, but these errors were encountered: