n0p's home page
  (http://n0p.8bit.fm) Mirror
I need
your help!

Start > Sources

DOSBox 0.72 PocketPC port
Port sources
CVS tarball


Genesis Plus/PocketPC:
Port sources


Stratagus 2.1:
Port sources
Better don't look inside ;)


DOSBox 0.63:
diff and corresponding CVS tarball
To patch: patch -p1 <12-12-2005.diff
This patch is quite unclean, it's main purpose - to fit screen into 320x240 resolution, add toolbars and mouse emulation with stylus. Also contains some tries to speed it up and reduce amount of used memory.
With this patch applied DOSBox should compile fine for PocketPC platform with arm-wince-pe GCC.


Modified DOSBox 0.61 PocketPC port sources for arm-wince-pe GCC


SDL 1.2.6 PocketPC port sources.

Changes from Arisme's original port:
+ Competed screen rotation. Added SDL_LEFTHAND flag to SDL_SetVideoMode.
+ Added wrappers _GetGAPIBuffer (GXBeginDraw) and _FreeGAPIBuffer (GXEndDraw). If you want to draw screen yourself.
+ Some more GAPI junk scancode workarounds. iPAQ relative stuff ;)
+ SDL keys inited by their numbers, not SDLK_UNKNOWN. PDA HW Keys virtual keycodes are taken from "reserved" area anyway.
+ Implemented mamaich's trick with memory mapped files, so large surfaces are stored outside process memory. No more 32MB limit here.
- Removed HW Keys hardcoding to F1..F4 (use real codes 0xC1..0xC4 instead).