dirkwhoffmann / virtualc64

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

restoring an NTSC snapshot crashes the app when current VIC2 is PAL #795

Closed mithrendal closed 1 month ago

mithrendal commented 1 month ago

reproduce:

  1. select NTSC VIC2
  2. store an snapshot
  3. select PAL VIC2
  4. restore the NTSC snapshot from 2.
  5. virtualc64.app crashes with crash report...
dirkwhoffmann commented 1 month ago

Confirmed. The VICII function table was not updated correctly. Will be fixed in v5.0b4.

Thanks for reporting!

dirkwhoffmann commented 1 month ago

Fixed in v5.0b4 and beyond...