1
0
Fork 0
forked from len0rd/rockbox

FS#6539 - Thanks to Tom Ross

Add Jewels, Spacerocks, Wormlet, Rockboy and Sudoku for the e200. Also Includes manual changes for plugins.
Add X5 keymappings for wormlet to the manual.
Add help text for Jewels on the H10 and give a warning if help text is not defined.
Fix bug in spacerocks lives drawing on large screens (larger than Ondio).
Change spacerocks comments to C style.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12018 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Barry Wardell 2007-01-15 20:40:48 +00:00
parent 6de815be5c
commit 41ee9e3304
21 changed files with 154 additions and 73 deletions

View file

@ -116,8 +116,9 @@
#define SUDOKU_BUTTON_DOWN BUTTON_DOWN
#define SUDOKU_BUTTON_LEFT BUTTON_LEFT
#define SUDOKU_BUTTON_RIGHT BUTTON_RIGHT
#define SUDOKU_BUTTON_TOGGLE BUTTON_SELECT
#define SUDOKU_BUTTON_MENU (BUTTON_SELECT|BUTTON_REPEAT)
#define SUDOKU_BUTTON_TOGGLEBACK BUTTON_SCROLL_UP
#define SUDOKU_BUTTON_TOGGLE BUTTON_SCROLL_DOWN
#define SUDOKU_BUTTON_MENU BUTTON_SELECT
#define SUDOKU_BUTTON_POSSIBLE BUTTON_REC
#elif