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/options.mk | |
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/options.mk')
-rw-r--r-- | emulators/atari800/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/atari800/options.mk b/emulators/atari800/options.mk index 01e35fc4f62..c2838164165 100644 --- a/emulators/atari800/options.mk +++ b/emulators/atari800/options.mk @@ -1,7 +1,7 @@ -# $NetBSD: options.mk,v 1.1 2005/03/22 08:46:26 adam Exp $ +# $NetBSD: options.mk,v 1.2 2005/05/17 15:08:57 adam Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.atari800 -PKG_DEFAULT_OPTIONS= x11 +PKG_DEFAULT_OPTIONS= sdl PKG_SUPPORTED_OPTIONS= sdl x11 .include "../../mk/bsd.options.mk" |