!

[ATARI] Altirra x86 i x64 3.10 test 1

[1] @ !!! Piątek, 29 Grudnia 2017 20:12 CET [29-12-2017 20:07 CET]

[ATARI] Altirra x86 i x64 3.10 test 1

Nowa wersja testowej Altirry, emulatora ATARI XE/XL/5200.  Ostatnia pełna wersja tego emulatora, jaka publicznie została udostępniona to Alirra 3.00 z 28 grudnia 2017 r.

Altirra 3.1 Beta 1 28/12/2017

changes

  • Default keyboard shortcuts have changed. Reset in Tools > Keyboard Shortcuts to use the new bindings.

features added

  • Debugger: Added FDCWTDATA logging channel to dump the raw track stream for Write Track commands.
  • Disk: Adjusted default sector interleave patterns to more accurately match real disks.
  • Disk: Added options to UI disk dialog to reinterleave disk images.
  • PerfAnalyzer: Profiler view can now be opened on trace sections.
  • UI: Combined many menu options into a combined system configuration dialog.
  • UI: Clicking on non-text area now clears text selection.
  • UI: Added /d3d9 and /d3d11 command-line switches.
  • UI: Reworked command-line help (/?).

bugs fixed

  • Disk: Fixed crash when attempting to recursively expand .ARC files on disk image with unrecognized filesystem.
  • Display: Added workaround for fullscreen mode failing on some versions of VMWare SVGA 3D driver.

Author's Comment:

  • New unified system configuration dialog to reduce menuitis by combining almost all of the system configuration commands into one big paged dialog. This dialog also now has contextual hover-over help for each option. Most of the commands have now been removed from the menu, but the menu commands are still there and can still be key-bound. This includes sub-pages that used to be separate dialogs, like speed options and devices.
  • Reorganized menu and keyboard shortcuts to move some commonly used commands from Alt+Shift+key to just Alt+key, particularly disk and system configuration. You'll need to reset keyboard shortcuts to default to see this, or rebind the commands yourself.
  • The profiler is now integrated into the performance analyzer. It's not completely finished, but you can now generate a profile view from either a time range or the entire trace. Toolbar has also been redone.
  • Command-line help has been cleaned up so it's no longer an unformatted mass of text shoved into a message box. Obsolete switches have been removed and some formerly undocumented switches are now listed. There are now also /d3d9 and /d3d11 switches.
  • There is now an FDCWTDATA logging channel to interpret the Write Track data during a format in full disk emulation mode, making it easier to interpret the track layout used by firmware.
  • Default sector interleave for disk images has been updated and there is now an option in the Disk Drives dialog to change the interleave on an existing disk image to several common interleave patterns. This allows using accurate sector timing with high-speed operation without having to reformat disks to get them into proper interleave.
NOWSZY [ATARI] Altirra x86 i x64 3.10 test XXXVI
Nie tylko Atari XE/XL - Altirra również emuluje konsolę A5200. Scramble w odświeżonej odsłonie (hack)

Altirra 3.1 Beta XXXVI 05/08/2018

changes

  • nw

features added

  • nw

bugs fixed

  • nw

Author's Comment:

  • Fixed a few regressions in disk drive debugging: issues with intermittent stepping and not being able to set PC, and 8048 R0/R1 registers being reported incorrectly in history
NOWSZY [ATARI] Altirra x86 i x64 3.10 test XXXIV

Altirra 3.1 Beta XXXIV 17/07/2018

changes

  • nw

features added

  • HLE: Fixed main memory not being completed cleared on startup in some cases with Fast Boot enabled.

bugs fixed

  • nw

Author's Comment:

  • Fixed a regression that caused a hang when resetting input maps to default.
  • Fixed a bug in Fast Boot that sometimes caused a few bytes in memory to not be cleared, breaking a couple of programs.
NOWSZY [ATARI] Altirra x86 i x64 3.10 test XXXIII
Goosip (Atari Program Exchange, 1983)

Altirra 3.1 Beta XXXII 15/07/2018

changes

  • nw

features added

  • nw

bugs fixed

  • nw

Author's Comment:

This is the first build that I've actually published an ARM64 build for, now that I have a physical device to test on. I won't be publishing the ARM64 build all the time, but the final release will have it. The native ARM64 build is about 30% faster than the x86 build running under emulation.

Other changes:

  • Fixes and NEON optimizations for ARM64.
  • MyIDE v1 no longer shows firmware warnings.
  • Reorganized pages in Configure System into categories to make it easier to scan.
  • Added support for non-default preset input maps and added a couple of new ones.
  • Minor perf optimization to Direct3D 11 path (fixed some redundant calls).
  • Added warning when adding a full disk emulator for the first time.
NOWSZY [ATARI] Altirra x86 i x64 3.10 test XXXII

Altirra 3.1 Beta XXXII 04/07/2018

changes

  • nw

features added

  • nw

bugs fixed

  • nw

Author's Comment:

P: I'm not getting any display with 3.10-test31 unless I have VBXE enabled
S: Never mind, found it -- compiler bug. (MSVC team, please fix your constexpr pointer arithmetic....)

NOWSZY [ATARI] Altirra x86 i x64 3.10 test XXXI

Altirra 3.1 Beta XXX 01/07/2018

changes

  • nw

features added

  • Debugger: Added extended memory bank tracking support to the history window and breakpoint systems.
  • Debugger: Add custom symbol (ya) command can now add read-only and write-only symbols.

bugs fixed

  • Disk Explorer: Creation timestamp is now preserved when dragging files in and out of an SDFS volume.
  • MMU: Fixed another Axlon/PORTB memory aliasing issue.
  • Serial: Socket handling rewritten so that hanging up while a connection is still in progress no longer hangs the emulator until the connection attempt times out.
  • VBXE: ANTIC hires pixels now always have PF2/PF3 priority except with XCOLOR=1 on FX1.26 core where enabled pixels have PF1 priority.

Author's Comment:

  • Adds some support for extended memory debugging. In 6502 mode, the CPU history now tracks which bank the PC is in, and enabling global PC in the history window shows additional info for extended memory banks. The debugger uses a new XX'YYYY syntax for extended memory addresses, e.g. $EF'4800 maps to the byte at $4800 when PORTB=$EF. This makes extended memory a bit easier to deal with than the x:addr syntax, which requires mapping the banks to a linear address space. If you have MADS symbols with the bank values in the symbols, these can also be matched to banked PC addresses. Breakpoints can also be set at PORTB extended memory addresses.
  • Fixed another issue of aliasing between PORTB and Axlon extended memory.
  • Added US Doubler firmware to autodetection list.
  • Custom symbols (debugger 'ya' command) can now be read-only and write-only.
  • Fixed VBXE handling of ANTIC hires pixel priority. Priority is now always PF2/PF3 for XCOLOR=0 and <FX1.26 core and PF1/PF2/PF3 for XCOLOR=1 with FX1.26.
  • Rewrote modem networking code to make the connection step synchronous so it won't hang the emulator until the connection timeout if interrupted.
  • Accepting incoming modem calls now also triggers phone network simulation sounds.
  • Fixed broken 65C816 high memory selector in the configuration UI.
  • Removed extra file extensions from the file filters on the Save Cartridge UI so the common file dialog auto-switches extensions; both filters had most of the cart extensions to show the files, but this was also allowing the cross-type filenames.
NOWSZY [ATARI] Altirra x86 i x64 3.10 test XXX
Into Deep! (1987, FRANK T. WITTENMAYER). Średnio udana próba poprawki H.E.R.O.

Altirra 3.1 Beta XXX 09/06/2018

changes

  • nw

features added

  • Debugger: .basic_rebuildvnt now has a -t option for TurboBasic XL support.
  • Disk Explorer: Added options to relax filename checking and automatically rename conflicting filenames.
  • HLE: Program loader detects conflicts with and offers to disable internal BASIC.

bugs fixed

  • nw

Author's Comment:

  • The .basic_rebuildvnt command now has a -t switch to enable TurboBasic XL label support. This allows rebuilding the VNT for protected programs that have it wiped and use TBXL labels (which otherwise would be interpreted as Atari BASIC arrays).
  • The disk explorer now has options to relax filename rules for DOS 2 compatible volumes, and will attempt to encode the names of files that don't work with the rules when copying in new files.
  • Double-clicking on a mapper in the cartridge mapper auto-confirms.
  • XEL-CF3 with the swap button is now emulated.
  • The emulator now attempts to detect if a binary program being directly loaded overlaps enabled internal BASIC, and if so will prompt to disable it. This is detected if internal BASIC is enabled and the program has a segment loading over $A000-BFFF before the first init segment.
  • Build changes: localconfig .props work again, compiler bumped to VS2017 15.7.3.
NOWSZY [ATARI] Altirra x86 i x64 3.10 test XXIX
Gorf (Roklan Corporation, 1982)

Altirra 3.1 Beta XXIX 03/06/2018

changes

  • nw

features added

  • Display: Added option for auto-switching between NTSC and PAL artifacting modes.

bugs fixed

  • Display: Fixed bug with PAL high artifacting ignoring odd hires pixels.
  • Display: Artifacting phase and saturation are now hooked up for PAL high artifacting.

Author's Comment:

  • Fixed bug in PAL high artifacting engine that caused odd hires pixels to be ignored. This was due to an optimization accidentally being turned on too often. When the emulator detects that there is no hires in a scanline, it uses a faster routine that only samples luma at half rate and uses merged pair filter kernels. For PAL high artifacting, it was accidentally running this all the time.
  • PAL high artifacting engine no longer has artifacting hue and saturation hardcoded. You may need to reset your PAL artifacting color settings as the default is likely to be pretty blown out.
  • There are now combined NTSC/PAL artifacting modes that automatically select the appropriate variation of artifacting for the current video standard. Quick review: NTSC standard artifacting emulates color from even/odd pixel patterns, PAL standard artifacting emulates chroma averaging, and the high artifacting modes do full video signal simulation.
  • Added a button to the System page of the configuration dialog to quickly toggle between NTSC and PAL. This command already existed, but you could only get to it by adding a keyboard binding.
  • Added auto-detection for 810 revision B firmware. (Thanks Nezgar for tirelessly tracking this down!)
NOWSZY [ATARI] Altirra x86 i x64 3.10 test XXVIII
Frantic (1986, Computronic)

Altirra 3.1 Beta XXVIII 28/05/2018

changes

  • nw

features added

  • nw

bugs fixed

  • POKEY: Improved accuracy of high-pass filter.

Author's Comment:

  • Rewrote POKEY rendering back-end -- high-pass now has correct half-cycle timing so PDM works without needing to fudge the cycle offset. Hopefully shouldn't have broken much and might even be a little faster.
  • Fixed Blizzard 32K cart type to use 8K banks instead of 16K banks.
  • Fixed hang when using AST 32K cart type.
  • Rewrote cart mapper dialog. It now has a checkbox to display technical details for each cart type to assist when trying to find something vaguely similar to an unknown cart.
  • Minor compiler update from VS2017 15.7.1 to 15.7.2.
NOWSZY [ATARI] Altirra x86 i x64 3.10 test XXVI

Altirra 3.1 Beta XXVI 16/05/2018

changes

  • nw

features added

  • nw

bugs fixed

  • nw

Author's Comment:

 

  • Fix list view double-click crash.
  • Improve handling of double-clicks so that double click on checkboxes doesn't activate the item.
  • Disable boot sector field when creating disks with 512 byte sectors.
NOWSZY [ATARI] Altirra x86 i x64 3.10 test XXV
Joust (Atari, Inc., 1983)

Altirra 3.1 Beta XXV 13/05/2018

changes

  • nw

features added

  • Cartridge: Added support for .CAR types 60, 67-70 (Blizzard 32K, XEGS 64K alternate, Atrax 128K raw ordered, aDawliah 32K/64K).
  • Cartridge: Added show-all override to cartridge mapper dialog.
  • Debugger: Added several new verifier modes.

bugs fixed

  • Cartridge: Fixed XEGS banking modes in The!Cart emulation.

Author's Comment:

  • Selecting color presets now resets the color matching mode.
  • Fix XEGS/SXEGS sub-emulation in The!Cart emulation -- fixed and variable banks were swapped.
  • Add some new verifier modes: loads from absolute address 0, disk I/O reads over active display list, OS calling convention violations (calling SIOV with I=1).
  • Support for cartridge types: Blizzard 32K (60), XEGS 64K alternate (67), Atrax 128K in raw ordering (68), aDawliah 32K (69), aDawliah 64K (70).
  • There is now a checkbox on the mapper dialog to override the detection if you really need to force a mapper that is not showing up (such as if the init vectors are garbage).
  • Compiler updated from VS2017 15.4.2 to 15.7.1. (What could possibly go wrong?)
wstecz29/12/2017 20:12
Inne treści związane z tematem
[ATARI] Altirra x86 i x64 4.21 [ATARI] Altirra x86 i x64 4.21
Nowa wersja ALTIRRA - emulatora ośmiobitowych konstrukcji firmy ATARI - znowu z zaskoczenia;). Wersja tym razem bardziej fix, niż addon... ale dobre i to - tym razem nie musieliśmy czekać 1,5 roku;)
[Atari] AtariOnLine: Zbigniew Kasprzycki - współtwórca Polskiego Logo [Atari] AtariOnLine: Zbigniew Kasprzycki - współtwórca Polskiego Logo
W końcu udało się odnaleźć na dyskach materiał filmowy nagrany w 2011 roku, zmontować go i niniejszym zaprezentować. 13 lat temu Tomasz "TDC" Cieślewicz przeprowadził interesującą rozmowę z panem Zbigniewem Kasprzyckim, na temat informatyki lat 80. i 90. Pan Kasprzycki to między innymi autor: interpretera języka Logo dla komputerów ...
[Atari] AtariOnLine: "Zoltar Cosmic Pirates" w sieci [Atari] AtariOnLine: "Zoltar Cosmic Pirates" w sieci
Yerzmyey napisał:"Właściwie to swoje pierwsze Atari kupiłem od razu do pracy, co ciekawe, a wcale nie do gier i dem (z którymi zapoznałem się dopiero wiele lat później, za sprawą Pana Pinokia i jego STE). Mój pierwszy komputer 16-bitowy to jednak była Amiga 500. Używana właśnie do gier i dem. Zakupiona w 1994 roku. Jakoś ...
[VCS] Gopher 0.29.1 13/03/2024
Stella ma całkiem rozwiniętego konkurenta, który jak większość multiplatformowych aplikacji potrafi doprowadzić mnie do szewskiej pasji kiedy chce załadować gry z innej partycji;) Po za tym, to całkiem przyjemny emulator ATARI 2600 posiadający dość dobry filtr "psujący" obraz i parę dodatkowych ustawień pozwalających na dopicowanie naszego wirtualnego VCS. W ...
[ATARI] ASAP 6.0.3 10/03/2024 [ATARI] ASAP 6.0.3 10/03/2024
Piotr Fusik opublikował kolejną wersję swojego playera muzyczek z ośmiobitowych maszynek  ATARI - ASAP, który oprócz dystrybucji na okienka (32 i 64 bitowe), posiada także porty dla innych systemów opearcyjnych  - wszystkie można znaleźć je tutaj. Po muzykę - naprawdę spore archiwum - warto udać się na stronę projektu ASMA (Atari SAP Music Archive), ...
Dodatkowe informacje
Komentarze
... bez komentarza
Ostatnio dodane pliki
Newsy Linkownia Emulatory na PC Wideoteka Screenshoty Bajtek Reduks Ready.Run

© Try2emu 1999 - 2024 | Krzysztof 'Faust' Karkosza Kontakt Polityka Prywatności OWU