Rockbox Development > New Ports
Cowon D2
Bkd11:
--- Quote from: andiator on May 22, 2008, 05:39:03 AM ---It was/is busy time for me too. Too much to do in my project, the next test is in the end of the next week and all people you (me) need have vacation ???
But well, that's life...
I don't want to post a new patch only because of four lines that are different, so I'm posting it here :P , could anyone commit this please?
found in apps/plugins/packbox/pacbox.h:142
#ifdef HAVE_TOUCHPAD
#ifndef PACMAN_UP
#define PACMAN_UP BUTTON_TOPMIDDLE
#endif
#ifndef PACMAN_DOWN
#define PACMAN_DOWN BUTTON_BOTTOMMIDDLE
#endif
#ifndef PACMAN_LEFT
#define PACMAN_LEFT BUTTON_MIDLEFT
#endif
#ifndef PACMAN_RIGHT
#define PACMAN_RIGHT BUTTON_MIDRIGHT
#endif
#ifndef PACMAN_1UP
#define PACMAN_1UP BUTTON_BOTTOMLEFT
#endif
#ifndef PACMAN_2UP
#define PACMAN_2UP BUTTON_BOTTOMRIGHT
#endif
#ifndef PACMAN_COIN
#define PACMAN_COIN BUTTON_CENTER
#endif
#ifndef PACMAN_MENU
#define PACMAN_MENU (BUTTON_TOPLEFT|BUTTON_REL)
#endif
#endif
[Edit1] updated ftp (new rockbox version + new patched original FW 2.57 and 3.57)
[Edit2] sorry, the ftp update gone completly wrong, I'm on it
[Edit3] the ftp is working again, the problem was, the files had the windows line end character in the names (???) like this: d2N...bin'\r', because I changed my patching script with windows editor...
Didn't know it's possible...
--- End quote ---
Thanks andiator.
But since you have to turn the screen vertically to play it, shouldn't it be:
#ifdef HAVE_TOUCHPAD
#ifndef PACMAN_UP
#define PACMAN_UP BUTTON_MIDRIGHT
#endif
#ifndef PACMAN_DOWN
#define PACMAN_DOWN BUTTON_MIDLEFT
#endif
#ifndef PACMAN_LEFT
#define PACMAN_LEFT BUTTON_TOPMIDDLE
#endif
#ifndef PACMAN_RIGHT
#define PACMAN_RIGHT BUTTON_BOTTOMMIDDLE
Anyways the game is pretty unplayable using a touchpad, but still fun to have.
shotofadds:
Oops, I didn't get time to commit those updates. I'm away for a few days so it'll have to wait til Monday now.
andiator:
--- Quote from: Bkd11 on May 23, 2008, 10:41:07 AM ---But since you have to turn the screen vertically to play it, shouldn't it be:
--- End quote ---
You'r right! But the strange thing is it was correct before (see old posts). I think the svn update somehow managed to undo/overwrite my not commited changes (???) or I'm simply too stupid ;D
shotofadds:
The Pacbox controls should now be fixed in SVN.
Bkd11:
--- Quote from: shotofadds on May 27, 2008, 05:35:29 AM ---The Pacbox controls should now be fixed in SVN.
--- End quote ---
Yep! I can confirm it is now fixed.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version