summaryrefslogtreecommitdiff
path: root/apps/plugins/pong.c
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/pong.c
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/pong.c')
-rw-r--r--apps/plugins/pong.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/apps/plugins/pong.c b/apps/plugins/pong.c
index b06789af6b..22484d0bc9 100644
--- a/apps/plugins/pong.c
+++ b/apps/plugins/pong.c
@@ -139,14 +139,6 @@
139#elif (CONFIG_KEYPAD == COWON_D2_PAD) 139#elif (CONFIG_KEYPAD == COWON_D2_PAD)
140#define PONG_QUIT BUTTON_POWER 140#define PONG_QUIT BUTTON_POWER
141 141
142#elif CONFIG_KEYPAD == IAUDIO67_PAD
143#define PONG_QUIT BUTTON_POWER
144#define PONG_PAUSE BUTTON_MENU
145#define PONG_LEFT_UP BUTTON_VOLUP
146#define PONG_LEFT_DOWN BUTTON_VOLDOWN
147#define PONG_RIGHT_UP BUTTON_RIGHT
148#define PONG_RIGHT_DOWN BUTTON_LEFT
149
150#elif CONFIG_KEYPAD == CREATIVEZVM_PAD 142#elif CONFIG_KEYPAD == CREATIVEZVM_PAD
151#define PONG_QUIT BUTTON_BACK 143#define PONG_QUIT BUTTON_BACK
152#define PONG_LEFT_UP BUTTON_UP 144#define PONG_LEFT_UP BUTTON_UP