Atari8bit_StarRaiders icon indicating copy to clipboard operation
Atari8bit_StarRaiders copied to clipboard

A repository dedicated to reverse engineering the classic 1979 game Star Raiders for the Atari 400/800/XL/XE platform.

A disassembly of the classic 1979 game "Star Raiders" (Atari 400/800/XL).

(Work in progress.)

Forked from Sidney Cadot's original github repository https://github.com/sidneycadot/Atari8bit_StarRaiders

Prerequisites

  • cc65 suite of tools: http://cc65.github.io/cc65/

Building

My version builds an executable file rather than cartridge image of the original repository.

Unix/Linux/OS-X

Simply type 'make' at the unix shell prompt and the file starraiders.xex should be produced.

Windows

TBD