-
Notifications
You must be signed in to change notification settings - Fork 23
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
NSF Driver and Export Fixes #262
Draft
Gumball2415
wants to merge
40
commits into
main
Choose a base branch
from
app-emu-module-nsf_driver-dev
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Gumball2415
force-pushed
the
app-emu-module-nsf_driver-dev
branch
from
February 17, 2024 18:28
9f54952
to
d5a976c
Compare
...transitions Fixes #207.
Refactor compressed mode calculation
Differentiate between error and warning colors
Gumball2415
force-pushed
the
app-emu-module-nsf_driver-dev
branch
from
March 22, 2024 17:57
39cb8f4
to
6f2c743
Compare
Thanks, Zeta!
TODO: fix linear pitch pitch sequences |
TODO: fix asm export DPCM start address issue with beep.dnm |
Gumball2415
force-pushed
the
app-emu-module-nsf_driver-dev
branch
from
July 19, 2024 14:16
9e937ab
to
d92a3a1
Compare
- Correct linear pitch calculation sequence
Gumball2415
force-pushed
the
app-emu-module-nsf_driver-dev
branch
from
July 22, 2024 10:36
7eca46b
to
718183d
Compare
Thanks, Leafuw and nyanpasu64!
Gumball2415
force-pushed
the
app-emu-module-nsf_driver-dev
branch
from
December 25, 2024 21:00
893e3ec
to
81be243
Compare
Gumball2415
force-pushed
the
app-emu-module-nsf_driver-dev
branch
from
December 25, 2024 22:11
8baa876
to
3c3f1a3
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request aims to fix various bugs regarding NSF driver export and execution.
This pull request improves upon and supercedes #156.
Changes in this PR:
HOLD_INSTRUMENT
in pattern checking.include
directive #298.Leafuw, nyanpasu64, and Zeta, thank you for your help!