diff options
author | adam <adam@pkgsrc.org> | 2005-05-17 15:08:57 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-05-17 15:08:57 +0000 |
commit | 25327dac556e4fb3f545861628aef268ba1b1bf6 (patch) | |
tree | 2ad66e7073156933c3a7a5ff8893f496a69d122b /emulators/atari800/Makefile | |
parent | 967671dd0b067ee716d0cd330e97fda9467046c8 (diff) | |
download | pkgsrc-25327dac556e4fb3f545861628aef268ba1b1bf6.tar.gz |
Changes 1.3.6:
* different color palette used by default
* PNG screenshots added
* added sector counter and speedometer
* F6 is Atari HELP key on Curses, Falcon and in X11
* added missing combinations of ANTIC modes with GTIA modes
* keyboard joystick works in more games (doesn't pause the game) in SDL
* mouse joystick emulation works in X11
* cassette loading by hardware registers (Ninja and Elektraglide
are examples of games that load correctly now)
* blank boot ATR disk image can be created in the Disk Management menu
* many small fixes and major source code clean up
Diffstat (limited to 'emulators/atari800/Makefile')
-rw-r--r-- | emulators/atari800/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/emulators/atari800/Makefile b/emulators/atari800/Makefile index aeaf79c427a..136532da8e8 100644 --- a/emulators/atari800/Makefile +++ b/emulators/atari800/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.29 2005/04/11 21:45:43 tv Exp $ +# $NetBSD: Makefile,v 1.30 2005/05/17 15:08:57 adam Exp $ -DISTNAME= atari800-1.3.5 +DISTNAME= atari800-1.3.6 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=atari800/} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} xf25.zip @@ -34,7 +34,6 @@ post-install: ${INSTALL_DATA} ${WRKDIR}/*.rom ${WRKDIR}/*.xfd ${WRKDIR}/*.atr \ ${WRKSRC}/atari800.cfg ${PREFIX}/share/atari800/ -.include "../../devel/zlib/buildlink3.mk" - +.include "../../graphics/png/buildlink3.mk" .include "../../mk/ossaudio.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |