Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 841 Bytes

File metadata and controls

22 lines (16 loc) · 841 Bytes

Changelog

All notable changes to the Atari 2600 Development Skill will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.0.0 - 2026-01-30

Added

  • Initial release of Atari 2600 development skill
  • Complete 6502 assembly code generation with TIA chip knowledge
  • Build automation scripts:
    • build_and_run.py - Compile with dasm and launch in Stella
    • create_project.py - Generate new project structure
  • Comprehensive reference documentation.

Technical Details

  • Ensures proper frame structure (3 + 37 + 192 + 30 scanlines)
  • Hardware constraint awareness (128 bytes RAM, 76 cycles/scanline)