#73526 - gustav05 - Sun Feb 26, 2006 9:38 am
Hello!
I have a question.
In the header file "gba.h" there are 2 constants defined:
#define VideoBuffer ((u16*)0x6000000)
#define FrontBuffer ((u16*)0x6000000)
Both are pointers, which points to the video memory, the VRAM.
Is there any difference between these 2 pointers?
And it is correct, that the VRAM begins at 0x6000000?
Is FrontBuffer and VideoBuffer only a pointer or a pointer-array?
I hope you can help me.
Thanks.
I have a question.
In the header file "gba.h" there are 2 constants defined:
#define VideoBuffer ((u16*)0x6000000)
#define FrontBuffer ((u16*)0x6000000)
Both are pointers, which points to the video memory, the VRAM.
Is there any difference between these 2 pointers?
And it is correct, that the VRAM begins at 0x6000000?
Is FrontBuffer and VideoBuffer only a pointer or a pointer-array?
I hope you can help me.
Thanks.