Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upBroken H-Blank HDMA Function #855
Comments
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
SnDream
Aug 12, 2017
When writing into $FF55 between STAT mode 00, HDMA may send extra 10h bytes.
From Nintendo's Official Promramming Manual that HDMA should not be started at STAT mode 00 but official game Pocket Monsters Geum/Eun (Korea) does that and cause glitch on screen.
SnDream
commented
Aug 12, 2017
|
When writing into $FF55 between STAT mode 00, HDMA may send extra 10h bytes. |
added a commit
that referenced
this issue
Aug 12, 2017
endrift
closed this
in
546688f
Aug 12, 2017
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
|
Thanks for finding this. |
endrift
added
platform:GB/GBC
severity:minor bug
labels
Aug 12, 2017
endrift
added this to the mGBA 0.6.1 milestone
Aug 12, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SnDream commentedAug 12, 2017
When writing $81 into $FF55, HDMA may send 30h bytes but not 20h bytes.
Wrting $82 may send 40h bytes and only $80 work correctly.
Other value untested.
Version: 0.6.0
Platform: Ubuntu 17.04 and Windows 7