Viewing Issue Advanced Details
ID Category [?] Severity [?] Reproducibility Date Submitted Last Update
07074 Graphics Minor Always Aug 16, 2018, 00:40 Sep 6, 2018, 10:55
Tester kunikuni View Status Public Platform MAME (Official Binary)
Assigned To kunikuni Resolution Fixed OS Windows Vista/7/8 (64-bit)
Status [?] Resolved Driver
Version 0.200 Fixed in Version 0.202 Build 64-bit
Fixed in Git Commit Github Pull Request #
Summary 07074: drgnbstr: The title logo is not displayed correctly.
Description The title logo is not displayed correctly.
Steps To Reproduce
Additional Information
Github Commit
Flags
Regression Version 0.141u4
Affected Sets / Systems drgnbstr
Attached Files
png file icon MAME0.200.png (3,063 bytes) Aug 16, 2018, 00:40 Uploaded by kunikuni
kunikuni
png file icon MAME0.141.png (4,060 bytes) Aug 16, 2018, 00:40 Uploaded by kunikuni
kunikuni
Relationships
related to 02175Resolvedhap  drgnbstr: Priority problems 
Notes
7
User avatar
No.15336
Robbbert
Senior Tester
Aug 16, 2018, 00:51
Confirmed
User avatar
No.15339
hap
Developer
Aug 23, 2018, 13:54
regression coincides with this bugfix? http://mametesters.org/view.php?id=2175
User avatar
No.15340
Fujix
Administrator
Aug 23, 2018, 16:10
edited on: Aug 23, 2018, 16:12
hap, you are right.
I confirmed the title logo correctly displayed in 0.141 and gets cropped in 0.142.
User avatar
No.15393
kunikuni
Tester
Sep 5, 2018, 13:23
src/mame/video/skykid.cpp line:254
- for (cat = 0; cat < 0xf; cat++)
+ for (cat = 0; cat < 0x10; cat++)

Probably, I think this will be correct.
User avatar
No.15401
hap
Developer
Sep 6, 2018, 10:00
Yes you are right. Feel free to open a pull request on mamedev git.
User avatar
No.15402
kunikuni
Tester
Sep 6, 2018, 10:48
Thank you.
I opened a pull request.
User avatar
No.15403
hap
Developer
Sep 6, 2018, 10:55
Ok great!