Browse Source

Update README.md

main
Colin McMillen 9 years ago
parent
commit
29d4ff2309
  1. 5
      README.md

5
README.md

@ -3,8 +3,13 @@ Simple SNES shoot-'em-up game.
Run build.bat to build it. Assumes you have the wla assembler binaries and Neviksti's pcx2snes somewhere on your path. Run build.bat to build it. Assumes you have the wla assembler binaries and Neviksti's pcx2snes somewhere on your path.
The main files are: The main files are:
pewpew.asm: main code file. pewpew.asm: main code file.
memory.asm: definitions of variable names (and memory layout) used by the game. memory.asm: definitions of variable names (and memory layout) used by the game.
registers.asm: definitions & documentation of important SNES registers. registers.asm: definitions & documentation of important SNES registers.
header.asm: definition of ROM layout & SNES header information for wla. header.asm: definition of ROM layout & SNES header information for wla.
init.asm: boilerplate "initialize the hardware" macro. init.asm: boilerplate "initialize the hardware" macro.
Loading…
Cancel
Save