Skip to content

Commit

Permalink
Fix rom path variable length issue and suppress consecutive printf's …
Browse files Browse the repository at this point in the history
…for tile overflow (Prince of Persia)
  • Loading branch information
fhoedemakers committed Apr 7, 2024
1 parent c3f5c24 commit cc368c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ Binaries are at the end of this page.
### Fixes

- Fix memory overflow that causes sound corruption [(issue #6)](https://github.com/fhoedemakers/pico-smsplus/issues/6).
- Variabele which contained the path for the rom to flash was too short in main.cpp.
- When tile overflow occurs, suppress multiple consecutive printf's to console screen to minimize screen flickering. (Prince of Persia)

## v0.4

Expand Down

0 comments on commit cc368c3

Please sign in to comment.