This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#11745 - Rockboy Screen on Sansa Clip+
Attached to Project:
Rockbox
Opened by Kolby (Rockdude45) - Tuesday, 09 November 2010, 00:21 GMT+2
Last edited by Michael Stummvoll (Stummi) - Friday, 26 November 2010, 15:24 GMT+2
Opened by Kolby (Rockdude45) - Tuesday, 09 November 2010, 00:21 GMT+2
Last edited by Michael Stummvoll (Stummi) - Friday, 26 November 2010, 15:24 GMT+2
|
DetailsOn the Sansa Clip+ Port of Rockboy the bottom of the screen was at the top
example: in Pokemon Red the bottom half of the text boxes were at the top of the screen |
This task depends upon
Closed by Michael Stummvoll (Stummi)
Friday, 26 November 2010, 15:24 GMT+2
Reason for closing: Fixed
Friday, 26 November 2010, 15:24 GMT+2
Reason for closing: Fixed
The bug does not appear on other devices, so its not an general rockboy-problem.
Screenshots attached
Greetings,
Michael
#if (LCD_HEIGHT == 64) && (LCD_DEPTH == 1) /* Archos, Clip, m200v4 */
on m200v4 rockboy does not run. On Archos-Devices the problem appears to, so it seems the bug accords to this part.
IIt seems to have to do with the scanline_remapped-var.
This is one greater than it should be, so i added a correction for this.
But since i don't know exactly why this bug is there, i would call this patch just a workaround.