diff --git a/Makefile b/Makefile index b74c87f..7372be4 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ #--- MAJOR := 0 MINOR := 9 -PATCH := 0 +PATCH := 1 EXTRAVERSION := diff --git a/TODO b/TODO index 371b994..6e974fa 100644 --- a/TODO +++ b/TODO @@ -3,21 +3,23 @@ * fix fx9860 support @update -* session: add custom world in each session +* makefile: change for `mkdir build && cd build && ../configure && make` * makefile: handle header dependencies * makefile: handle dynamic lib generation * makefile: generate the documentation * context: refacto printXY() ! * hexdump: search commands * callgraph: improve user interface. +* session: switch between multiple session +* session: add custom world in each session @feature * be compilent with giteapc -* switch to cmake * add documentation * switch to justUI -* add drivers menu -* savefile -* load saved file +* add world menu +* save tracing file +* load saved tracing file * list color scheme on SMEM. * disasm: set manually multiple breakpoint +* disasm: display pipeline ILP information diff --git a/assets/cg/icon-cg-sel.png b/assets/cg/icon-cg-sel.png index 9503f54..a9b45be 100644 Binary files a/assets/cg/icon-cg-sel.png and b/assets/cg/icon-cg-sel.png differ diff --git a/gintrace.g3a b/gintrace.g3a index 4e19d28..348aac0 100644 Binary files a/gintrace.g3a and b/gintrace.g3a differ diff --git a/libgintrace-cg.a b/libgintrace-cg.a index 927edab..9331d89 100644 Binary files a/libgintrace-cg.a and b/libgintrace-cg.a differ diff --git a/src/gui/menu.c b/src/gui/menu.c index 6708358..a8c5816 100644 --- a/src/gui/menu.c +++ b/src/gui/menu.c @@ -178,6 +178,7 @@ int menu_keyboard(struct menu_group *gmenu) if (gmenu == NULL) return (menu_retval_efault); + clearevents(); key = getkey().key; if (key == KEY_0) { gcolor_scheme_change();