diff options
author | adam <adam@pkgsrc.org> | 2006-04-09 08:31:13 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2006-04-09 08:31:13 +0000 |
commit | e5a6c0a8ac0f7ec59c0b227f17f4f15afa936128 (patch) | |
tree | 56bde1b7edb84dd27438bea23e3f9b3f352c5fe1 /emulators/atari800/Makefile | |
parent | d2c91cda135a9d3bac94a06617756510395473a0 (diff) | |
download | pkgsrc-e5a6c0a8ac0f7ec59c0b227f17f4f15afa936128.tar.gz |
Changes 2.0.2:
* Blargg's NTSC composite video emulator, based on NewRisingSun's Algorithm.
* small fixes in ANTIC/GTIA emulation
* fixed DCM image handling (broken in 2.0.0)
* added emulation of Atari XL/XE with 192 KB RAM
* integrated SEGA Dreamcast port
* Atari Inverse key mapped also to "`" (backquote) in SDL port
* some minor improvements
* much more DOC/TODO
Diffstat (limited to 'emulators/atari800/Makefile')
-rw-r--r-- | emulators/atari800/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/emulators/atari800/Makefile b/emulators/atari800/Makefile index 7b4a6d7addd..846dfcfd1e7 100644 --- a/emulators/atari800/Makefile +++ b/emulators/atari800/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.36 2006/03/09 21:04:42 jlam Exp $ +# $NetBSD: Makefile,v 1.37 2006/04/09 08:31:13 adam Exp $ -DISTNAME= atari800-2.0.1 -PKGREVISION= 1 +DISTNAME= atari800-2.0.2 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=atari800/} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} xf25.zip |