Skip to content

Commit d7bc79d

Browse files
committed
Fixed README
1 parent a3c71d7 commit d7bc79d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Simply `LOAD "CHASVALT.PRG"` then `RUN`, or auto-run with the emulator from this
1515
* **PAL.BIN** - custom palette, loaded by program to VERA register
1616
* **SPRTATTR.BIN** - initial sprite attributes, loaded by program to VERA registers
1717
* **STARTBG.BIN** - start screen background bitmap, loaded by program directly to VRAM at start
18-
* **BITMAP.BIN** - game level background bitmap, loaded by program to banked RAM at start, then replaces STARTSCRNBG.BIN in VRAM after start
18+
* **BITMAP.BIN** - game level background bitmap, loaded by program to banked RAM at start, then replaces STARTBG.BIN in VRAM after start
1919
* **NORMX.BIN** - vector normalization X-value lookup table, loaded by program to banked RAM
2020
* **NORMY.BIN** - vector normalization Y-value lookup table, loaded by program to banked RAM
2121
* **MUSIC.BIN** - music for YM2151 FM synthesizer

0 commit comments

Comments
 (0)