Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 579 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 579 Bytes

Mandelbrot set for 65816 processor (SNES)

Andreas Zahnleiter <a.zahnleiter@gmx.de>

Description

A simple 65816 program (SNES) displaying a Mandelbrot set.

Setup

git clone https://github.com/MrCerealGuy/65816-Mandelbrot-SNES.git
cd 65816-Mandelbrot-SNES
  1. Get the ZSNES emulator for Windows http://www.zsnes.com/

  2. Copy zsnesw.ex into .\emu\

  3. Get SNES Starterkit https://wiki.superfamicom.org/setting-up-a-programming-environment

  4. Copy wla.exe and wla-65816.exe into the current directory.

Usage

Open a command line.

build | run