Auto full-combo Koibumi2000 in Taiko no Tatsujin CS5

Dependencies:   fll mbed-rtos mbed

Revision:
38:3ef142056a3c
Parent:
36:09c32b11d1a0
--- a/main.cpp	Thu Feb 19 07:23:38 2015 +0000
+++ b/main.cpp	Thu Feb 19 17:52:17 2015 +0000
@@ -181,7 +181,7 @@
     Producer* delayed_taiko = new DelayFlow(taiko, 9.068);
 
     button_time menu_bs[] = {
-        { 0, 40 }, { CIRCLE, 3 }, { CIRCLE, 4 }
+        space(40), single(CIRCLE), space(3), single(CIRCLE), space(4)
     };
 
     Producer* back = new EasySource(menu_bs, sizeof(menu_bs) / sizeof(menu_bs[0]));