-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added sid support, started sid header
- Loading branch information
Showing
9 changed files
with
13,402 additions
and
13,525 deletions.
There are no files selected for viewing
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
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
Binary file not shown.
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
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
#ifndef MUSID_H | ||
#define MUSID_H | ||
|
||
#define SID1_VOC1 0xD400 | ||
#define SID1_VOC2 0xD407 | ||
#define SID1_VOC3 0xD40E | ||
|
||
#define SID2_VOC1 0xD500 | ||
#define SID2_VOC2 0xD507 | ||
#define SID2_VOC3 0xD50E | ||
|
||
#define | ||
|
||
#include "f256lib.h" | ||
|
||
#endif // MUSID_H |