Zeal8bit / Zeal-WebEmulator

A browser-based emulator for Zeal 8-bit Computer
Apache License 2.0
92 stars 26 forks source link

Emulator freeze when loading a compiled new image #37

Open Candid-Moe opened 2 months ago

Candid-Moe commented 2 months ago

Image: https://github.com/Candid-Moe/Zorth/blob/main/os_with_romdisk.img

Compile a new version of the OS with ROMDISK. The new version loads and runs fine on real hardware:

Screenshot at 2024-09-11 15-58-07

but when loading it into the emulator, the emulator freezes:

Screenshot at 2024-09-11 15-59-25

Pause/Run buttons still works; the Reset button don't.

Zeal8bit commented 2 months ago

@Candid-Moe This may be due to the fact that the emulator is trying to load both a pre-built image AND your image? :thinking:

Have a try reloading the emulator without pulling a pre-built image (make sure the URL doesn't contain /?r=https://zeal8bit.com/roms/some_img.img), then provide your image.

Candid-Moe commented 3 weeks ago

Still frozen. Screenshot at 2024-11-06 14-35-22