- --
Viewing Issue Advanced Details
| ID | Category [?] | Severity [?] | Reproducibility | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 01735 | Graphics | Major | Always | Apr 21, 2008, 02:49 | May 24, 2008, 22:30 |
| Tester | emuman | View Status | Public | Platform | MAME (Official Binary) |
| Assigned To | nicolasa | Resolution | Fixed | OS | Windows XP/Vista 32-bit |
| Status [?] | Resolved | Driver | |||
| Version | 0.124u2 | Fixed in Version | 0.125u3 | Build | Normal |
| Fixed in Git Commit | Github Pull Request # | ||||
| Summary | 01735: sf2m4, sf2m5, sf2m6, sf2m7, sf2yyc, sf2koryu: games with bootleg kludge doesn't work | ||||
| Description |
the following patch removes some useless code that may cause problems, it doesn't help, but should be included. Index: D:/mame_svn/src/mame/video/cps1.c =================================================================== --- D:/mame_svn/src/mame/video/cps1.c (revision 3269) +++ D:/mame_svn/src/mame/video/cps1.c (working copy) @@ -369,16 +369,6 @@ int bank_sizes[4]; const struct gfx_range *bank_mapper; - int bank_scroll1; - int bank_scroll2; - int bank_scroll3; - - /* Some characters aren't visible */ - const int start_scroll2; - const int end_scroll2; - const int start_scroll3; - const int end_scroll3; - int bootleg_kludge; }; |
||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Github Commit | |||||
| Flags | |||||
| Regression Version | |||||
| Affected Sets / Systems | sf2m4, sf2m5, sf2m6, sf2m7, sf2yyc, sf2koryu | ||||
|
Attached Files
|
|||||
Relationships
| There are no relationship linked to this issue. |
Notes
1
|
No.00754
Fujix Administrator
Apr 21, 2008, 07:36
|
Follow-up for sf2 bootlegs. Working: sf2accp2, sf2rb, sf2rb2, sf2red, sf2v004 Stuck in the service mode: sf2koryu, sf2m5, sf2m6, sf2m7, sf2yyc Black screen: sf2m4 |
|---|