Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PoroCYon
oidos
Commits
d3b8dab6
Commit
d3b8dab6
authored
Aug 25, 2018
by
Aske Simon Christensen
Browse files
Use reso to reserve buffers of 128-bit elements
parent
a2343f6e
Changes
1
Hide whitespace changes
Inline
Side-by-side
player/oidos.asm
View file @
d3b8dab6
...
...
@@ -101,21 +101,18 @@ PartialArray:
section
sampbuf
bss
al
ign
=
16
SampleBuffer:
.align24:
resq
MAX_TOTAL_INSTRUMENT_SAMPLES
resq
MAX_TOTAL_INSTRUMENT_SAMPLES
reso
MAX_TOTAL_INSTRUMENT_SAMPLES
section
mixbuf
bss
al
ign
=
16
MixingBuffer:
.align24:
resq
TOTAL_SAMPLES
resq
TOTAL_SAMPLES
reso
TOTAL_SAMPLES
%if NUM_TRACKS_WITH_REVERB > 0
section
revbuf
bss
al
ign
=
16
ReverbBuffer:
.align24:
resq
TOTAL_SAMPLES
resq
TOTAL_SAMPLES
reso
TOTAL_SAMPLES
section
delbuf
bss
al
ign
=
8
DelayBuffer:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment