Jump to content

Joeyjoejoejr

Members
  • Posts

    3
  • Joined

  • Last visited

Joeyjoejoejr's Achievements

Combat Commando

Combat Commando (1/9)

2

Reputation

  1. This will probably only work on *nix systems, but I wanted to automate the setup of new projects and be able to build binaries and run them in Stella. https://github.com/joeyjoejoejr/cookiecutter-atari2600 It has a basic project pulled from the amazing tutorials in this forum and uses the python library http://cookiecutter.readthedocs.org/en/latest/. Assuming you have the prerequisites, python, ruby(system defaults are fine) cookiecutter, DASM and Stella you should be able to create your project, and then run the default kernel with "make run" I hope someone else who hasn't build out their own workflow might find this a useful starting place.
  2. Just wanted to leave this here: https://github.com/joeyjoejoejr/playfield_converter It's a ruby script that will convert a bmp image to 6502 assembly. Specifically it take a 40 x 192 bmp and outputs bytes suitable for use in a playfield.
  3. Just wanted to leave this here: https://github.com/joeyjoejoejr/playfield_converter It's a ruby script that will convert a bmp image to 6502 assembly. Specifically it take a 40 x 192 bmp and outputs bytes suitable for use in a playfield.
×
×
  • Create New...