mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-05 14:57:46 -04:00
GP2X: low volume and fast forward
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@310 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
91b2c3e133
commit
0480e6c969
5 changed files with 105 additions and 37 deletions
|
@ -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 ...
|
||||
|
||||
|
@ -217,3 +220,4 @@ flushcache:
|
|||
swi #0x9f0002
|
||||
mov pc, lr
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue