-
-
Notifications
You must be signed in to change notification settings - Fork 82
Introduction
alekmaul edited this page Feb 10, 2018
·
9 revisions
These basic tutorials aim to give you the basis to start developing on the Super SNES using PVSNeslib.
Written in C language (ASM is also possible and recommend for critical tasks), you'll be able to fully understand them if you already have basic knowledge on how the SNES works.
So, before you start reading the tutorials, be sure to check and read these others documents:
- Wiki SuperSnes programming
- Complete SNES specs by Martin Korth
- Installation
- PVSneslib and Visual Studio Code
- First steps with No$sns emulator
- Compiling from sources