prepare for pre-calculated pitch table
This commit is contained in:
parent
f1145a14ad
commit
43468653a0
5 changed files with 41 additions and 1 deletions
7
src/asm/spc700/player.s
Normal file
7
src/asm/spc700/player.s
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
; command stream player code for SPC700 architecture.
|
||||
|
||||
csTick:
|
||||
ret
|
||||
|
||||
csInit:
|
||||
ret
|
||||
1
src/asm/spc700/snes.s
Normal file
1
src/asm/spc700/snes.s
Normal file
|
|
@ -0,0 +1 @@
|
|||
; SNES DivDispatch code.
|
||||
Loading…
Add table
Add a link
Reference in a new issue