1
0
Fork 0
forked from len0rd/rockbox

Build some more plugins for M:Robe most work, doom builds and runs if you use a hack - need to fix the user timer so that it works properly.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15403 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Karl Kurbjun 2007-11-02 05:21:34 +00:00
parent 574b1009a6
commit 38548c7118
17 changed files with 276 additions and 27 deletions

View file

@ -118,6 +118,22 @@
#define PACMAN_COIN BUTTON_FF
#define PACMAN_MENU BUTTON_PLAY
#elif CONFIG_KEYPAD == MROBE500_PAD
#define PACMAN_UP BUTTON_RC_PLAY
#define PACMAN_DOWN BUTTON_RC_DOWN
#define PACMAN_LEFT BUTTON_RC_REW
#define PACMAN_RIGHT BUTTON_RC_FF
#define PACMAN_1UP BUTTON_RC_VOL_DOWN
#define PACMAN_2UP BUTTON_RC_VOL_UP
#define PACMAN_COIN_PRE BUTTON_RC_MODE
#define PACMAN_COIN (BUTTON_RC_MODE | BUTTON_RC_DOWN)
#define PACMAN_MENU BUTTON_POWER
#else
#error Keymap not defined!
#endif
#if (LCD_HEIGHT >= 288)