#153915 - ghuldan - Tue Apr 08, 2008 10:46 am
Hi everyone,
I tried to put my homebrew on a slot2 supercard lite, using last dldi patch avalaible on dldi wiki (January 2007).
My homebrew is using lifat and Palib and working fine on Desmume.
On the top screen, i write info with PA_outputText ;
On the bottom screen, i use tiled background, and bitmap sprites.
Every piece of ressource is loaded with libfat (bg, sprites etc ...)
I only use palib for the initSystem, printf and WaitForVBl for now : ressources (OAM, VRAM etc ...) are updated with my code.
What i get on DS :
- libfat works fine : all is loaded
- Sprites appears but for each line, a black line is drawn (so half of the sprites is shown)
- Background are not displayed but are loaded (i have clues).
- Nothing on top screen appears.
I guess unaligned data could explain some of the issues but i can find any newer DLDI patch.
So any clue ?
I tried to put my homebrew on a slot2 supercard lite, using last dldi patch avalaible on dldi wiki (January 2007).
My homebrew is using lifat and Palib and working fine on Desmume.
On the top screen, i write info with PA_outputText ;
On the bottom screen, i use tiled background, and bitmap sprites.
Every piece of ressource is loaded with libfat (bg, sprites etc ...)
I only use palib for the initSystem, printf and WaitForVBl for now : ressources (OAM, VRAM etc ...) are updated with my code.
What i get on DS :
- libfat works fine : all is loaded
- Sprites appears but for each line, a black line is drawn (so half of the sprites is shown)
- Background are not displayed but are loaded (i have clues).
- Nothing on top screen appears.
I guess unaligned data could explain some of the issues but i can find any newer DLDI patch.
So any clue ?