Skip to content
Daniele Olmisani edited this page Aug 23, 2013 · 2 revisions

Welcome to the ms-snake wiki!

Buiding Environment

Batari & DASM

Stella (Atari 2600 emulator)

Sublime Text

Plug a new Build System

Create a new build file system for Batari Basic using Tools -> Build System -> New Build System

{ "cmd": ["2600basAndRun.bat", "$file"], "encoding": "cp1252" }

Save the script as batari.sublime-build

Note:

  • Batari, related tools (sed, dasm) and Stella shall be available in the system PATH
  • the stardard Batari script 2600bas.bat should be customized in order to launch Stella after sucessful compilation