-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rearrange the code of the SFX NSF, so that it's smaller.
Now custom code goes at the back of the file instead of the front.
- Loading branch information
Showing
4 changed files
with
23 additions
and
24 deletions.
There are no files selected for viewing
Binary file not shown.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
src_name, src_addr, dst_addr, length | ||
, 0, 0, 8080 | ||
rom, 2E04D, 20BD, 15 | ||
rom, 3AD94, 2E04, 2F | ||
rom, 36EDF, 2F4F, 75 | ||
rom, 33EC8, 3F38, 148 | ||
rom, 3C010, 4080, 4000 | ||
, 0, 0, 6263 | ||
rom, 2E04D, BD, 15 | ||
rom, 3AD94, E04, 2F | ||
rom, 36EDF, F4F, 75 | ||
rom, 33EC8, 1F38, 148 | ||
rom, 3C010, 2080, 4000 | ||
nsf-sfx.bin, 0, 0, 80 | ||
nsf-sfx.bin, 80, 80, 1E3 | ||
nsf-sfx.bin, 263, 7F28, 4 | ||
nsf-sfx.bin, 80, 6080, 1E3 | ||
nsf-sfx.bin, 263, 5F28, 4 |
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
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