From 29ba29f49a0c284243e35d3c3515ab33653a959c Mon Sep 17 00:00:00 2001 From: Brendan Fletcher Date: Sat, 28 Jul 2018 20:06:32 -0400 Subject: [PATCH] Update version number to v0.1.1, add changelog. --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ menu.asm | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..bdbd601 --- /dev/null +++ b/CHANGELOG.md @@ -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 \ No newline at end of file diff --git a/menu.asm b/menu.asm index 29611df..0f40a01 100644 --- a/menu.asm +++ b/menu.asm @@ -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