mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
arm_linux.S for cache ops and random fixes
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@587 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
1cfc5cc4ce
commit
16b0afd029
12 changed files with 51 additions and 36 deletions
|
@ -1,14 +1,6 @@
|
|||
@ vim:filetype=armasm
|
||||
|
||||
|
||||
.global cache_flush_d_inval_i
|
||||
|
||||
cache_flush_d_inval_i:
|
||||
mov r2, #0x0 @ must be 0 ???
|
||||
swi 0x9f0002
|
||||
bx lr
|
||||
|
||||
|
||||
.global clut_line @ void *dest, void *src, unsigned short *pal, int pixels_mask
|
||||
|
||||
clut_line:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue