- --
Viewing Issue Advanced Details
| ID | Category [?] | Severity [?] | Reproducibility | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 03163 | Graphics | Minor | Always | May 10, 2009, 23:58 | May 11, 2009, 07:03 |
| Tester | Tafoid | View Status | Public | Platform | MAME (Self-compiled) |
| Assigned To | Mamesick | Resolution | Fixed | OS | Windows 2000 |
| Status [?] | Resolved | Driver | |||
| Version | 0.131u1 | Fixed in Version | 0.131u2 | Build | Normal |
| Fixed in Git Commit | Github Pull Request # | ||||
| Summary | 03163: sailormn, sailormno: Playfield Graphics regression | ||||
| Description | As illustrated in the snaps, there are certain graphics which are missing or misplaced. | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Github Commit | |||||
| Flags | |||||
| Regression Version | 0.131u1 | ||||
| Affected Sets / Systems | sailormn, sailormno | ||||
|
Attached Files
|
|||||
Relationships
| There are no relationship linked to this issue. |
Notes
2
|
No.04368
Mamesick Senior Tester
May 11, 2009, 06:01
|
Another copy and paste bug:+ AM_RANGE(0x800000, 0x887fff) AM_RAM_WRITE(cave_vram_0_w) AM_BASE(&cave_vram_0) // Layer 0instead of + AM_RANGE(0x800000, 0x807fff) AM_RAM_WRITE(cave_vram_0_w) AM_BASE(&cave_vram_0) // Layer 0Wonder how many of these have been created in this round... |
|---|---|
|
No.04372
etabeta Developer
May 11, 2009, 07:03
|
Given the number of drivers modified by: - memory map merging - cpu tag replacements - memory allocation changes I would have expected worse breakage. Updates are not stable releases for a reason ;) |