summaryrefslogtreecommitdiff
path: root/apps/plugins/pacbox/pacbox.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/pacbox/pacbox.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/pacbox/pacbox.h')
-rw-r--r--apps/plugins/pacbox/pacbox.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/apps/plugins/pacbox/pacbox.h b/apps/plugins/pacbox/pacbox.h
index c1a1c6b9e5..a3d42b099c 100644
--- a/apps/plugins/pacbox/pacbox.h
+++ b/apps/plugins/pacbox/pacbox.h
@@ -169,18 +169,6 @@
169 169
170#define PACMAN_MENU (BUTTON_MENU|BUTTON_REL) 170#define PACMAN_MENU (BUTTON_MENU|BUTTON_REL)
171 171
172#elif CONFIG_KEYPAD == IAUDIO67_PAD
173
174#define PACMAN_UP BUTTON_STOP
175#define PACMAN_DOWN BUTTON_PLAY
176#define PACMAN_LEFT BUTTON_LEFT
177#define PACMAN_RIGHT BUTTON_RIGHT
178#define PACMAN_1UP BUTTON_VOLDOWN
179#define PACMAN_2UP BUTTON_VOLUP
180#define PACMAN_COIN_PRE BUTTON_MENU
181#define PACMAN_COIN (BUTTON_MENU | BUTTON_PLAY)
182#define PACMAN_MENU BUTTON_POWER
183
184#elif CONFIG_KEYPAD == CREATIVEZVM_PAD 172#elif CONFIG_KEYPAD == CREATIVEZVM_PAD
185 173
186#define PACMAN_UP BUTTON_UP 174#define PACMAN_UP BUTTON_UP