Giter Site home page Giter Site logo

snes-rom's Introduction

snes-rom

A basic structure to write SNES games and run them on SNES Emulators.

Dependencies

Building

1. Extract WLA Executables;

2. Put wlalink.exe and wla683993.exe in your C:/Windows/System32 directory;

3. Open the Windows Command-line in the project directory and type:

C:\snes-rom> wla-65816 -vo main.asm main.obj
C:\snes-rom> wlalink -vr main.link main.smc

4. In your root folder, you should now see a main.smc file, this is the finished ROM;

5. Now you can open the main.smc in a SNES Emulator to test it;

6. If you see a green screen, that worked!

Structure

The basic structure of this application is given in the following way:

  • main.asm The game source code;
  • main.link This file will help to build the ROM;
  • header.inc The header contains assembler directives for WLA which do things such as define the ROM's name, size, vectors, etc;
  • Snes_Init.asm An initialization routine, it's a piece of code that clears/resets system values and sets the SNES up for use;

snes-rom's People

Contributors

madureira avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.