Skip to content

Commit

Permalink
Updated README for v0.2b and new YouTube video
Browse files Browse the repository at this point in the history
  • Loading branch information
SlithyMatt committed Dec 22, 2019
1 parent ffc83a4 commit b25e1df
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# x16-chasevault
Chase Vault: A new game for the Commander X16 retrocomputer.

As seen on YouTube: https://youtu.be/txjvnLN1h38
As seen on YouTube: https://youtu.be/yGmt1wu0pKo

![](cv9.gif)

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

Build requirements: gcc, cc65

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

0 comments on commit b25e1df

Please sign in to comment.