Skip to content

Commit

Permalink
updated CHANGELOG.md for v0.2 as shipped
Browse files Browse the repository at this point in the history
  • Loading branch information
technobly committed Dec 31, 2019
1 parent ba7a0ac commit 3c3aecf
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,17 @@
- Added a special intro jingle that's been stuck in my head (enjoy!)
- temp increase time to reset to allow Fortress of Narzod to play
- Extract menu code from main code and optimize menu code
- Add basic menu labels/function-per-button support #4
- At the bottom of the menu 1 = (BACK), 2 = PAGE LEFT, 3 = PAGE RIGHT, 4 = SELECT
- Ignore lst files #5
- adds ISSUE_TEMPLATE.md and PULL_REQUEST_TEMPLATE.md for contributions from the community
- Update to latest (pinned) libopencm3 #6
- Fixed lastselectcart on wrong game after reset
- Fixed do not inc page if next one will be blank issue
- Converts logo from sync to smart list, thanks Malban!
- Note: Had to replace NOP MACROs with JSR of approx equivalent value
- Converted fcb hi(label),lo(label) into fdb label
- Reduces cycle count by 8 - 10k!

## v0.1

Expand Down

0 comments on commit 3c3aecf

Please sign in to comment.