libretro / vice-libretro

Versatile Commodore 8-bit Emulator
GNU General Public License v2.0
40 stars 70 forks source link

Version sync 3.5 + backports #375

Closed sonninnos closed 3 years ago

sonninnos commented 3 years ago

Quite a few things have changed in the code, but everything is reworked and should be invisible libretro-wise.

Closes #359

Arch-files and memory stream snapshots relocated away from the VICE source, so that future drop-in updates are much more faster to sort out.

Core sizes somewhat reduced by removing and stubbing more unused stuff.

Also figured out what was wrong with C64DTV having nothing but a black screen: The default palette was "colodore", which does not exist in DTV land, and actually no external palettes are supported at all! I don't think it is worth to be added to buildbot, but it is now usable for them who wants it. It requires 3rd party firmware dtvrom.bin anyway, and the one included in VICE is a dummy file.