rjanicek / vice.js

Versatile Commodore Emulator for JavaScript
152 stars 25 forks source link

Does not load basic programs properly #18

Closed JesperJuul closed 1 year ago

JesperJuul commented 1 year ago

Great work! As far as I can tell, the emulator does not work with BASIC .prg programs. They are loaded, but crash soon. LIST shows a garbled program. The same program will work if packaged in a .d64 file.

I suspect this is because the end of the BASIC program (location 45/46) is not set proberly when loading .prg files.

Thank you

JesperJuul commented 1 year ago

Apologies, wrong post. Great work!