summaryrefslogtreecommitdiff
path: root/emulators/hatari/Makefile
diff options
context:
space:
mode:
authorfcambus <fcambus@pkgsrc.org>2020-12-31 19:44:09 +0000
committerfcambus <fcambus@pkgsrc.org>2020-12-31 19:44:09 +0000
commit6ef0d71917ab4c364f4a7b3cd32ea81248ec231d (patch)
treeef08f7785433323ee4c78ed132c15f78ee581a67 /emulators/hatari/Makefile
parent882ad28a02bef78983dcb24269d813d01cdc8438 (diff)
downloadpkgsrc-6ef0d71917ab4c364f4a7b3cd32ea81248ec231d.tar.gz
hatari: update to 2.3.1.
Version 2.3.1 (2020-12-27) -------------------------- Following features are deprecated and will be removed in a future release: - Support for the SDL 1.2 library (i.e. SDL 2.x should be used instead) - SDL 2.x "bUseSdlRenderer" config and "GPU scaling" GUI options (after HW support for SDL2 is available widely enough) - The old UAE CPU core (i.e. the new WinUAE CPU core should be used instead) - Python v2 support in Python scripts (Python 2 was end of life in 2020) - The "external" disassembler (i.e. use "--disasm uae" instead) - Hatari XBios(255) API enabled with the "--bios-intercept" option (i.e. use "--natfeats" & "--cmd-fifo" options and "hconsole" instead) - The old ~/.hatari configuration file location (use ~/.config/hatari instead) Emulation: - CPU: - Fix: unneeded extra prefetch for movem in 68020/30 cpu (regression in v2.3) - DSP: - Fix: master clock use for crossbar/DSP Handshake mode (partial regression in v1.6) - Fix: hostport PORTB interrupt handling Emulator: - ACSI/IDE/SCSI handling: - Fix: IDE crash when switching to Falcon mode at run-time (regression in v2.3) - Fix: No error dialog on IDE image mount errors - Fix: Duplicate disk image mount failure handling - TOS support: - Fix: TOS 2.07 (Sparrow TOS) support (regression in v2.3) - Hatari window handling: - Fix: Hatari window disappearing from Python UI when Hatari changes its framebuffer size (SDL2 specific) - macOS GUI: - Fix: FPU setting doesn't work when GUI runs in French Python UI: - Several fixes (see its own release-notes.txt) - Requires now Gtk v3.22 or newer Tools: - Fix: assert in hatari_profile (profile post-processor) with relative symbols Documentation: - Add PortMidi info to devices dialog section in manual - Updated compatibility documentation Fixed Falcon programs: - Music missing in H2O game, in Running game main screen, Stocasto demo and Epidemic music disk (crossbar/DSP handshake mode) - Lockup demo freezing at startup (DSP hostport PORTB interrupt handling) - Several demos (Cruor 96k, Hmmm..., Keff, Payback 2015) and games (Beats of Rage, Capy, Confusion preview 2, Men at War preview, Moonspeeder preview 2, Neurobot, Pacmania X68000, Slippery Sam and Sokoban by Fun) not starting with TOS4 or EmuTOS unless MMU was enabled (unneeded extra prefetch in movem) - Built-in Obsolescence demo, Delmpaint app and Sidetracked GFA musicdisk had other issues also with MMU under TOS4 or EmuTOS (unneeded extra prefetch in movem)
Diffstat (limited to 'emulators/hatari/Makefile')
-rw-r--r--emulators/hatari/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/hatari/Makefile b/emulators/hatari/Makefile
index 90b223e67dd..f0303b55ba2 100644
--- a/emulators/hatari/Makefile
+++ b/emulators/hatari/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.59 2020/12/10 17:45:32 fcambus Exp $
+# $NetBSD: Makefile,v 1.60 2020/12/31 19:44:09 fcambus Exp $
-DISTNAME= hatari-2.3.0
+DISTNAME= hatari-2.3.1
CATEGORIES= emulators
-MASTER_SITES= http://download.tuxfamily.org/hatari/${PKGVERSION_NOREV}/
+MASTER_SITES= https://download.tuxfamily.org/hatari/${PKGVERSION_NOREV}/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org