You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changes since 5.0.0:
* Altirra OS updated to v3.41
* Altirra BASIC updated to v1.58
* Atari ST/TT/Falcon optimizations
* Fixed keystrokes for inserting/deleting of line/character (#179)
* SIO now resets BRKKEY (fixes Arsantica 3 demo)
* Fixes CTRL and CAPS keys when using SDL12-compat library.
* 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, possibility of renaming the host device (H:) to any letter but C: (cassette), E:, K: and S:
Full changelogs:
- 5.1.0: https://github.com/atari800/atari800/releases/tag/ATARI800_5_1_0
- 5.2.0: https://github.com/atari800/atari800/releases/tag/ATARI800_5_2_0
Copy file name to clipboardExpand all lines: scriptmodules/emulators/atari800.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ rp_module_id="atari800"
13
13
rp_module_desc="Atari 8-bit/800/5200 emulator"
14
14
rp_module_help="ROM Extensions: .a52 .bas .bin .car .xex .atr .xfd .dcm .atr.gz .xfd.gz\n\nCopy your Atari800 games to $romdir/atari800\n\nCopy your Atari 5200 roms to $romdir/atari5200 You need to copy the Atari 800/5200 BIOS files (5200.ROM, ATARIBAS.ROM, ATARIOSB.ROM and ATARIXL.ROM) to the folder $biosdir and then on first launch configure it to scan that folder for roms (F1 -> Emulator Configuration -> System Rom Settings)"
0 commit comments