Modified version of official firmware for Outrageous Circuits' RETRO. See Game.cpp for change history.

Dependencies:   mbed

Fork of Official_RETRO by GHI Electronics

Revision:
2:6ab46f2e851a
Parent:
1:cd8a3926f263
--- a/Main.cpp	Mon Nov 17 19:51:24 2014 +0000
+++ b/Main.cpp	Fri Nov 21 20:13:10 2014 +0000
@@ -7,9 +7,6 @@
         
     game.showSplashScreen();
     
-    while (true) {
+    while (true)
         game.tick();
-        
-        wait_ms(25);
-    }
 }
\ No newline at end of file