1
Zaurus - pdaXrom / Dosbox On Zaurus :)
« on: October 07, 2005, 09:59:48 pm »
Ok. I can't get 0.63 to work (libasound.so.2 missing. )
and pressing Fn still generates '1s' .. so how do you compile it yourself? anyone have the alignment patch for .63 ?
This is what needs to be done for the '1s' fix
replace the following lines in src/gui/sdlmain.cpp
/* Special Keys */
default:
code=KBD_1;
LOG(LOG_KEYBOARD,LOG_ERROR)("Unhandled SDL keysym %d"...
break;
/* change KBD_1 to something like KBD_leftshift */
/* or change 313 to just skip and go on? */
I will try to compile dosbox myself, I guess, but I have no idea what to do about the alignment patch and I haven't had great success doing that in the past.
Wendell
and pressing Fn still generates '1s' .. so how do you compile it yourself? anyone have the alignment patch for .63 ?
This is what needs to be done for the '1s' fix
replace the following lines in src/gui/sdlmain.cpp
/* Special Keys */
default:
code=KBD_1;
LOG(LOG_KEYBOARD,LOG_ERROR)("Unhandled SDL keysym %d"...
break;
/* change KBD_1 to something like KBD_leftshift */
/* or change 313 to just skip and go on? */
I will try to compile dosbox myself, I guess, but I have no idea what to do about the alignment patch and I haven't had great success doing that in the past.
Wendell