Skip to content

Releases: dirkwhoffmann/vAmiga

v2.3b1

24 Dec 11:39
Compare
Choose a tag to compare
v2.3b1 Pre-release
Pre-release

Bug fixes:

  • When drive mechanics were emulated, invalid SYNC words sometimes showed up (Batman rises, #766).
  • Snapshots containing more than 512 KB Slow Ram were reported as being corrupted (#770).
  • Memory footprint is back to normal (#735).
  • Fixes an activity monitor drawing bug in CRT mode.

Enhancements:

  • Extended ADFs with misaligned sync words can be read (#769).
  • Warp mode can be switched on or off via keyboard shortcuts (#756).
  • RetroShell offers a special debug mode, now (#755).

v2.2

07 Dec 10:34
Compare
Choose a tag to compare

This is the official v2.2 release. Changes to the latest beta:

  • Fixed a bug that caused the emulator to crash when a Copper list was viewed in RetroShell.
  • Fixed some minor GUI issues.
  • Cleaned up some code.

v2.2b1

17 Nov 13:45
Compare
Choose a tag to compare
v2.2b1 Pre-release
Pre-release

Enhancements:

  • Added cycle-accurate 68010 emulation (#728, #742)
  • Added experimental 68020 emulation (#728)
  • Added VSYNC support (#731)
  • The Cmd keys can be mapped to the Amiga keys without extra permissions (#749)
  • Added support for mice with a third button (#747)
  • The configurator panel can be opened as a window (#736)
  • Added an automatic resizing option to the Window menu (#729)
  • A broader range of hard-drive geometries is accepted now (#734)

Bug fixes:

  • Fixed a bug related to sprite that were drawn outside the DIW (#743)
  • Fixed a timing issue related to the SPRxPOS register (#750)

v2.1

13 Aug 07:13
Compare
Choose a tag to compare

Beta phase has ended.

v2.1b5

27 Jul 10:55
Compare
Choose a tag to compare
v2.1b5 Pre-release
Pre-release

Bug fixes:

  • Added support for ECS register DIWHIGH (#723)
  • Option "Disconnect keys from keyboard" was broken (#722)
  • Fixed a dot mask setting issue (#719)
  • The built-in trackpad is no longer recognized as an external USB device (#717)
  • Added more FFmpeg default search paths (#716)
  • Fixed some resizing issues in the inspector window

v2.1b4

07 Jul 14:26
Compare
Choose a tag to compare
v2.1b4 Pre-release
Pre-release

Enhancements:

  • Added support for ECS Denise (SuperHires modes)

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)