Skip to content

Releases: dirkwhoffmann/vAmiga

v2.1b3

26 Jun 15:37
Compare
Choose a tag to compare
v2.1b3 Pre-release
Pre-release

Bug fixes:

  • SlowRam mirror emulation was broken (#712)

Enhancements:

  • The video config panel has been redesigned

Compatibility:

  • Improved UART timing (#690)
  • Improved display window emulation (#710)
  • Improved display logic emulation (#649, #713)

v2.1b2

09 Jun 12:37
Compare
Choose a tag to compare
v2.1b2 Pre-release
Pre-release

Enhancements:

  • Added NTSC support (#700)
  • Kickstart 3.2.1 (Hyperion) is a recognised Rom now (#701)

Bug fixes:

  • No more graphics glitches in DPaint IV overscan modes (#656)
  • Null modem cable is no longer broken (#697)
  • No more graphics glitches in Seven seas by Andromeda (#698)
  • ShowConfig utility (Hyperion) does no longer crash with Kickstart 3.2 (#705)
  • Fixed an error in the Hunk parser (#707)

Refactoring:

  • Now the line drawing code is invoked at the beginning of the HBLANK area (#706)

v2.01

20 May 05:56
Compare
Choose a tag to compare
  • Fixed two crashes (DMA debugger, drive export menu) (#695)

v2.1b1

20 May 06:39
Compare
Choose a tag to compare
v2.1b1 Pre-release
Pre-release

Enhancements:

  • Added support for overclocked CPUs (#661)
  • Switching between Roms has been simplified (#682)
  • Added a new compatibility option OPT_PTR_DROPS (#687)
  • Improved support for disks in extended ADF format (#672)

Bug fixes:

  • CIA accesses do no longer require a free bus (#696)
  • Undocumented ECS bits in SPRxCTL are taken care of (#692)

Cleanup:

  • The pos.h counter is incremented at the beginning of an Agnus cycle now (#681)

v2.0

10 May 11:40
Compare
Choose a tag to compare

Beta testing phase has ended.

v2.0b4

18 Apr 09:49
Compare
Choose a tag to compare
v2.0b4 Pre-release
Pre-release

Bug fixes:

  • Fixed a bug which led to wrong geometry predictions for some HDFs (AdventuresOfQuik&Silva.hdf).
  • The write-through image wasn't updated after attaching a new hard drive.

Enhancements:

  • User-settings are now managed by the core emulator and no longer by the GUI.

v2.0b3

10 Apr 09:29
Compare
Choose a tag to compare
v2.0b3 Pre-release
Pre-release

Bug fixes:

  • Fixed a bug that caused the emulator to crash during startup on some machines
  • Drag and drop was broken for drives other than Df0 and Hd0

Enhancements:

  • Hard drive controller is now compatible with Kickstart 1.2
  • Status bar icon reports the initialisation state of the HD controller
  • New app icon

v2.0b2

08 Apr 13:53
Compare
Choose a tag to compare
v2.0b2 Pre-release
Pre-release

Bug fixes:

  • Fixed a graphics bug caused by returning an erroneous value from DENISEID (#676, #675)
  • Several smaller GUI tweaks

Enhancements:

  • Added support for the debug board implemented by @mras0 (#666)
  • Improved HDF geometry prediction (#674)
  • A new write-through mode makes hard drives persistent (#670)
  • Added several new debugging features
    • Catchpoints (stops emulation on CPU exceptions) (#666)
    • Software traps (#666)
    • Copper breakpoints and Copper watchpoints (#668)
    • Rudimentary callstack recording (#671)

v2.0b1

16 Mar 15:33
Compare
Choose a tag to compare
v2.0b1 Pre-release
Pre-release

New features:

  • Added hard drive support.
  • The Sparkle updater is back.
  • Added a new video mode that automatically centers the display window.

Enhancements:

  • Copper accuracy has been improved.
  • vAmiga is a notarised app now.
  • The path to the FFmpeg executable can be customised.

Bugs:

  • The HSYNC area has been shifted to the proper location.

v1.1b9

27 Jan 15:51
Compare
Choose a tag to compare
v1.1b9 Pre-release
Pre-release

This release replaces v1.1b8 which had beed pulled due to critical errors.

Enhancements:

  • The hardware config panel has been split into a separate chipset panel and a memory panel.

Compatibility:

  • The DDF logic has been reworked from scratch based on the Agnus schematics.
  • The HBLANK area has been shortened and moved (#637, #584, #575).

Bugs:

  • The Copper can’t trigger at cycle $E3 any more.
  • Fixed a bug in the LINK command that had been introduced recently.
  • Fixed some Sanitizer warnings.