Simple SNES shoot-'em-up game.
Go to file
2015-05-23 17:09:49 -04:00
.gitignore Ignore *.smc files. 2015-05-22 12:55:22 -04:00
build.bat echo off in build script. 2015-05-22 15:11:55 -04:00
header.asm Add a "ship" and let the player move around. 2015-05-23 14:00:43 -04:00
init.asm Rename InitSNES.asm -> init.asm 2015-05-23 15:42:47 -04:00
pewpew.asm Rename InitSNES.asm -> init.asm 2015-05-23 15:42:47 -04:00
README.md Create README.md 2015-05-22 14:35:51 -04:00
registers.asm Add more DMA registers. Add links to docs. 2015-05-23 15:38:27 -04:00
tiles.asm Add a "ship" and let the player move around. 2015-05-23 14:00:43 -04:00
wlalink.cfg Add build.bat and wlalink config file. 2015-05-22 14:37:52 -04:00

Simple SNES game.