mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 07:38:05 -04:00
PCM sound, refactored code940
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@27 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
7573607016
commit
4f265db776
28 changed files with 914 additions and 312 deletions
|
@ -3,6 +3,7 @@
|
|||
@ (c) Copyright 2006, notaz
|
||||
@ All Rights Reserved
|
||||
|
||||
@ vim:filetype=armasm
|
||||
|
||||
@ Convert 0000bbb0 ggg0rrr0 0000bbb0 ggg0rrr0
|
||||
@ to 00000000 rrr00000 ggg00000 bbb00000 ...
|
||||
|
@ -197,7 +198,6 @@ vidCpyM2_32col_nobord:
|
|||
b vidCpyM2_32_loop_out
|
||||
|
||||
|
||||
@ test
|
||||
.global spend_cycles @ c
|
||||
|
||||
spend_cycles:
|
||||
|
@ -208,3 +208,12 @@ spend_cycles:
|
|||
bpl .sc_loop
|
||||
|
||||
bx lr
|
||||
|
||||
|
||||
@ test
|
||||
.global flushcache
|
||||
|
||||
flushcache:
|
||||
swi #0x9f0002
|
||||
mov pc, lr
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue