-
-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplified / improved a bit palette fading process to avoid palette t…
…ransfer outside vblank
- Loading branch information
1 parent
7564554
commit 8ab25b2
Showing
3 changed files
with
42 additions
and
98 deletions.
There are no files selected for viewing
Binary file not shown.
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
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
8ab25b2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oops... i got a glitch at my side. (wrong palette during fading to 4 pals)
i'll report more later
8ab25b2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The only difference I could see compared to old implementation is that it brings back CRAM dot at the beginning of the vblank area. It's a bit annoying but you only see these borders on old CRT (and not all of them).
If you meet an issue with it then don't hesitate to report with a small reproducible case if possible, thanks !
8ab25b2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Stef, the behavior of the PAL_doFadeStep() function has changed. The body code of the PAL_doFadeStep() function is now always executed, even if PAL_doFadeStep() == FALSE and the colors accordingly continue to change, jumping over the target values.