Skip to content

kzurawel/selfconf2017

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sample NES project for Self Conference 2017

This is a basic but fully-working NES game written in 6502 assembly. Feel free to use it as a starting point for your own explorations!

Tools used

Building and running

First, assemble the source: ca65 src/main.asm -I src -g -o main.o

Next, link the resulting object file and CHR data: ld65 main.o -C nes.cfg -o selfconf.nes

Open the resulting .nes file with any NES emulator (FCEUX, Nestopia, etc.).

Credits

This project based on nrom-template (https://github.com/pinobatch/nrom-template) by Damian Yerrick:

Copyright 2011-2016 Damian Yerrick

Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved in all source code copies. This file is offered as-is, without any warranty.

About

Sample NES project for Self Conference 2017

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published