Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Emulators
atari800
atari800.changes
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File atari800.changes of Package atari800
------------------------------------------------------------------- Tue Feb 13 18:41:08 UTC 2024 - Carsten Ziepke <kieltux@gmail.com> - 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 ------------------------------------------------------------------- Sun Jul 10 10:50:06 UTC 2022 - Carsten Ziepke <kieltux@gmail.com> - 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 ------------------------------------------------------------------- Sat Dec 4 22:20:07 UTC 2021 - Carsten Ziepke <kieltux@gmail.com> - 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 ------------------------------------------------------------------- Sat Jun 22 18:30:36 UTC 2019 - Carsten Ziepke <kieltux@gmail.com> - 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). ------------------------------------------------------------------- Sat Apr 12 2014 Aleksey Inozemcew inozemcew@i.ua 3.1.0-1 - 3.1.0 released on 2014-04-12 - Petr Stehlik <pstehlik@sophics.cz> * DOC/ChangeLog, DOC/NEWS: updated for new release * README.1ST, atari800.spec, DOC/README, atari.h, atari800.man, configure.ac, util/export: version++ ------------------------------------------------------------------- Fri Apr 3 2009 - uli@suse.de - update -> 2.1.0 New features: * added Axlon and Mosaic RAM expansions for Atari 400/800 * added emulation of 1400XL, 1450XLD, MIO and Black Box * added support of .PRO copy-protected disk images * implemented tape loading with variable bitrates * implemented cassette writing via hardware registers * added switching between NTSC and PAL color palettes * added emulation of XEP80 and a prototype 80 column card for the Atari 1090 (SDL only currently) * added emulation of CX85 numeric keyboard (Java and SDL only) * event recording added (-record, -playback): save your game walkthrough using the "-record mygame.dat" and later impress your friends by your game skills or highest score using the "-playback mygame.dat" * NTSC Filter option added to UI * -directmouse added to SDL and X11 (used for -mouse pad or koala) * monitor supports arrow keys - e.g. up-arrow for history * SDL: interpolated scanlines (use -scanlinesnoint to disable) * SDL: added -mouse, -mousespeed, -grabmouse (also Alt+M) * SDL: visual configuration of keyboard joysticks layout in the UI (F1 -> Controller Configuration -> Define layout) default mapping changed to 4,8,6,5 (joy0) and A,W,D,S (joy1) * R: device can be serial-only, network-only or both (selectable) * R: device now supported on MS Windows and Dreamcast as well * a completely new port to Java using NestedVM, running also as an applet * Falcon/TT: removed Devpac dependency in asm files (now gcc friendly) Fixes: * fix for "Ilusia" demo * better GTIA bug mode emulation * POKEY sound: nonlinear mixing (not enabled by default), two-tone filter * fixed POKEY registers: ALLPOT, IRQEN and STIMER * various Atari5200 fixes * fixed Atrax cartridge bank switching * fixed sound recording to WAV * -showspeed fixed, now shows speed <= 100%% correctly * major source code cleanup, compiles with -pedantic etc. * Save State: added support for Axlon and Mosaic (version increased to 5), fixed PBIM12 restoring, fixed PAGED_MEM error with POKEY, color palette restoring fixed * SDL: using DirectX driver on MS Windows (much faster), fixed stdout.txt on MS Windows, fixed broken Caps Lock key handling, -audio16 fixed * Dreamcast recognizes the TAB key * MS-Windows: Shift+Control fixes * dropped SVGAlib target - use SDL instead
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor