dirkwhoffmann / virtualc64

VirtualC64 is a cycle-accurate C64 emulator for macOS
https://dirkwhoffmann.github.io/virtualc64
Other
356 stars 33 forks source link

Duck Tales Easy Flash hangs #470

Closed Alessandro1970 closed 5 years ago

Alessandro1970 commented 5 years ago

Duck Tales Easy Flash hangs.

ViceSC:

schermata 2018-11-19 alle 23 40 49

VirtualC64 alpha 4:

schermata 2018-11-19 alle 23 40 15
Alessandro1970 commented 5 years ago

Problem solved with alpha 5 release:

schermata 2018-11-20 alle 23 09 33
dirkwhoffmann commented 5 years ago

I didn't change anything to make it work. Another hint for uninitialized variables (or some other issue that is able to cause indeterministic behavior).

dirkwhoffmann commented 5 years ago

Likely a duplicate to #465.

Can you check that your version of the CRT file contains a EXROM/GAME combination other than 1/0. If this is true and the CRT works in

http://www.dirkwhoffmann.de/virtualc64/VirtualC64_3.2alpha6.zip,

you can close the issue.

Alessandro1970 commented 5 years ago

It works fine.