cartreader/Cart_Reader/GB.ino
2016-07-04 13:21:34 +02:00

26 lines
575 B
C++

//******************************************
// 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
//******************************************