-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update version number to v0.1.1, add changelog.
- Loading branch information
1 parent
38ef1b2
commit 29ba29f
Showing
2 changed files
with
30 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters