bbbradsmith / SNES_stuff

Various small SNES programs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SNES Stuff

A collection of small SNES programs. Demonstrations and experiments.

Website: rainwarrior.ca

Patreon: rainwarrior

Demos

Required Tools

You can download and run the ROMs in an emulator, or with a flash cart, but rebuilding them may require some of the following tools:

  • cc65
    • C compiler and assembler for 6502/65C816.
    • Used for all projects.
    • Download "windows snapshot".
  • python 3
  • Pillow
    • Python is programming language and script interpreter. Pillow is a library add-on for working with images.
    • Used for optional utility scripts in most projects, especially for rebuilding art data from PNG image sources.
    • Download and run python installer. Pillow is installed by running a python script (see installation instructions).
  • wla-dx
    • Assembler for SPC-700.
    • Used for projects that have sound.
    • Download release.

I build all of these projects under the Windows operating system, each with an included simple batch file script.

The tools used are open source, and available for other operating systems, but if this is needed you will have to rewrite the batch scripts for yourself.

About

Various small SNES programs


Languages

Language:Assembly 64.4%Language:Python 27.9%Language:C 5.0%Language:Batchfile 2.7%