Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade the maximum number of SFX instruments permitted #406

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

KungFuFurby
Copy link
Owner

Using a 16-bit offset allows for up to 128 SFX instruments to run at once. The
only reason why more isn't permitted is because $80 and up are used for noise.

This merge request closes #80.

Using a 16-bit offset allows for up to 128 SFX instruments to run at once. The
only reason why more isn't permitted is because $80 and up are used for noise.

This commit closes #80.
@KungFuFurby KungFuFurby added the spc-side Involves the SPC700 code. label Oct 12, 2023
Because this can also end up in the bleeding-edge branch, which has categorized
changelogs because they can be larger, this branch will also have them on hand.
Plus, I need to individually add them on to the others, which will have the same
situation with their changelog entries.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
spc-side Involves the SPC700 code.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Increase SFX instrument limit from 28 to 128
1 participant