summaryrefslogtreecommitdiff
path: root/apps/plugins/xobox.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/xobox.c')
-rw-r--r--apps/plugins/xobox.c11
1 files changed, 10 insertions, 1 deletions
diff --git a/apps/plugins/xobox.c b/apps/plugins/xobox.c
index db68e05265..dcffbdcef5 100644
--- a/apps/plugins/xobox.c
+++ b/apps/plugins/xobox.c
@@ -121,8 +121,17 @@ PLUGIN_HEADER
121#define DOWN BUTTON_DOWN 121#define DOWN BUTTON_DOWN
122#define PAUSE BUTTON_PLAY 122#define PAUSE BUTTON_PLAY
123 123
124#elif (CONFIG_KEYPAD == MROBE100_PAD)
125
126#define QUIT BUTTON_POWER
127#define LEFT BUTTON_LEFT
128#define RIGHT BUTTON_RIGHT
129#define UP BUTTON_UP
130#define DOWN BUTTON_DOWN
131#define PAUSE BUTTON_DISPLAY
132
124#else 133#else
125#error Unsupported keypad 134#error No keymap defined!
126#endif 135#endif
127 136
128#define MOVE_NO 0 /* player movement */ 137#define MOVE_NO 0 /* player movement */