- --
Viewing Issue Advanced Details
ID | Category [?] | Severity [?] | Reproducibility | Date Submitted | Last Update |
---|---|---|---|---|---|
03254 | Color/Palette | Critical (emulation) | Always | Jun 10, 2009, 22:52 | Jun 10, 2009, 23:28 |
Tester | hap | View Status | Public | Platform | MAME (Official Binary) |
Assigned To | Phil Bennett | Resolution | Fixed | OS | |
Status [?] | Resolved | Driver | |||
Version | 0.132 | Fixed in Version | 0.132u1 | Build | I686 |
Fixed in Git Commit | Github Pull Request # | ||||
Summary | 03254: tubep, tubepb: Gameplay area not visible | ||||
Description |
video/tubep.c PALETTE_INIT( tubep ): weights_r, weights_g, weights_b are auto initialized to 0, causing affected colours to be black. GCC 4.4 complains: src/mame/video/tubep.c: In function 'palette_init_tubep': src/mame/video/tubep.c:350: error: 'weights_r' is used uninitialized in this fun ction src/mame/video/tubep.c:354: error: 'weights_g' is used uninitialized in this fun ction src/mame/video/tubep.c:358: error: 'weights_b[0]' is used uninitialized in this function (...) |
||||
Steps To Reproduce | |||||
Additional Information | |||||
Github Commit | |||||
Flags | |||||
Regression Version | 0.131u3 | ||||
Affected Sets / Systems | tubep, tubepb | ||||
Attached Files
|
0000.png (722 bytes) Jun 10, 2009, 23:28
| ||||
Relationships
There are no relationship linked to this issue. |
Notes
0
There are no notes attached to this issue. |