[hatari-devel] EmuTOS 1.2 has been released! |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: emutos-devel@xxxxxxxxxxxxxxxxxxxxx
- Subject: [hatari-devel] EmuTOS 1.2 has been released!
- From: Christian Zietz <czietz@xxxxxxx>
- Date: Sun, 7 Aug 2022 13:58:00 +0200
- Cc: Hatari Development <hatari-devel@xxxxxxxxxxxxxxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gmx.net; s=badeba3b8450; t=1659873481; bh=h5qAUB+bLWyuQuJ49J0q8bkMO54jE5sEttGtesG3sYA=; h=X-UI-Sender-Class:Date:To:From:Cc:Reply-To:Subject; b=L0iN82/yfTEKTopzRGtAsQlld7qYUOdW1Mb+p2XeMJsry5L/DI0Ab1vgrwQ37/Re2 def/iC7YgGGzd+EuEpYmlBZHEHoEbmHxzei1EKAstmreQ8ekLhe40DLofXAIWU2H3V JRWgx54WMQIWx3ZjbJjUrTA1+HBYPrJFF7sONVe0=
Hello,
with great pleasure I can announce the release of EmuTOS 1.2,
aggregating one year of productive work since the last release.
Thank you to everyone who made this release possible -- be it by
contributing code or documentation, reporting and fixing issues,
suggesting features, or any other means!
As always, you can download the release from our SourceForge page:
https://sourceforge.net/projects/emutos/files/emutos/1.2/
Changes since 1.1.1:
Major changes:
- AES: Add support for 3D objects (enabled in 512k ROMs and PRG)
- AES: Add support for new menu_xxx() functions in AES 3.30
- AES: Allow up to 16 windows for versions with AES 3.30 support
- BIOS: Add interrupt-driven I/O for SCC serial ports
- EmuDesk: Resize screen memory in videl modes, just like TOS4
- General: Make FireBee ROMs single-language
- VDI: Fix crash under FreeMiNT with memory protect enabled
Other changes:
- AES: Display better error message if program launch failed
- AES: Improve error checking for wind_xxx() functions
- AES: Better looking separators in menus
- BDOS: Implement undocumented TOS function Srealloc()
- BIOS: Add support for IKBD/MIDI error vectors
- BIOS: Increase timeout for IDE transfers
- EmuDesk: Fix bug in 'Set file mask...'
- EmuDesk: Fix drag'n'drop bug with desktop icons
- EmuDesk: Display the 'busy' mouse cursor for some lengthy actions
- VDI: Allow Falcon video modes to be set in v_opnwk()
- VDI: Implement v_hardcopy()
- VDI: Speed up some VDI calls
- XBIOS: Implement undocumented TOS function VcheckMode()
- Many minor and/or obscure bugs have been fixed
Kind regards
Christian
PS: Pushing to the git repo is allowed again.