//****************************************** // GAMEBOY //****************************************** /****************************************** Menu *****************************************/ void gbMenu() { println_Msg(F("WORK IN PROGRESS")); println_Msg(F("Press Button...")); display_Update(); wait(); asm volatile (" jmp 0"); } /****************************************** Setup *****************************************/ void setup_GB() { } //****************************************** // End of File //******************************************