From d7bc79d8d7ddccdd108b0fc28b31f29a0c5545a2 Mon Sep 17 00:00:00 2001 From: Matt Heffernan Date: Tue, 2 Jun 2020 00:04:56 -0400 Subject: [PATCH] Fixed README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef8ab24..ffc2ea3 100644 --- a/README.md +++ b/README.md @@ -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