From a600dcd7129072de05358f5d879558552117bc6c Mon Sep 17 00:00:00 2001 From: adam Date: Sun, 18 Jan 2009 20:07:45 +0000 Subject: Changes 1.1.0: Emulation: * Falcon DSP emulation good enough to improve some few games/demos, e.g. Virtual City. (most still work better with emulation disabled, though) * New sound engine that fixes all problems with the old one * 16-bit stereo sound (instead of 8-bit mono) * Improved blitter emulation (blitter cycles emulation, blitter interrupt) * Improved STE support for some video registers (hscroll, linewidth, ...) * Improved printer emulation * Improved STE microwire emulation * Improved support for games & demos which are accessing IKBD directly (including a fake 6301 emulation for the known IKBD programs) * ACSI emulation fix to get HDDriver working * Some other minor bugfixes to ST/STe emulation (FDC, MFP, PSG, RS-232) * Improved MFP emulation * Improved 68k emulation (move.b Ax,(Ay) and extb.l) * Fixed bugs in the GEMDOS HD emulation (Pexec() etc.) Emulator: * Statusbar and overlay led features * Screenshots work also in VDI/TT/Falcon mode and are saved as PNGs * Support for automatic frameskip and pausing emulation --- emulators/hatari/Makefile | 5 +++-- emulators/hatari/PLIST | 3 ++- emulators/hatari/distinfo | 8 ++++---- 3 files changed, 9 insertions(+), 7 deletions(-) (limited to 'emulators/hatari') diff --git a/emulators/hatari/Makefile b/emulators/hatari/Makefile index c7aae84d4e9..08081940fe0 100644 --- a/emulators/hatari/Makefile +++ b/emulators/hatari/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.24 2008/08/01 10:04:09 hauke Exp $ +# $NetBSD: Makefile,v 1.25 2009/01/18 20:07:45 adam Exp $ -DISTNAME= hatari-1.0.1 +DISTNAME= hatari-1.1.0 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hatari/} +EXTRACT_SUFX= .tar.bz2 MAINTAINER= cjep@NetBSD.org HOMEPAGE= http://hatari.sourceforge.net/ diff --git a/emulators/hatari/PLIST b/emulators/hatari/PLIST index f0117ce1ed1..c5861da8910 100644 --- a/emulators/hatari/PLIST +++ b/emulators/hatari/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.8 2008/08/01 10:04:09 hauke Exp $ +@comment $NetBSD: PLIST,v 1.9 2009/01/18 20:07:45 adam Exp $ bin/hatari +bin/hmsa man/man1/hatari.1 share/doc/hatari/alsa-midi.txt share/doc/hatari/authors.txt diff --git a/emulators/hatari/distinfo b/emulators/hatari/distinfo index 9c592390d6f..257dc292533 100644 --- a/emulators/hatari/distinfo +++ b/emulators/hatari/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2008/08/01 10:04:09 hauke Exp $ +$NetBSD: distinfo,v 1.11 2009/01/18 20:07:45 adam Exp $ -SHA1 (hatari-1.0.1.tar.gz) = a5b55d42d169f166277fb6db267628472bb7fd21 -RMD160 (hatari-1.0.1.tar.gz) = 04ef3fb627bcdbacdb1f05a7e04ec66933170eda -Size (hatari-1.0.1.tar.gz) = 879983 bytes +SHA1 (hatari-1.1.0.tar.bz2) = 7d1d8ee22cdd56cb9bb67b78fdbfb06980861aae +RMD160 (hatari-1.1.0.tar.bz2) = a1d96891bbfba8e55b37e57feee9f2a91773e4f3 +Size (hatari-1.1.0.tar.bz2) = 840629 bytes SHA1 (patch-aa) = 1ebe2f92ee176cf5d5b1e4a7c5e2143b1d766ea8 -- cgit v1.2.3