- Status Closed
- Percent Complete
- Task Type Bugs
- Category Games
- Assigned To No-one
- Operating System Another
- Severity Low
- Priority Very Low
- Reported Version Release 3.6
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#11745 - Rockboy Screen on Sansa Clip+
On 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
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
could reproduce it on trunk (also in 3.6 and 3.7 tag) with sim-build and pokemon blue edition.
The bug does not appear on other devices, so its not an general rockboy-problem.
Screenshots attached
Greetings,
Michael
i tried to grep the rockboy-dir for "clip" to see, if there are some special hacks for this device and found this:
#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.