Sgeo / vice32.js

Emscripten port of the Commodore 64 emulator VICE, version 3.2.
GNU General Public License v2.0
19 stars 4 forks source link

Update to Vice 3.4 #3

Open ZaDarkSide opened 4 years ago

ZaDarkSide commented 4 years ago

Any plans to update to VICE 3.4?

Sgeo commented 4 years ago

It hasn't been on my mind, sorry. Although I probably should try eventually, especially if it means being able to use SDL2 (Emscripten's SDL1 support was really lacking at the time I did this, and a bunch of effort went into working around that). Also if it helps getting stereo SIDs working.

geekwisdom commented 4 years ago

Been trying to get this to work to emulate my Vic20 disks (d64 images) on the web. So far I have brought over the emscripten and 3.4 code into my repo, added all of the empscripten fixes for set_main_loop etc.. but I am still missing something, just not sure what.

Any help would be apprecaited!

https://github.com/geekwisdom/vice3.4.js/issues/2