Skip to content

Commit

Permalink
Fixed README
Browse files Browse the repository at this point in the history
  • Loading branch information
SlithyMatt committed Jun 2, 2020
1 parent a3c71d7 commit d7bc79d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Simply `LOAD "CHASVALT.PRG"` then `RUN`, or auto-run with the emulator from this
* **PAL.BIN** - custom palette, loaded by program to VERA register
* **SPRTATTR.BIN** - initial sprite attributes, loaded by program to VERA registers
* **STARTBG.BIN** - start screen background bitmap, loaded by program directly to VRAM at start
* **BITMAP.BIN** - game level background bitmap, loaded by program to banked RAM at start, then replaces STARTSCRNBG.BIN in VRAM after start
* **BITMAP.BIN** - game level background bitmap, loaded by program to banked RAM at start, then replaces STARTBG.BIN in VRAM after start
* **NORMX.BIN** - vector normalization X-value lookup table, loaded by program to banked RAM
* **NORMY.BIN** - vector normalization Y-value lookup table, loaded by program to banked RAM
* **MUSIC.BIN** - music for YM2151 FM synthesizer
Expand Down

0 comments on commit d7bc79d

Please sign in to comment.