Re: [AD] Nokia 770 support patch |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 2006-03-08, Serge Semashko <serge@xxxxxxxxxx> wrote:
> Hello all,
>
> 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)
>
> Also it adds ALLEGRO_ARM define for selecting conditionally compiled
> code that should be run on ARM cpu.
Thanks! Committed.
I would like for someone to check how well the ARM-specific code path in
ccolconv.c fares on other architectures. If the performance is similar
to or better than the non-aligned code path then we can remove the
#ifdef and settle on the new version.
Oh, I just saw that you volunteered to do this in the a.cc thread :-)
Peter