psp readme, some adjustments

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@296 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2007-11-16 19:19:21 +00:00
parent b542be4686
commit 81fda4e8d8
7 changed files with 265 additions and 87 deletions

View file

@ -1,10 +1,11 @@
# vim:filetype=mips
# only CLUT for now..
.set noreorder # don't reorder any instructions
.set noat # don't use $at
.text
.align 4
# void amips_clut(unsigned short *dst, unsigned char *src, unsigned short *pal, int count)
@ -1671,6 +1672,9 @@ tile00000001:
jr $ra
sb $t0, 0($a0)
.data
.align 4
TileTable:
.long 000000000000, tile00000001, tile00000010, tile00000011, tile00000100, tile00000101, tile00000110, tile00000111
.long tile00001000, tile00001001, tile00001010, tile00001011, tile00001100, tile00001101, tile00001110, tile00001111