| - As of 0.139u2, some drivers and options show "16-bit EEPROM set with 8-bit data". Check 4030. - Haze is calling for mixing issues with *SINGLE* VDP games in toaplan2.c. Check 4044. |
| Viewing Issue Advanced Details [ Jump to Notes ] | [ View Source: astrocde.c ] | ||||||||||||
| ID | Category [?] | Severity [?] | Reproducibility | Date Submitted | Last Update | ||||||||
| 03768 | Graphics | Minor | Always | 2010-03-06 22:19 | 2010-04-22 18:55 | ||||||||
| Tester | M.A.S.H. | View Status | Public | ||||||||||
| Assigned To | Platform | MAME (Self-compiled) | |||||||||||
| Priority | normal | Resolution | Open | OS | Windows XP (32-bit) | ||||||||
| Status [?] | Resolved | Driver | astrocde.c | ||||||||||
| Projection | None | Version | 0.136u4 | ||||||||||
| ETA | None | Fixed in Version | 0.137u2 | Build | Normal | ||||||||
| Summary | 03768: All sets in cidelsa.c, most sets in astrocde.c: Shifted gfx display | ||||||||||||
| Description |
The screen/gfx are shifted in the astrocde.c and cidelsa.c games since MAME 0.136u3. The bottom is cut off. Compare the attached two screenshots of MAME 0.136u2 and 0.136u3 taken with IrfanView and MAME seawolf2 -window. The MAME snapshots of both version are looking normal. |
||||||||||||
| Steps To Reproduce | |||||||||||||
| Additional Information |
astrocde.c -------------- seawolf2 spacezap ebases robby demndrgn profpac tenpindx |
||||||||||||
| Flags | |||||||||||||
| Regression Version | 0.136u3 | ||||||||||||
| Affected Sets | All sets in cidelsa.c, most sets in astrocde.c | ||||||||||||
| Old BugID | |||||||||||||
| Attached Files |
|
||||||||||||
|
|
|
|
Tafoid (Administrator) 2010-03-06 22:52 |
I'd suggest if you can to make the screenshot top/bottom rather than side to side... or even separate shots. Thank you. |
|
M.A.S.H. (Senior Tester) 2010-03-07 00:00 |
Added an animated GIF file from both version. |
|
Tafoid (Administrator) 2010-03-07 01:39 |
That's fine. I just didn't dig having to scroll left/right on a bug :) Thank you. |
|
M.A.S.H. (Senior Tester) 2010-03-08 22:44 edited on: 2010-03-08 22:46 |
Fixed the problem with the shifted screen display. In MAME 0.136u2 was emu\render.c changed with the new value no_center (center the container), so the MDRV_SCREEN_DEFAULT_POSITION in the drivers astrocde and cidelsa must updated. Use attached diff file to changed both drivers. Delete the cfg files before you tested them!!! I have submit the fix for next release. |
|
Tafoid (Administrator) 2010-04-22 18:55 |
Fixed effective 0.137u2, although I'm not sure what change brought about the fix. I think it was the render.c fixes by Bryan Ischo. |