Ukazała się nowa wersja emulatora Atari800 emulująca oczywiście sprzęt ATARI XE/XL.
Niby wiadomo, windows == altirra && altirra == windows, jednak a800 ma swój urok. Stehlík i team pracujący nad a800 biotop Windows oddał walkowerem;)
[23] faust @
!!! Sobota, 30 Grudnia 2023 00:32 CET [29-12-2023 11:27 CET]Ukazała się nowa wersja emulatora Atari800 emulująca oczywiście sprzęt ATARI XE/XL.
Niby wiadomo, windows == altirra && altirra == windows, jednak a800 ma swój urok. Stehlík i team pracujący nad a800 biotop Windows oddał walkowerem;)
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 <X>
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.).
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 (fixes #156).
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 (#184)
added XEX reading in monitor (useful for patches)
Added H: device rename; save it in setup file (#204)
Changes:
New features:
New Features:
Fixes:
New command line options:
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! :)
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 ==
== Android ==
== Raspberry Pi ==
== MS Windows ==
General Fixes:
This release brings four years of hard work of fellow Atari800 developers on improvements and bugfixes of our favorite Atari emulator.
Ports to Atari ST/TT/Falcon, Android, Raspberry Pi and Sega Dreamcast have been improved (some of them greatly).
CPU, SIO, ANTIC, GTIA, POKEY and PIA emulation has been corrected.
Atari800 now includes Altirra BIOS so it is now possible to run *some* programs even without installing the original ROM files.
The total number of changes is so huge that major version bump was necessary.
Contrary to usual NEWS entries here follows a very incomplete list. It might be updated in later releases. In the meantime please read DOC/ChangeLog and the commit history in git for complete list of changes.
This release contains breaking changes in color handling. Users updating from an earlier version should reset their color settings, or else the display might be unreadable. To reset the color settings, do one of these:
New features:
Changes:
Fixes:
All the following work has been done by Tomasz Krasuski:
General new features:
General Fixes:
This version brings so many changes that I couldn't help myself and had
to increase the major version. Frankly, I have tried going with 2.3.0
but after hard thinking I decided that the reworked configure process
and all the internal and UI changes justify the major version bump.
This release brings more than 22 months of work done mostly by Tomasz
Krasuski. Actually if not counting Colleen (the Android port developed
by Kostas Nakos) almost everything else in this release was done by
Tomasz. So thank him and enjoy :-)
New features:
New Android port features:
General Fixes:
© Try2emu 1999 - 2024 | Krzysztof 'Faust' Karkosza Kontakt Polityka Prywatności OWU