Skip to content

Releases: dirkwhoffmann/virtualc64

v5.1b2

09 Sep 12:57
Compare
Choose a tag to compare
v5.1b2 Pre-release
Pre-release

Bug fixes:

  • The speed stepper icon did not disappear in fullscreen mode in the first beta.

Enhancements:

  • Improved REU accuracy. Passing most VICE REU tests now.
  • RetroShell commands can be passed in as command line arguments (-"Some command").

v5.1b1

01 Sep 06:33
Compare
Choose a tag to compare
v5.1b1 Pre-release
Pre-release

Bug fixes

  • The virtual keyboard did not highlight pressed keys correctly

Enhancements

  • Improved RetroShell
    • Commander and Debugger are two separate consoles now
    • RetroShell can be used via a (telnet) remote connection (why? I don’t know)
  • Implemented timing-accurate REU
  • Snapshots are now run-length encoded for a lower memory footprint
  • Added speed adjust buttons to the status bar
  • Code cleanup (ported latest architectural changes from vAmiga)
  • More stuff that I didn’t write down and forgot about

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.