mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-17 17:12:39 -05:00
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:
parent
574b1009a6
commit
38548c7118
17 changed files with 276 additions and 27 deletions
|
|
@ -105,7 +105,16 @@
|
|||
#define REVERSI_BUTTON_MAKE_MOVE BUTTON_SELECT
|
||||
#define REVERSI_BUTTON_MENU (BUTTON_SELECT|BUTTON_REPEAT)
|
||||
|
||||
#elif
|
||||
#elif CONFIG_KEYPAD == MROBE500_PAD
|
||||
#define REVERSI_QUIT BUTTON_POWER
|
||||
#define REVERSI_BUTTON_UP BUTTON_RC_PLAY
|
||||
#define REVERSI_BUTTON_DOWN BUTTON_RC_DOWN
|
||||
#define REVERSI_BUTTON_LEFT BUTTON_RC_REW
|
||||
#define REVERSI_BUTTON_RIGHT BUTTON_RC_FF
|
||||
#define REVERSI_BUTTON_MAKE_MOVE BUTTON_RC_MODE
|
||||
#define REVERSI_BUTTON_MENU (BUTTON_POWER | BUTTON_REL)
|
||||
|
||||
#else
|
||||
#error REVERSI: Unsupported keypad
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue