Skip to content

Commit

Permalink
Update version number to v0.1.1, add changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
calc84maniac committed Jul 29, 2018
1 parent 38ef1b2 commit 29ba29f
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# TI-Boy CE Changelog
All notable changes to this project will be documented in this file.

## [Unreleased]

## [Alpha v0.1.1] - 2018-07-28
### Added
- Support for loading ROMs up to 4MB, increased from 2MB.
- Key names for TI-83 Premium CE in the control options.

### Changed
- Display the paletted white-equivalent color when the Game Boy screen is off, rather than pure white.
- Rearrange the emulator menu and reset the main menu option after (re)starting a game.
- Output ROM converter errors to the standard error stream.

### Fixed
- Fix sprites not displaying when an OAM DMA transfer is initiated mid-frame.
- Check for the RET instruction returning to a different ROM bank than its corresponding CALL.
Fixes some crashes in specific games (e.g. Street Fighter II).
- Prevent a JIT overflow from overwriting the code path to the flush handler when decoding a banked CALL.
Fixes some erratic crashes.

## Alpha v0.1.0 - 2018-06-19
### Added
- Initial emulator release.


[Unreleased]: https://github.com/calc84maniac/tiboyce/compare/v0.1.1...HEAD
[Alpha v0.1.1]: https://github.com/calc84maniac/tiboyce/compare/v0.1.0...v0.1.1
2 changes: 1 addition & 1 deletion menu.asm
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@ MainMenu:
.db 9
.db 5,9
EmulatorTitle:
.db "TI-Boy CE Alpha v0.1.0",0
.db "TI-Boy CE Alpha v0.1.1",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,0, 50,1,"Load State Slot %u",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 29ba29f

Please sign in to comment.