github dirkwhoffmann/virtualc64 v6.0b2

pre-release8 hours ago

Refactoring

This beta release introduces substantial changes to the underlying code base. As part of the development of the RetroVault app, a new RetroVault library has been created. This library is now responsible for managing:

  • File systems
  • Devices
  • All supported image formats

RetroVault is designed as a standalone library and is also used in the latest version of vAmiga for the same purpose.

In addition, the new utlib library has been introduced. All utility functions previously embedded in vAmiga and VirtualC64 have been refactored into this more powerful shared library. This makes it easier for me to share common functionality among the different emulators.

Enhancements

  • The disassembler now supports symbol files (#837)

Bug Fixes

  • Fixed a crash in the file system importer when importing excessively large folders (#841)
  • Fixed a bug in the VIC inspector that prevented selecting individual sprites in Tahoe (#840)

Don't miss a new virtualc64 release

NewReleases is sending notifications on new releases.