Viewing Issue Advanced Details
ID Category [?] Severity [?] Reproducibility Date Submitted Last Update
06970 Graphics Minor Always May 10, 2018, 14:24 Oct 21, 2022, 19:13
Tester system11 View Status Public Platform MAME (Official Binary)
Assigned To Mamesick Resolution Fixed OS Windows Vista/7/8 (64-bit)
Status [?] Resolved Driver
Version 0.197 Fixed in Version 0.249 Build 64-bit
Fixed in Git Commit 264b9c8 Github Pull Request #
Summary 06970: dbreed: Dragon Breed - sprites appearing behind score bar
Description In Dragon Breed sprites are appearing in the black areas behind score bar text/graphics at the bottom - this does not happen on a PCB.
Steps To Reproduce
Additional Information
Github Commit
Flags Verified with Original
Regression Version 0.167
Affected Sets / Systems dbreed
Attached Files
 
Relationships
There are no relationship linked to this issue.
Notes
3
User avatar
No.15021
Tafoid
Administrator
May 11, 2018, 00:18
Appears that this commit causes the regression:
https://github.com/mamedev/mame/commit/622a8bb9103b49ad9668be1f7e990f7406bd7495

Daily buikls in testing for Oct 4, 2015AM shows no image behind bottom scorebars whereas Oct 5, 2015AM the sprites show
User avatar
No.20015
Mamesick
Senior Tester
Apr 7, 2022, 05:50
Change line 1978 in m72.cpp from
m81_xmultipl(config);
to
m81_hharry(config);

Four years passed and nobody looked into this.
User avatar
No.20654
hap
Developer
Oct 21, 2022, 19:11
your bugfix is correct