diff options
author | adam <adam@pkgsrc.org> | 2004-09-24 13:42:18 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-09-24 13:42:18 +0000 |
commit | 9fc8d207b0cdcdad64bd9bce95e707df5438f393 (patch) | |
tree | 32a6b02a2e19409153cc20c31c0bb92fa143e2b8 /emulators/atari800/Makefile | |
parent | e4a84d1b8e21500f17263ec016d15cad614e19f1 (diff) | |
download | pkgsrc-9fc8d207b0cdcdad64bd9bce95e707df5438f393.tar.gz |
Changes 1.3.3:
* ANTIC mode 2 + GTIA mode 10 - half pixel shift fix
* Amiga port updated
* OS/2 port updated
* DOSVGA port updated - joystick definition read again
* X11 port has improved keyboard support (Ctrl+Pause, left Ctrl for joy button)
* SDL port updated: joysticks emulated on keyboard can be freely edited
now with SDL_JOY_0_<direction> and SDL_TRIG_0 (same for JOY_1/TRIG_1)
config file parameters that expect values from SDL keySyms.
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 327bde09e28..b4479b3d94f 100644 --- a/emulators/atari800/Makefile +++ b/emulators/atari800/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.25 2004/04/19 00:11:17 wiz Exp $ -# +# $NetBSD: Makefile,v 1.26 2004/09/24 13:42:18 adam Exp $ -DISTNAME= atari800-1.3.2 +DISTNAME= atari800-1.3.3 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=atari800/} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} xf25.zip -MAINTAINER= tech-pkg@NetBSD.org +MAINTAINER= adam@NetBSD.org HOMEPAGE= http://atari800.sourceforge.net/ COMMENT= Atari 800, 800XL, 130XE and 5200 emulator |