4de1ebc400
---------- - Rejoice for finally having 224 lines and them being shown properly in all cases. - IRQ and timing fixes (fixes Chrono Trigger issues, Super Mario World, and others). - Fixed bug with certain commandline parameters permanently overwriting config file settings. - Fixed bug with loading new ZMVs of a different version. - Loading ZMV with ROM mismatch prints a message. - Movie menu now has tabs and only shows proper options when available. - Slight improvement to the Custom Res functionality. - Keep4_3Ratio option now only shows when necessary. - PNG files now use extended height in extended height mode. - Pausing, rewinding, and fast fowarding are disabled during movie dumping. - You can now force a movie dump length shorter or longer than the actual ZMV length. - Fixed Bilinear Filtering on startup. - More...
24 lines
582 B
Makefile
24 lines
582 B
Makefile
# $NetBSD: Makefile,v 1.36 2007/03/24 20:10:08 adam Exp $
|
|
|
|
DISTNAME= zsnes151src
|
|
PKGNAME= zsnes-1.51
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=zsnes/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.zsnes.com/
|
|
COMMENT= Super NES emulator
|
|
|
|
BUILD_DEPENDS+= nasm-[0-9]*:../../devel/nasm
|
|
|
|
ONLY_FOR_PLATFORM= *-*-i386
|
|
|
|
WRKSRC= ${WRKDIR}/zsnes_1_51/src
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= gmake
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../devel/SDL/buildlink3.mk"
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|