head 1.4; access; symbols pkgsrc-2026Q1:1.4.0.18 pkgsrc-2026Q1-base:1.4 pkgsrc-2025Q4:1.4.0.16 pkgsrc-2025Q4-base:1.4 pkgsrc-2025Q3:1.4.0.14 pkgsrc-2025Q3-base:1.4 pkgsrc-2025Q2:1.4.0.12 pkgsrc-2025Q2-base:1.4 pkgsrc-2025Q1:1.4.0.10 pkgsrc-2025Q1-base:1.4 pkgsrc-2024Q4:1.4.0.8 pkgsrc-2024Q4-base:1.4 pkgsrc-2024Q3:1.4.0.6 pkgsrc-2024Q3-base:1.4 pkgsrc-2024Q2:1.4.0.4 pkgsrc-2024Q2-base:1.4 pkgsrc-2024Q1:1.4.0.2 pkgsrc-2024Q1-base:1.4 pkgsrc-2023Q4:1.3.0.32 pkgsrc-2023Q4-base:1.3 pkgsrc-2023Q3:1.3.0.30 pkgsrc-2023Q3-base:1.3 pkgsrc-2023Q2:1.3.0.28 pkgsrc-2023Q2-base:1.3 pkgsrc-2023Q1:1.3.0.26 pkgsrc-2023Q1-base:1.3 pkgsrc-2022Q4:1.3.0.24 pkgsrc-2022Q4-base:1.3 pkgsrc-2022Q3:1.3.0.22 pkgsrc-2022Q3-base:1.3 pkgsrc-2022Q2:1.3.0.20 pkgsrc-2022Q2-base:1.3 pkgsrc-2022Q1:1.3.0.18 pkgsrc-2022Q1-base:1.3 pkgsrc-2021Q4:1.3.0.16 pkgsrc-2021Q4-base:1.3 pkgsrc-2021Q3:1.3.0.14 pkgsrc-2021Q3-base:1.3 pkgsrc-2021Q2:1.3.0.12 pkgsrc-2021Q2-base:1.3 pkgsrc-2021Q1:1.3.0.10 pkgsrc-2021Q1-base:1.3 pkgsrc-2020Q4:1.3.0.8 pkgsrc-2020Q4-base:1.3 pkgsrc-2020Q3:1.3.0.6 pkgsrc-2020Q3-base:1.3 pkgsrc-2020Q2:1.3.0.4 pkgsrc-2020Q2-base:1.3 pkgsrc-2020Q1:1.3.0.2 pkgsrc-2020Q1-base:1.3 pkgsrc-2019Q4:1.2.0.8 pkgsrc-2019Q4-base:1.2 pkgsrc-2019Q3:1.2.0.4 pkgsrc-2019Q3-base:1.2 pkgsrc-2019Q2:1.2.0.2 pkgsrc-2019Q2-base:1.2 pkgsrc-2019Q1:1.1.0.12 pkgsrc-2019Q1-base:1.1 pkgsrc-2018Q4:1.1.0.10 pkgsrc-2018Q4-base:1.1 pkgsrc-2018Q3:1.1.0.8 pkgsrc-2018Q3-base:1.1 pkgsrc-2018Q2:1.1.0.6 pkgsrc-2018Q2-base:1.1 pkgsrc-2018Q1:1.1.0.4 pkgsrc-2018Q1-base:1.1 pkgsrc-2017Q4:1.1.0.2 pkgsrc-2017Q4-base:1.1; locks; strict; comment @# @; 1.4 date 2024.01.10.17.57.15; author adam; state Exp; branches; next 1.3; commitid hR6LRXwhfaYmHVTE; 1.3 date 2020.01.18.21.33.13; author nia; state Exp; branches; next 1.2; commitid s2bc6WptXIYjBdTB; 1.2 date 2019.05.05.10.12.59; author adam; state Exp; branches; next 1.1; commitid D82g4oZccVRX70mB; 1.1 date 2017.12.14.22.12.19; author adam; state Exp; branches; next ; commitid hL69m4dyhxeepUiA; desc @@ 1.4 log @atari800: updated to 5.2.0 Version 5.2.0 (2023/12/29) New features: possibility of renaming the host device "letter" from previously hardcoded H: to any letter but C: (cassette), E:, K: and S: So if you have e.g. a program with hardcoded "D:" (as for diskette) you can now use it on a host device as well by renaming the host device to D: either via the Emulation configuration -> Host device settings menu or using command line option -Hdevicename little thing but useful (for me at least): tooltip in the settings menu that reminds users there are virtual host devices with automatic ATASCII<->ASCII conversion (mainly end-of-line character). Extremely useful for all text files including ATARI BASIC source code that can be stored using LIST "H6:PROGRAM.LST" and read back using ENTER "H6:PROGRAM.LST" (H6 = H1 with ASCII conversion, etc.). Version 5.1.0 (2023/12/28) - released at SILK Thanks to all the contributors (see git log for each commit author) New features: New command line options: -playbacknoexit => don't exit the emulator after playback finishes -joy-distinct => allows larger number of joysticks by not combining multiple physical devices into a single emulated joystick. For example this allows using keyboard to emulate one or two joysticks, and to use these in conjunction with physical SDL joysticks / controllers in order to play with more people than there are SDL joysticks. The same logic gets applied to LPT joysticks, these come after joysticks from keyboard emulation. Furthermore, the logic also gets applied to put SDL joysticks after LPT joystics even when the command line flag isn't set. Since LPT joysticks take precedence over SDL joysticks on the same emulated device, this takes a device that was completely ignored before and makes it useful now. The assignments are fixed at program start-up, after config file and command line flags have been taken into account. If the UI is used to enable or disable a keyboard-emulated joystick, this can cause an emulated joystick to be controlled by multiple physical devices, or by none. Swap also SDL joysticks on AltL+J This swaps all physical devices connected to the first two emulated joysticks: the keyboard keys, the SDL devices, and the LPT devices. After the swap the real joystick / hat setting in the UI will appear swapped as well, but the keyboard setting won't. Show all input events on a single line during recording This way the recording file alternates between two forms of lines: input lines which contain all keyboard and joystick events in one line, and output lines with the screen content digest. By filtering out the former, the latter can be aggregated nicely, e.g. using a command like this: zcat ${file:?} | grep -vE '^[0-9A-F]{8} *$' | uniq -c Consecutive frames of equal input state will be represented as a single row, with a repeat count giving an idea for how long the state was maintained. RAM cartridges implementation Many RAMCART and one SiDiCar cartridges Support for writeable cartridges CART monitor command Make blank cartridge UI option Reserved CART file ids for additional cartridge types currently unemulated by Atari800, added also the description of the types added XEX reading in monitor (useful for patches) Added H: device rename; save it in setup file Changes: Altirra OS updated to v3.41 Altirra BASIC updated to v1.58 Fix buffer over-read in generate_partial_pmpl_colls Atari ST/TT/Falcon optimizations Version 5.0.0 (2022/05/28) - released at Atariada.cz (yay!) Big thanks to all contributors (see git log for each commit author) New features: AVI video recording (Alt+V hotkey) by Rob McMullen -vcodec command line arg can select video codec -aname and -vname CL args set patterns for sound and video recording -horiz-area & -vert-area command line args for controlling the image area -showstats (and -no-showstats) CL args and related config file param -compression-level for configuring PNG and ZMBV compression MP3 audio and other audio codecs for audio recording (Alt+W hotkey) -acodec can select audio codec New cartridge types supported: 71: Super Cart 64 KB 5200 cartridge (32K banks) 72: Super Cart 128 KB 5200 cartridge (32K banks) 73: Super Cart 256 KB 5200 cartridge (32K banks) 74: Super Cart 512 KB 5200 cartridge (32K banks) 75: Atarimax 1 MB Flash cartridge (new) See DOC/cart.txt for details. support for remapping of all function keys (START, SELECT, OPTION etc) support for comments in config file tool for creating cart files from ROM files support for 64-512K Atari 5200 bank-switchable carts with Bryan's design support for the alternate variant of MaxFlash 1 MB. support for single RaspberryPi OS package with HW specific binaries Changes: video triple buffering changed to double buffering fixed using proper getcwd() gamma values in NTSC filter presets updated MacOS build enables R: by default fixed saving of config file using zlib-provided crc32 if HAVE_LIBZ is defined Altirra OS updated to v3.28 renamed "Switchable 5200" cartridges to "Super Cart" fixed segfault when a 5200 Super Cart cartridge is removed avoided unnecessary memory copying of 5200 Super Carts fixed issue in opening a cartridge BUILD instructions and new README for Android fixed segfault when exiting monitor fixed BBSB's lift not working avoided unnecessary memory copying in Bounty Bob cartridges allow configuring --with-audio=win in non-DirectX targets allow configuring --with-audio=sdl and --with-video <> sdl atari_x11.c: don't auto-repeat the 'screenshot' key build compatible with dashFixed keystrokes for inserting/deleting of line/character SIO now resets BRKKEY (fixes Arsantica 3 demo) Fix for issue (BBSB warp doesn't work) Fixes CTRL and CAPS keys when using SDL12-compat library. DOC/README.RPI explains clearly support for various RaspberryPis @ text @$NetBSD: patch-configure,v 1.3 2020/01/18 21:33:13 nia Exp $ Compatibility fixes. --- configure.orig 2023-12-29 09:23:47.000000000 +0000 +++ configure @@@@ -10118,10 +10118,7 @@@@ printf "%s\n" "#define SUPPORTS_PLATFORM LIBS="$LIBS $SDL_LIBS" CPPFLAGS="$CPPFLAGS $SDL_CFLAGS" if [ "$a8_host" = "win" ]; then - CPPFLAGS=${CPPFLAGS/-Dmain=SDL_main/} - LIBS=${LIBS/-lSDLmain/} CPPFLAGS="$CPPFLAGS -DNO_STDIO_REDIRECT" - LIBS=${LIBS/-mwindows/} fi a8_use_sdl=yes @@@@ -11261,10 +11258,7 @@@@ printf "%s\n" "#define SUPPORTS_PLATFORM LIBS="$LIBS $SDL_LIBS" CPPFLAGS="$CPPFLAGS $SDL_CFLAGS" if [ "$a8_host" = "win" ]; then - CPPFLAGS=${CPPFLAGS/-Dmain=SDL_main/} - LIBS=${LIBS/-lSDLmain/} CPPFLAGS="$CPPFLAGS -DNO_STDIO_REDIRECT" - LIBS=${LIBS/-mwindows/} fi a8_use_sdl=yes @ 1.3 log @atari800: Update to 4.2.0. Nice. Version 4.2.0 (2019/12/28) - released at SILK New Features: raw Pokey registers recording by Ivo van Poorten new platform supported: FireBee optional hiding of hidden files/folders in the UI file selector libatari800 (Atari800 as a library) by Rob McMullen R: device (many years old feature) enabled by default Fixes: proper check if SDL joysticks are found (fixes #58) Portrait mode for Android (related to #41) RMW for Pokey Improved BASIC LST file loading (#55) ROM OS path changes handled better (#15) improved "Find ROM images" - now Atari800 reboots if necessary (#15) fixed an old bug which caused freezing in the UI on Falcon New command line options: -pokeyrec and its children -atari_files (#29) -saved_files (#29) -kbdjoy0 -kbdjoy1 -nokbdjoy0 -nokbdjoy1 (#29) Plus many Atari Falcon specific fixes and improvements by Mikro. This should be the most complete and bug-free Atari Falcon release in years, so enjoy! :) @ text @d1 1 a1 1 $NetBSD: patch-configure,v 1.2 2019/05/05 10:12:59 adam Exp $ d5 1 a5 1 --- configure.orig 2019-12-28 17:00:31.000000000 +0000 d7 1 a7 1 @@@@ -9143,10 +9143,7 @@@@ $as_echo "#define SUPPORTS_PLATFORM_TIME d18 1 a18 10 @@@@ -9527,7 +9524,7 @@@@ fi -if [ "$a8_target" == "libatari800" ]; then +if [ "$a8_target" = "libatari800" ]; then WANT_NEW_CYCLE_EXACT=yes WANT_VERY_SLOW=no WANT_CRASH_MENU=no @@@@ -10245,10 +10242,7 @@@@ $as_echo "#define SUPPORTS_PLATFORM_TIME a28 18 @@@@ -10621,7 +10615,7 @@@@ $as_echo "#define VOICEBOX 1" >>confdefs fi - if [ "$with_sound" == "libatari800" ]; then + if [ "$with_sound" = "libatari800" ]; then WANT_SOUND_CALLBACK=no WANT_CONSOLE_SOUND=yes WANT_SERIO_SOUND=yes @@@@ -10985,7 +10979,7 @@@@ $as_echo "#define POKEYREC 1" >>confdefs fi -if [ "$WANT_POKEYREC" == "yes" ]; then +if [ "$WANT_POKEYREC" = "yes" ]; then # Check whether --enable-largefile was given. if test "${enable_largefile+set}" = set; then : enableval=$enable_largefile; @ 1.2 log @atari800: updated to 4.1.0 Version 4.1.0: New Features: * Atari800 now includes Altirra BIOS-es for all emulated systems: 400/800, XL/XE, and 5200; as well as Altirra BASIC. It is now possible to use the emulator without providing any ROM images. * The Altirra OS-es and Altirra BASIC can now be selected by users in the "System settings", if they want to use them. Previously Altirra OS was used automatically only when no other OS ROMs were found. * joyhat support for all four real joysticks, configurable in CLI/cfg/TUI Notable changes: * All documentation specific to building Atari800 on Windows has been moved from DOC/INSTALL to a new file, DOC/BUILD.windows. This document has also been expanded with a new chapter covering building Atari800 using MSYS2. * Ability to use the built-in EmuOS firmware has been removed. Users wishing to run Atari800 without providing OS ROMs now have an option of using the built-in Altirra OS-es, which are compatible with much more Atari software than EmuOS. At the same time, it is still possible to compile a version of Atari800 without any OS ROMs built in, by means of the --disable-altirra_bios configure option. Port specific improvements: == Atari Falcon == * More Videl/screen handling fixes * Ability to run Atari800 in an AES-less environment * Replaced C2P with MMU friendly and faster code * Atari800 should run on all TOS clones with XBIOS Sound API == Android == * Fixed building of the Android target, broken in the previous release. * Fixed labels on console keys (unreadable on hi-res displays) * Fixed console keys press detection * Fixed "right-handed joystick" trigger press == Raspberry Pi == * updated build documentation * find proper Broadcom GLes libraries * fixed bug in GRAPHICS 9 (shifted colors) == MS Windows == * updated build documentation General Fixes: * updated build documentation * it is possible to build atari800 out of source tree * unconnected host joysticks initialized properly, fixes the MULE game @ text @d1 1 a1 1 $NetBSD: patch-configure,v 1.1 2017/12/14 22:12:19 adam Exp $ d5 1 a5 1 --- configure.orig 2019-04-14 08:27:50.000000000 +0000 d7 1 a7 1 @@@@ -9050,10 +9050,7 @@@@ $as_echo "#define SUPPORTS_PLATFORM_TIME d18 10 a27 1 @@@@ -10114,10 +10111,7 @@@@ $as_echo "#define SUPPORTS_PLATFORM_TIME d38 18 @ 1.1 log @atari800: updated to 3.1.0 Version 3.1.0: General new features: --------------------- * More accurate emulation of PAL colours (based on analysis of oscillograms of real PAL GTIA output) * Improved PAL blending, working on all grayscale pixels and is accurate now (can be enabled/disabled in "TV effect" display settings) * common sound layer implemented (SDL, JavaNVM, OSS, DOS) with synchro sound. * synchronized sound is now supported by both POKEY sound engines. * turbo mode (F12) is considerably faster * Added cartridge mapping used by "Turbo Hit"/"Atari Blizzard Hit". * Added MegaMax 2 MB cartridge mapping. * Added read-only support for the 4 MB Flash MegaCart mapping. * Added minimal support for The!Cart. General Fixes: -------------- * fixed possible unnecessary cartridge bank switching * fixes and clean up in Java port * fixed diagnostic cartridge cold start (doesn't send Start+Option) * fixed two old bugs in DOS sound (pitch being wrong and sound missing) * fixed keyboard not working for ncurses video and OSS sound @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 --- configure.orig 2014-04-12 14:00:06.000000000 +0000 d7 1 a7 1 @@@@ -7577,11 +7577,8 @@@@ $as_echo "#define SUPPORTS_PLATFORM_TIME a12 1 OBJS="$OBJS SDL_win32_main.o" d18 1 a18 1 @@@@ -8512,11 +8509,8 @@@@ $as_echo "#define SUPPORTS_PLATFORM_TIME a23 1 OBJS="$OBJS SDL_win32_main.o" a28 9 @@@@ -8870,7 +8864,7 @@@@ $as_echo "#define IDE 1" >>confdefs.h fi -if [ "$WANT_IDE" == "yes" ]; then +if [ "$WANT_IDE" = "yes" ]; then # Check whether --enable-largefile was given. if test "${enable_largefile+set}" = set; then : enableval=$enable_largefile; @