Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vr51/atari800-installer
Atari800 Installer script for Linux. Downloads, builds and updates the emulator.
https://github.com/vr51/atari800-installer
atari-2600 atari2600 atari800 atarixl bash emulator linux
Last synced: 7 days ago
JSON representation
Atari800 Installer script for Linux. Downloads, builds and updates the emulator.
- Host: GitHub
- URL: https://github.com/vr51/atari800-installer
- Owner: VR51
- License: agpl-3.0
- Created: 2018-09-03T13:16:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-05T17:23:33.000Z (over 4 years ago)
- Last Synced: 2024-11-18T22:23:39.679Z (2 months ago)
- Topics: atari-2600, atari2600, atari800, atarixl, bash, emulator, linux
- Language: Shell
- Homepage: https://journalxtra.com/installers/atari800/
- Size: 1.65 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Atari800 Installer
Use this script to download and build the latest source for Atari800, or to update Atari800 to the latest version.You only need file atari800.sh
- Make sure the script is executable:
- Right-click > properties > Executable
- Or, in a terminal, type `chmod u+x Atari800.sh`
- Launch Atari800 Installer by clicking the script file or by typing `bash atari800.sh` in a terminal.Atari800 will be compiled in `$HOME/src/atari800/src`.
Files that exist in `$HOME/src/atari800` will be overwritten or updated by the installer.
Homepage: [https://journalxtra.com/installers/atari800/](https://journalxtra.com/installers/atari800/)
Read the [MAME downloads guide](https://journalxtra.com/gaming/download-complete-sets-of-mess-and-mame-roms/) to find a few games or use our [Atari 8-bit game disk downloader](https://journalxtra.com/gaming/classic-atari-games-downloader/) to grab a full games collection.
## Reference Guides
Atari800 ships with built-in AltirraOS. This provides Atari BIOSes for the emulated machines and it provides Atari BASIC.
Altirra is an Atari emulator for Windows. It is different to the Atari800 emulator installed by this script. However, if you are interested, for reference purposes there is an [Altirra Hardware Reference Manual](http://www.virtualdub.org/downloads/Altirra%20Hardware%20Reference%20Manual.pdf) and [Altirra BASIC Reference Manual](http://www.virtualdub.org/downloads/Altirra%20BASIC%20Reference%20Manual.pdf) available for download.
![Installer Screenshot](https://github.com/VR51/Atari800-Installer/blob/master/Atari800%20Linux%20Installer%20Screenshot.png)