- --
Viewing Issue Advanced Details
ID | Category [?] | Severity [?] | Reproducibility | Date Submitted | Last Update |
---|---|---|---|---|---|
01700 | Graphics | Minor | Always | Apr 16, 2008, 21:43 | Apr 17, 2008, 00:10 |
Tester | haynor666 | View Status | Public | Platform | MAME (Self-compiled) |
Assigned To | Resolution | No change required | OS | Windows XP/Vista 32-bit | |
Status [?] | Closed | Driver | |||
Version | 0.124u2 | Fixed in Version | Build | C2D | |
Fixed in Git Commit | Github Pull Request # | ||||
Summary | 01700: sprint4a: Corrupted car objects | ||||
Description | Look at cars, in this sets looks like corrupted, in parent everything is ok. | ||||
Steps To Reproduce | Run the game and drive. | ||||
Additional Information | |||||
Github Commit | |||||
Flags | |||||
Regression Version | |||||
Affected Sets / Systems | sprint4a | ||||
Attached Files
|
sprint4a.png (1,521 bytes) Apr 16, 2008, 21:44
| ||||
Relationships
There are no relationship linked to this issue. |
Notes
2
No.00666
haynor666 Tester
Apr 16, 2008, 21:46
|
Probably caused by missing rom. |
---|---|
No.00667
Tafoid Administrator
Apr 17, 2008, 00:00
edited on: Apr 17, 2008, 00:00 |
That's correct. It's a graphic rom which is labeled in source as NO_DUMP:ROM_REGION( 0x0c00, REGION_GFX2, ROMREGION_DISPOSE ) /* motion */ ROM_LOAD( "30028-03.n6", 0x0000, 0x0400, CRC(d3337030) SHA1(3e73fc45bdcaa52dc1aa01489b46240284562ab7) ) ROM_LOAD( "30029-03.m6", 0x0400, 0x0400, NO_DUMP ) ROM_LOAD( "30030-03.l6", 0x0800, 0x0400, CRC(aa1b45ab) SHA1(1ddb64d4ec92a1383866daaefa556499837decd1) ) The warning you get from MAME in this case which requires you read and type "OK": One or more ROMs/CHDs for this game are incorrect. The game may not run correctly As a result, since it's not explicitly an emulation error and simply an already documented bad file, there should be no bug entered for this. |