- --
Viewing Issue Advanced Details
| ID | Category [?] | Severity [?] | Reproducibility | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 02042 | Color/Palette | Minor | Always | Jul 25, 2008, 04:56 | Nov 2, 2008, 03:04 |
| Tester | Mamesick | View Status | Public | Platform | MAME (Self-compiled) |
| Assigned To | Mamesick | Resolution | Fixed | OS | Windows XP/Vista 32-bit |
| Status [?] | Resolved | Driver | |||
| Version | 0.126u2 | Fixed in Version | 0.128u2 | Build | Normal |
| Fixed in Git Commit | Github Pull Request # | ||||
| Summary | 02042: jjparad2: Wrong background color | ||||
| Description | The background color is wrong, it's black when it should be coloured. | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Github Commit | |||||
| Flags | |||||
| Regression Version | 0.125u5 | ||||
| Affected Sets / Systems | jjparad2 | ||||
|
Attached Files
|
|||||
diff -Nru sourceold/src/mame/video/suprnova.c temp/src/mame/video/suprnova.c
--- sourceold/src/mame/video/suprnova.c 2008-07-24 15:43:43.000000000 +0200
+++ temp/src/mame/video/suprnova.c 2008-07-24 15:55:51.000000000 +0200
@@ -1138,7 +1138,7 @@
}
else
{
- bgpendata = 0;
+ bgpendata = pendata2&0x7fff;
bgpri = 0;;
}
}
| |||||
Relationships
| There are no relationship linked to this issue. |
Notes
3
|
No.01779
Mamesick Senior Tester
Jul 25, 2008, 04:58
|
I attached an easy fix but I don't know if it breaks other games in the driver. For what I've randomly tested it seems correct. |
|---|---|
|
No.01785
Haze Senior Tester
Jul 25, 2008, 07:16
|
the intro of sarukani is the one that usually gets broken .. I haven't checked tho, as long as it doesn't break anything the fix looks reasonable because the mixing isn't 100% understood. |
|
No.02965
aaron Developer
Nov 2, 2008, 03:04
|
Resolved by mamesick. |