Skip to content

Commit

Permalink
Move IMA indices to .text section
Browse files Browse the repository at this point in the history
  • Loading branch information
viciious committed Jul 23, 2023
1 parent 91f350a commit 4e0bda1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sh2_mixer.s
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,7 @@ step_table:
.word 15289, 16818, 18500, 20350, 22385, 24623, 27086, 29794
.word 32767

.text
.global index_table
index_table:
.byte 0, 0, 0, 0, 2, 4, 6, 8
Expand Down

0 comments on commit 4e0bda1

Please sign in to comment.