summaryrefslogtreecommitdiff
path: root/apps/plugins/sudoku/sudoku.h
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2021-04-23 11:09:49 -0400
committerSolomon Peachy <pizza@shaftnet.org>2021-04-26 07:41:51 -0400
commit3ba2f6e5c7383c5d7a6f8a1c38b6b5403a8a5dcb (patch)
tree2741885caf2393cf05ddd5fac7559df3abcd17dd /apps/plugins/sudoku/sudoku.h
parent77188e41f5c9966432a0fbb3bffd2069d53cc608 (diff)
downloadrockbox-3ba2f6e5c7383c5d7a6f8a1c38b6b5403a8a5dcb.tar.gz
rockbox-3ba2f6e5c7383c5d7a6f8a1c38b6b5403a8a5dcb.zip
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
Diffstat (limited to 'apps/plugins/sudoku/sudoku.h')
-rw-r--r--apps/plugins/sudoku/sudoku.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/apps/plugins/sudoku/sudoku.h b/apps/plugins/sudoku/sudoku.h
index 6ee3eb33ee..1332a9a80f 100644
--- a/apps/plugins/sudoku/sudoku.h
+++ b/apps/plugins/sudoku/sudoku.h
@@ -181,16 +181,6 @@
181#define SUDOKU_BUTTON_QUIT BUTTON_POWER 181#define SUDOKU_BUTTON_QUIT BUTTON_POWER
182#define SUDOKU_BUTTON_MENU BUTTON_MENU 182#define SUDOKU_BUTTON_MENU BUTTON_MENU
183 183
184#elif CONFIG_KEYPAD == IAUDIO67_PAD
185#define SUDOKU_BUTTON_QUIT BUTTON_POWER
186#define SUDOKU_BUTTON_UP BUTTON_STOP
187#define SUDOKU_BUTTON_DOWN BUTTON_PLAY
188#define SUDOKU_BUTTON_LEFT BUTTON_LEFT
189#define SUDOKU_BUTTON_RIGHT BUTTON_RIGHT
190#define SUDOKU_BUTTON_TOGGLE BUTTON_VOLUP
191#define SUDOKU_BUTTON_MENU BUTTON_MENU
192#define SUDOKU_BUTTON_POSSIBLE BUTTON_VOLDOWN
193
194#elif CONFIG_KEYPAD == CREATIVEZVM_PAD 184#elif CONFIG_KEYPAD == CREATIVEZVM_PAD
195#define SUDOKU_BUTTON_QUIT BUTTON_BACK 185#define SUDOKU_BUTTON_QUIT BUTTON_BACK
196#define SUDOKU_BUTTON_UP BUTTON_UP 186#define SUDOKU_BUTTON_UP BUTTON_UP