X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fcommon%2Farm_utils.s;h=9d516493901b2020c66997b90d9fd35e4621f316;hb=3b13ec654cafc9e08fea245df8c19cffd89d414c;hp=787ecb916c7939972dffeb08de347cfa5825a36a;hpb=e5f426aa2e86d56357b8af2795e73cc0c9b17e8f;p=picodrive.git diff --git a/platform/common/arm_utils.s b/platform/common/arm_utils.s index 787ecb9..9d51649 100644 --- a/platform/common/arm_utils.s +++ b/platform/common/arm_utils.s @@ -1,11 +1,14 @@ @ vim:filetype=armasm @ some color conversion and blitting routines -@ (c) Copyright 2006, notaz +@ (c) Copyright 2006, 2007 notaz @ All Rights Reserved @ vim:filetype=armasm +.text +.align 4 + @ Convert 0000bbb0 ggg0rrr0 0000bbb0 ggg0rrr0 @ to 00000000 rrr00000 ggg00000 bbb00000 ... @@ -211,9 +214,3 @@ spend_cycles: bx lr -.global flushcache - -flushcache: - swi #0x9f0002 - mov pc, lr -