- --
Viewing Issue Advanced Details
ID | Category [?] | Severity [?] | Reproducibility | Date Submitted | Last Update |
---|---|---|---|---|---|
02448 | Graphics | Minor | Have not tried | Feb 5, 1997, 00:00 | Oct 10, 2011, 21:33 |
Tester | -MAME Source- | View Status | Public | Platform | |
Assigned To | robiza | Resolution | Fixed | OS | |
Status [?] | Resolved | Driver | |||
Version | N/A | Fixed in Version | 0.143u7 | Build | |
Fixed in Git Commit | Github Pull Request # | ||||
Summary | 02448: lethalen: External' rowscroll not hooked up correctly (1st attract level, highscores). | ||||
Description | External' rowscroll not hooked up correctly (1st attract level, highscores). | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Github Commit | |||||
Flags | Noted in Source | ||||
Regression Version | |||||
Affected Sets / Systems | lethalen | ||||
Attached Files
|
|||||
Relationships
There are no relationship linked to this issue. |
Notes
1
No.07816
robiza Developer
Oct 1, 2011, 17:00
|
with this hack the bug disappear: in konicdev.c, add this line: if (scrollmode==2) sdat_offs = sdat_offs + 0x1e0 + 14; after: sdat_offs = sdat_walk & sdat_wrapmask; |
---|