diff options
author | Juan J. Martinez <jjm@usebox.net> | 2021-12-29 19:05:39 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2021-12-29 19:09:47 +0000 |
commit | 6ddb99828102bd70e7a55261cf04c67be165ee21 (patch) | |
tree | 17cec59ab381991f57d931eefdf61746cec2e2c7 | |
parent | 59841503c6ff29aebb9577492ec2d7908bc67a35 (diff) | |
download | ubox-msx-lib-6ddb99828102bd70e7a55261cf04c67be165ee21.tar.gz ubox-msx-lib-6ddb99828102bd70e7a55261cf04c67be165ee21.zip |
Changes for 1.1.91.1.9
-rw-r--r-- | CHANGES.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,4 @@ -## Release 1.1.9 - 2021-??-?? +## Release 1.1.9 - 2021-12-29 - Generate a "what's new?" HTML page in the docs - `chksize` now accounts for data in INITIALIZED section that adds up to the @@ -6,6 +6,8 @@ - Updated apultra to 1.4.4 - Small improvements to the build system, including a new openMSX target to run the game (thanks to Pedro de Medeiros) + - Fix: `spman` could leave `sp_idx` unitialised, preventing the sprites from + being shown. Thanks to ToriHino for reporting the issue. ## Release 1.1.8 - 2021-10-31 |