Re: [AD] Nokia 770 support patch |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On Wednesday 08 March 2006 19:11, Serge Semashko wrote:
> The patch which is attached fixes:
> * problems with image distortion in 8-bit mode (because of improper
> alignment in 'ccolconv.c' which is important for ARM cpu)
> * crash in FLI playing code
> * addes ENTER key as fire button to allegro demo game (as Nokia 770 does
> not have SPACE or CTRL buttons)
Looks good to me.
> One more notice for anyone who would like to try allegro on Nokia 770.
> It is important to use '-march=armv5te' optimization option, otherwise
> everything is *a lot* slower. For example 'clear_to_color()' function is
> *twice* faster with this optimization enabled.
Can this be detected in teh configure script?
> The only thing remaining is to add proper fullscreen support
Check Hans' patch. That should clear things up.
Evert