prepare for pre-calculated pitch table

This commit is contained in:
tildearrow 2023-10-10 20:15:58 -05:00
parent f1145a14ad
commit 43468653a0
5 changed files with 41 additions and 1 deletions

7
src/asm/spc700/player.s Normal file
View file

@ -0,0 +1,7 @@
; command stream player code for SPC700 architecture.
csTick:
ret
csInit:
ret

1
src/asm/spc700/snes.s Normal file
View file

@ -0,0 +1 @@
; SNES DivDispatch code.