cartreader/Cart_Reader/GB.ino

26 lines
575 B
Arduino
Raw Normal View History

2016-07-04 13:21:34 +02:00
//******************************************
// 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
//******************************************