rallyrabbit / AtariTools-Installer

Atari 2600, 5200, and 7800 tools used for game development.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Atari Tools

Purpose

This is the NSIS for all of the Atari Tools that I use for windows. This includes an installer (only x86, none of the x64 versions of Stella), uninstaller, lists the whole thing in Add/Remove programs, and adds the tools to the path.

My Goal is to keep a pulse on the Atari Tool Releases for the few active projects and update the installer as new items come out. Some of the tools included have varying licenses and are no longer maintained.

Distella

This includes Distella v3.01b Distella is located at https://github.com/johnkharvey/distella

Distella only includes this license information: https://github.com/johnkharvey/distella/blob/master/COPYRIGHT.

Stella

This includes the 64-bit version of Stella v6.7 only. Stella is located at https://stella-emu.github.io/

Stella uses the GPL v2 license here: https://github.com/stella-emu/stella/blob/master/License.txt

DASM

This includes DASM v2.20.14.1 DASM is located at https://dasm-assembler.github.io/

DASM uses the GPL v2 license here: https://github.com/dasm-assembler/dasm/blob/master/LICENSE

Splitfile

This includes the only version of Splitfile that I know of Splitfile was found on the AtariAge forums https://atariage.com/forums/topic/66892-how-to-disassembler-a-8k-bin/?do=findComment&comment=1018645

No license information found. SplitFile was originally written by Michael Rideout (SeaGtGruff)

Hackomatic3

This includes Hackomatic3 TIA Graphic editor/help v3.0.3.2 and requires .NET 3.5. Hackomatic3 is now archived at https://www.romhacking.net/utilities/723/

No license information found.

About

Atari 2600, 5200, and 7800 tools used for game development.


Languages

Language:C 59.4%Language:Assembly 30.2%Language:NSIS 7.3%Language:Makefile 3.1%