Nuke all TCC77x targets: iAudio 7, Sansa C100, M200(v1-3), Logik DAX

They were never finished, never saw any release ever, and haven't
compiled for the better part of a decade.  Given their HW capabilities [1],
they are not worth trying to fix.

[1] 1-2MB RAM, ~256MB onboard flash, no expandability

Change-Id: I7b2a5806d687114c22156bb0458d4a10a9734190
This commit is contained in:
Solomon Peachy 2021-04-23 11:09:49 -04:00
parent 77188e41f5
commit 3ba2f6e5c7
103 changed files with 48 additions and 5873 deletions

View file

@ -312,20 +312,6 @@
#define SOKOBAN_LEVEL_UP BUTTON_PLUS
#define SOKOBAN_MENU_NAME "[MENU]"
#elif CONFIG_KEYPAD == IAUDIO67_PAD
#define SOKOBAN_LEFT BUTTON_LEFT
#define SOKOBAN_RIGHT BUTTON_RIGHT
#define SOKOBAN_UP BUTTON_STOP
#define SOKOBAN_DOWN BUTTON_PLAY
#define SOKOBAN_MENU BUTTON_MENU
#define SOKOBAN_UNDO BUTTON_VOLDOWN
#define SOKOBAN_REDO BUTTON_VOLUP
#define SOKOBAN_PAUSE (BUTTON_MENU|BUTTON_LEFT)
#define BUTTON_SAVE (BUTTON_MENU|BUTTON_PLAY)
#define BUTTON_SAVE_NAME "MENU+PLAY"
#define SOKOBAN_RC_MENU (BUTTON_MENU|BUTTON_STOP)
#elif CONFIG_KEYPAD == CREATIVEZVM_PAD
#define SOKOBAN_LEFT BUTTON_LEFT
#define SOKOBAN_RIGHT BUTTON_RIGHT