#77527 - Jau - Sat Apr 01, 2006 3:23 pm
Hello, i have just bought an EZ Flash III, and it works in the Nintendo DS with the usual .gba game roms. But when i try it with my homebrew game .gba made with the HAM library, it only shows the HAM logo and then it turns the screen to black and it does nothing.
Is there some way to have this working? Thanks
#77541 - tepples - Sat Apr 01, 2006 4:41 pm
Do any simpler HAM programs work on your card?
_________________
-- Where is he?
-- Who?
-- You know, the human.
-- I think he moved to Tilwick.
#77567 - Jau - Sat Apr 01, 2006 6:50 pm
Yes, they do. Other programs work fine.
#77574 - tepples - Sat Apr 01, 2006 8:11 pm
Then start with hello world and add one thing at a time, testing on your flash card each time, until it breaks.
_________________
-- Where is he?
-- Who?
-- You know, the human.
-- I think he moved to Tilwick.
#77585 - spinal_cord - Sat Apr 01, 2006 9:21 pm
is it the only program on the cart? if not (and your using the menu) press B instead of A to start it, sometimes things dont load properly, B will reset the gba and load your program withouth using the menu.
#77594 - Jau - Sat Apr 01, 2006 10:16 pm
I think the reason are the HEL map functions, it seems they don't work properly with the real console. I will try with HEL2 if it's not very complicated.
#77730 - Jau - Sun Apr 02, 2006 7:21 pm
Finally i've got it. It was not the HEL library. The problem was i was using the ham_VBAText function which is useful for debugging purposes in the PC but it makes the real console to crash.