diff options
author | adam <adam@pkgsrc.org> | 2009-01-18 20:07:45 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2009-01-18 20:07:45 +0000 |
commit | a600dcd7129072de05358f5d879558552117bc6c (patch) | |
tree | cb1613ef2b63184c44e6f287da30591acc2713b9 /emulators/hatari/Makefile | |
parent | ed4fc9167802ebe8f65ace5aa3becf9175bc160d (diff) | |
download | pkgsrc-a600dcd7129072de05358f5d879558552117bc6c.tar.gz |
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 (limited to 'emulators/hatari/Makefile')
-rw-r--r-- | emulators/hatari/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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/ |