Skip to content

Commit

Permalink
Adding back in changes that were lost when posting original source to…
Browse files Browse the repository at this point in the history
… Git. Version 1.3.0 to 1.3.3
  • Loading branch information
trash80 committed Apr 11, 2016
1 parent b6bd11a commit 97e9445
Show file tree
Hide file tree
Showing 4 changed files with 183 additions and 479 deletions.
6 changes: 3 additions & 3 deletions Source/mGB.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ void asmPlayNotePu1();
#define SPRITE_ARRL_START 27
#define SPRITE_PUFREQ_LOW 1

const UWORD freq[72] = {
UWORD freq[72] = {
44, 156, 262, 363, 457, 547, 631, 710, 786, 854, 923, 986,
1046, 1102, 1155, 1205, 1253, 1297, 1339, 1379, 1417, 1452, 1486, 1517,
1546, 1575, 1602, 1627, 1650, 1673, 1694, 1714, 1732, 1750, 1767, 1783,
Expand All @@ -61,7 +61,7 @@ const UWORD freq[72] = {

UBYTE noteStatus[8];

const UBYTE noiFreq[72] = {
UBYTE noiFreq[72] = {
0x94,0x87,0x86,0x85,0x84,0x77,0x76,0x75,0x74,0x67,0x66,0x65,
0x64,0x57,0x56,0x55,0x54,0x47,0x46,0x45,0x44,0x37,0x36,0x35,
0x34,0x27,0x26,0x25,0x24,0x17,0x16,0x15,0x14,0x07,0x06,0x00,
Expand Down Expand Up @@ -413,7 +413,7 @@ const unsigned char versionnumber[10] =
32,81,
2,81,
4,81,
1,
4,
0,0,0
};

Expand Down
Loading

0 comments on commit 97e9445

Please sign in to comment.