diff --git a/CHANGELOG.md b/CHANGELOG.md index f2e73a9..c5e4be1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,13 @@ # TI-Boy CE Changelog All notable changes to this project will be documented in this file. -## [HEAD](https://github.com/calc84maniac/tiboyce/compare/v0.2.1...HEAD) +## [HEAD](https://github.com/calc84maniac/tiboyce/compare/v0.2.0b...HEAD) + +## [Alpha v0.2.0b — 2021-12-17](https://github.com/calc84maniac/tiboyce/releases/tag/v0.2.0b) + +### Fixed +- Fix a game freeze occuring in certain conditions after a delayed EI is followed by a HALT. Fixes Donkey Kong Land. +- Fix a likely runtime error when a memory access instruction reads an I/O register and later reads other memory. ## [Alpha v0.2.0a — 2021-12-09](https://github.com/calc84maniac/tiboyce/releases/tag/v0.2.0a) diff --git a/menu.asm b/menu.asm index 8421647..64a8911 100644 --- a/menu.asm +++ b/menu.asm @@ -1284,7 +1284,7 @@ ItemDeleteCallbacks: MainMenu: .db 10 .db 0,8 - .db "TI-Boy CE Alpha v0.2.0a\n https://calc84maniac.github.io/tiboyce",0 + .db "TI-Boy CE Alpha v0.2.0b\n https://calc84maniac.github.io/tiboyce",0 .db "Select to load the game state from the\n current slot for this game.\n Press left/right to change the slot.",0 .db ITEM_DIGIT | ITEM_ROMONLY,0, 50,0,"Load State Slot %c",0 .db "Select to save the game state to the\n current slot for this game.\n Press left/right to change the slot.",0