pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/hatari Changes 1.1.0:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bf92891111fc
branches:  trunk
changeset: 553296:bf92891111fc
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Jan 18 20:07:45 2009 +0000

description:
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

diffstat:

 emulators/hatari/Makefile |  5 +++--
 emulators/hatari/PLIST    |  3 ++-
 emulators/hatari/distinfo |  8 ++++----
 3 files changed, 9 insertions(+), 7 deletions(-)

diffs (40 lines):

diff -r 0f22ee73bec0 -r bf92891111fc emulators/hatari/Makefile
--- a/emulators/hatari/Makefile Sun Jan 18 19:24:51 2009 +0000
+++ b/emulators/hatari/Makefile Sun Jan 18 20:07:45 2009 +0000
@@ -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@localhost
 HOMEPAGE=      http://hatari.sourceforge.net/
diff -r 0f22ee73bec0 -r bf92891111fc emulators/hatari/PLIST
--- a/emulators/hatari/PLIST    Sun Jan 18 19:24:51 2009 +0000
+++ b/emulators/hatari/PLIST    Sun Jan 18 20:07:45 2009 +0000
@@ -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 -r 0f22ee73bec0 -r bf92891111fc emulators/hatari/distinfo
--- a/emulators/hatari/distinfo Sun Jan 18 19:24:51 2009 +0000
+++ b/emulators/hatari/distinfo Sun Jan 18 20:07:45 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index