a600dcd712
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
27 lines
690 B
Makefile
27 lines
690 B
Makefile
# $NetBSD: Makefile,v 1.25 2009/01/18 20:07:45 adam Exp $
|
|
|
|
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/
|
|
COMMENT= Atari ST emulator
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_TOOLS+= gmake
|
|
GNU_CONFIGURE= yes
|
|
|
|
INSTALLATION_DIRS+= share/doc/hatari
|
|
|
|
post-install:
|
|
cd ${WRKSRC} && ${INSTALL_DATA} *.txt \
|
|
${DESTDIR}${PREFIX}/share/doc/hatari
|
|
cd ${WRKSRC}/doc && ${INSTALL_DATA} *.txt *.html \
|
|
${DESTDIR}${PREFIX}/share/doc/hatari
|
|
|
|
.include "../../devel/SDL/buildlink3.mk"
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|