mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 15:48:05 -04:00
giz alpha1 release
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@259 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
fd34fdd0f4
commit
2ec14aec8f
5 changed files with 107 additions and 44 deletions
|
@ -1540,11 +1540,11 @@ FinalizeLineBGR444:
|
|||
vidConvCpyRGB565: @ void *to, void *from, int pixels
|
||||
stmfd sp!, {r4-r9,lr}
|
||||
|
||||
mov r12, r2, lsr #3 @ repeats
|
||||
mov r12, r2, lsr #3 @ repeats
|
||||
mov lr, #0x001c0000
|
||||
orr lr, lr, #0x01c @ lr == pattern 0x001c001c
|
||||
mov r8, #0x00030000
|
||||
orr r8, r8, #0x003 @ lr == pattern 0x001c001c
|
||||
orr r8, r8, #0x003
|
||||
|
||||
.loopRGB565:
|
||||
ldmia r1!, {r4-r7}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue