- --
Viewing Issue Advanced Details
ID | Category [?] | Severity [?] | Reproducibility | Date Submitted | Last Update |
---|---|---|---|---|---|
03866 | Graphics | Minor | Always | May 28, 2010, 18:52 | May 29, 2010, 13:28 |
Tester | abelardator2 | View Status | Public | Platform | MAMEUI |
Assigned To | Haze | Resolution | Fixed | OS | Windows Vista/7 (64-bit) |
Status [?] | Resolved | Driver | |||
Version | 0.138u1 | Fixed in Version | 0.138u2 | Build | Normal |
Fixed in Git Commit | Github Pull Request # | ||||
Summary | 03866: prehisle, prehisleu, gensitou: Lack of graphics | ||||
Description | When you enter the name for maximum score, a box surrounding the letter, not in mame. | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Github Commit | |||||
Flags | Verified with Original | ||||
Regression Version | |||||
Affected Sets / Systems | prehisle, prehisleu, gensitou | ||||
Attached Files
|
HPIM1093.JPG (167,443 bytes) May 28, 2010, 18:52
| ||||
HPIM1100.JPG (162,385 bytes) May 28, 2010, 18:53
| |||||
prehisle.png (139,286 bytes) May 28, 2010, 18:53
| |||||
Relationships
There are no relationship linked to this issue. |
Notes
4
No.06197
Haze Senior Tester
May 28, 2010, 20:14
|
seems to be sprite 15d? gfx region 3/3 if has bit 0x200 set on the y coordinate causing it to draw off-screen if you use int sy = spriteram16[offs]&0x1ff; (vidhrdw/prehisle.c) instead of the existing line then it will display dunno if that causes any other issues tho, no time to check. |
---|---|
No.06200
hap Developer
May 29, 2010, 11:48
|
i'll do a testrun |
No.06204
abelardator2 Tester
May 29, 2010, 13:17
|
Ok, thanks.... |
No.06205
hap Developer
May 29, 2010, 13:28
|
changed x/y to 9 bit signed |