Just a comment,
If I'm not wrong: The second framebuffer register (0xCC002024) should point
to the beginning of the first pixel on the second
scanline.
This means that in main.c:
video[9] = FRAMEBUFFERADDR;
should be replaced with:
video[9] = FRAMEBUFFERADDR + 1280;
Red Angel
|