Revisions of atari800

Klaus Kämpf's avatar Klaus Kämpf (kwk) accepted request 1146474 from Carsten Ziepke's avatar Carsten Ziepke (Kieltux) (revision 8)
- Update to 5.2.0:
  New Features:
  * possibility of renaming the host device "letter" from
    previously hardcoded H: to any letter but C: (cassette),
    E:, K: and S
  * tooltip in the settings menu that reminds users there are 
    virtual host devices with automatic ATASCII<->ASCII conversions
    (mainly end-of-line character)
- Changes in 5.1.0:
  New Features:
  * New command line options
  * Swap also SDL joysticks on AltL+J
  * Show all input events on a single line during recording
  * RAM cartridges implementation
  * 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
  * Fixed keystrokes for inserting/deleting of line/character
  * SIO now resets BRKKEY (fixes Arsantica 3 demo)
  * Fix for issue #199 (BBSB warp doesn't work)
  * Fixes CTRL and CAPS keys when using SDL12-compat library.
  * DOC/README.RPI explains clearly support for various
    RaspberryPis
Carsten Ziepke's avatar Carsten Ziepke (Kieltux) accepted request 988100 from Carsten Ziepke's avatar Carsten Ziepke (Kieltux) (revision 7)
- Update to 5.0.0:
  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 #74 by 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 (#72)
  * 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 #88 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 dash
- Add BuildRequires libpng: enable png screenshots
- Add BuildRequires readline-devel: enable readline support in monitor
Marcus Meissner's avatar Marcus Meissner (msmeissn) accepted request 935721 from Carsten Ziepke's avatar Carsten Ziepke (Kieltux) (revision 6)
- Update to 4.2.0:
  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)
- Run spec-cleaner
- Fix source url
- Remove post/postun for older openSUSE versions
Klaus Kämpf's avatar Klaus Kämpf (kwk) accepted request 712599 from Carsten Ziepke's avatar Carsten Ziepke (Kieltux) (revision 5)
- Update to 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.
- Run spec-cleaner.
- Split the old spec file into spec file and changes file and
  imported the past changes to changes file.
- New upstream URL: https://atari800.github.io/
- Use macros for build and install.
- Removed the %define lines in the head of the spec file, because
  now everything is declared at the right place, e.g. Name, License,
  Version and Group.
- Use pkgconfig for build requirements.
- Removed unneeded build requirements ncurses-devel and 
  xorg-x11-devel, because the build target is SDL and not ncurses.
- Added build requirements dos2unix for fixing a 
  wrong-file-end-of-line-encoding warning (file: INSTALL.falcon).
Klaus Kämpf's avatar Klaus Kämpf (kwk) accepted request 512136 from Алексей Иноземцев's avatar Алексей Иноземцев (inozemcew) (revision 4)
Updated to version 3.1.0, added desktop file and desktop icons
Ulrich Hecht's avatar Ulrich Hecht (Ulih) committed (revision 3)
update -> 2.1.0
Ulrich Hecht's avatar Ulrich Hecht (Ulih) committed (revision 2)
Ulrich Hecht's avatar Ulrich Hecht (Ulih) committed (revision 1)
Displaying all 8 revisions
openSUSE Build Service is sponsored by