- --
Viewing Issue Advanced Details
ID | Category [?] | Severity [?] | Reproducibility | Date Submitted | Last Update |
---|---|---|---|---|---|
04673 | Color/Palette | Minor | Always | Feb 12, 2012, 04:15 | Feb 13, 2012, 20:15 |
Tester | M.A.S.H. | View Status | Public | Platform | MAME (Self-compiled) |
Assigned To | M.A.S.H. | Resolution | Fixed | OS | Windows XP (32-bit) |
Status [?] | Resolved | Driver | |||
Version | 0.145 | Fixed in Version | 0.145u1 | Build | Normal |
Fixed in Git Commit | Github Pull Request # | ||||
Summary | 04673: springer: Rabbit has wrong colors. | ||||
Description |
The color of the Rabbit in Springer is wrong. Compare it with the Arcade Flyer at http://flyers.arcade-museum.com/?page=thumbs&db=videodb&id=3573 I swapped the gfx2 roms (springer.8/9) to correct the colors (see snapshot). To my surprise, only the colors of the rabbit has just changed. I send the fix to submit@mamedev.org |
||||
Steps To Reproduce | |||||
Additional Information | |||||
Github Commit | |||||
Flags | |||||
Regression Version | |||||
Affected Sets / Systems | springer | ||||
Attached Files
|
1-1.png (112,249 bytes) Feb 12, 2012, 04:15 Uploaded by M.A.S.H.
| ||||
1-2.png (91,062 bytes) Feb 12, 2012, 04:16 Uploaded by M.A.S.H.
| |||||
springer(correct colors).png (4,190 bytes) Feb 12, 2012, 04:16 Uploaded by M.A.S.H.
| |||||
springer.diff (960 bytes) Feb 12, 2012, 04:16 Uploaded by M.A.S.H. [Show Content] [Hide Content]diff -Nru src-old/mame/drivers/marineb.c src/mame/drivers/marineb.c --- src-old/mame/drivers/marineb.c 2012-01-12 22:19:50.000000000 +0100 +++ src/mame/drivers/marineb.c 2012-02-12 05:12:38.000000000 +0100 @@ -743,9 +743,9 @@ ROM_LOAD( "springer.7", 0x1000, 0x1000, CRC(95ab8fc0) SHA1(74dad6fe1edd38b22656cf6cd9e4a57012bf0d60) ) ROM_REGION( 0x4000, "gfx2", 0 ) - ROM_LOAD( "springer.8", 0x0000, 0x1000, CRC(a54bafdc) SHA1(70f1a9ab116dc2a195aa9026ed1004101897d274) ) + ROM_LOAD( "springer.9", 0x0000, 0x1000, CRC(fa302775) SHA1(412afdc620be95e70b3b782d1a08e4a46777e710) ) /* 0x1000-0x1fff empty for my convinience */ - ROM_LOAD( "springer.9", 0x2000, 0x1000, CRC(fa302775) SHA1(412afdc620be95e70b3b782d1a08e4a46777e710) ) + ROM_LOAD( "springer.8", 0x2000, 0x1000, CRC(a54bafdc) SHA1(70f1a9ab116dc2a195aa9026ed1004101897d274) ) /* 0x3000-0x3fff empty for my convinience */ ROM_REGION( 0x0200, "proms", 0 ) | |||||
Relationships
There are no relationship linked to this issue. |
Notes
0
There are no notes attached to this issue. |