Skip to content

Commit b25e1df

Browse files
committed
Updated README for v0.2b and new YouTube video
1 parent ffc83a4 commit b25e1df

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# x16-chasevault
22
Chase Vault: A new game for the Commander X16 retrocomputer.
33

4-
As seen on YouTube: https://youtu.be/txjvnLN1h38
4+
As seen on YouTube: https://youtu.be/yGmt1wu0pKo
55

66
![](cv9.gif)
77

@@ -18,8 +18,9 @@ Simply `LOAD "CHASEVAULT.PRG"` then `RUN`, or auto-run with the emulator from th
1818
* **BITMAP.BIN** - game level background bitmap, loaded by program to banked RAM at start, then replaces STARTSCRNBG.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
21+
* **MUSIC.BIN** - music for YM2151 FM synthesizer
2122

2223
Build requirements: gcc, cc65
2324

2425
This game is now undergoing beta testing. The master baseline is not guaranteed to be fully working. The latest stable release is
25-
https://github.com/SlithyMatt/x16-chasevault/releases/tag/v0.1b
26+
https://github.com/SlithyMatt/x16-chasevault/releases/tag/v0.2b

0 commit comments

Comments
 (0)