Skip to content

Commit

Permalink
Release version v0.2.0b
Browse files Browse the repository at this point in the history
  • Loading branch information
calc84maniac committed Dec 18, 2021
1 parent 78ee1a1 commit 23c9b9f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion menu.asm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 23c9b9f

Please sign in to comment.