hello world for the GameBoy using Ham
hello world
/* * Created by using HAM 2.5 */ #include mygba.h MULTIBOOT /********************************************************************************* * Program entry point ********************************************************************************/ int main(void) { /*very important do not remove*/ ham_Init(); ham_InitText(0); ham_DrawText(2
Bookmark It
























