Skip to content

Releases: dirkwhoffmann/virtualc64

v5.0.1

24 Jul 11:01
Compare
Choose a tag to compare

Changes:

  • SID: Sampling mode RESAMPLING was broken in 5.0.
  • The SID inspector did not report audio buffer underflows / overflows correctly.

v5.0

21 Jul 16:02
Compare
Choose a tag to compare

Changes to the latest beta release:

  • Compiled on release mode
  • Some minor bug fixes

v5.0b7

28 Jun 08:36
Compare
Choose a tag to compare
v5.0b7 Pre-release
Pre-release

Changes:

  • Fixed crash on shutdown that happened when run-ahead was active (#798)
  • Restoring a snapshot via the open menu no longer resets the emulator.

v5.0b6

24 Jun 13:14
Compare
Choose a tag to compare
v5.0b6 Pre-release
Pre-release

Changes:

  • Fixed a crash related to saving user defaults (#799).
  • Disks are no longer ejected after a reset.
  • Fixed some issues related to WebAssembly compatibility.
  • Minor API changes to ease WebAssembly integration.

v5.0b5

15 Jun 06:22
Compare
Choose a tag to compare
v5.0b5 Pre-release
Pre-release

Changes:

  • Fixed USB device crash (#796, #797)
  • Reworked the shutdown procedure (#798)

v5.0b4

14 Jun 14:00
Compare
Choose a tag to compare
v5.0b4 Pre-release
Pre-release

Changes:

  • Compiled with debug symbols included
  • Some more code cleanup

v5.0b3

09 Jun 13:32
Compare
Choose a tag to compare
v5.0b3 Pre-release
Pre-release

Changes:

  • Fixed a bug that caused audio to stutter (#794).
  • (Hopefully) fixed a random crash I experienced on my machine on shutdown.
  • Some more internal code cleanup.

v5.0b2

08 Jun 11:47
Compare
Choose a tag to compare
v5.0b2 Pre-release
Pre-release

This is the second beta of VirtualC64 5.0. In addition to fixing several bugs that sneaked into v5.0b1, the inspector panel now features a memory heatmap. Moreover, the public API has been cleaned up further.

v5.0b1

30 May 09:51
Compare
Choose a tag to compare
v5.0b1 Pre-release
Pre-release

First beta of VirtualC64 5.0.

The main innovation in this release is run-ahead support. In addition, the internal code base has been completely overhauled, and many other minor changes were made.

v4.7

27 Jan 15:34
Compare
Choose a tag to compare

Changes to v4.7b1

  • Improved thread management (#780)