aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 1970e8e..db04026 100644
--- a/src/main.c
+++ b/src/main.c
@@ -40,6 +40,8 @@ WITH REGARD TO THIS SOFTWARE.
40// - Improve SRAM saving to make room for longer patterns and/or more banks. 40// - Improve SRAM saving to make room for longer patterns and/or more banks.
41// - Higher resolution clock to allow for microtiming and more accurate tempo. 41// - Higher resolution clock to allow for microtiming and more accurate tempo.
42// - Add clipboard sharing between banks. 42// - Add clipboard sharing between banks.
43// - Allow using B + dpad to nudge trigs. This will potentially mean switching
44// to key release to enable trigs.
43// 45//
44// WIP (1.7) 46// WIP (1.7)
45// + Improve "grey" cursor with dithering instead. 47// + Improve "grey" cursor with dithering instead.
@@ -85,10 +87,16 @@ WITH REGARD TO THIS SOFTWARE.
85// used. 87// used.
86// + Make sure parameters show the default ones on empty/cleared patterns and 88// + Make sure parameters show the default ones on empty/cleared patterns and
87// you can't modify non active trig params or params on empty patterns. 89// you can't modify non active trig params or params on empty patterns.
90// + When In chain and in Square 1 should allow you to up arrow to Toggle
91// button. Also Square 8 up to allow to arrow up to Random.
92// + If chain Toggled OFF (and chain starts with E) and editing a Pattern
93// (let’s say it’s C), hitting Start to stop will jump the pattern selected to
94// E. Chain if toggled off should have no affect.
88// - Add CREDITS to the documentation for now, should probably be a menu item 95// - Add CREDITS to the documentation for now, should probably be a menu item
89// later. 96// later.
90// - Make sure sync works with the same cable for in/out. 97// - Make sure sync works with the same cable for in/out.
91 98
99
92#include "gba/gba.h" 100#include "gba/gba.h"
93 101
94#include "renderer_m0.c" 102#include "renderer_m0.c"