Got build working on newer OSX, included missing ADFs

This commit is contained in:
alpine9000
2019-06-11 13:58:03 +10:00
parent abe4b9e850
commit ffc5f1f93d
40 changed files with 4937 additions and 341 deletions
+3 -3
View File
@@ -11,10 +11,10 @@ typedef struct {
unsigned short lo;
unsigned short pad2;
unsigned short hi;
} copper_layout_t
} copper_layout_t;
void
void
PokeBitplanePointers(unsigned short* copper, unsigned char* bitplanes, unsigned short interlace, unsigned short numBitplanes, unsigned short screenWidthBytes)
{
char i;
@@ -29,5 +29,5 @@ PokeBitplanePointers(unsigned short* copper, unsigned char* bitplanes, unsigned
ptr->hi = extract.words.hi;
bitplanes += screenWidthBytes;
ptr++;
}
}
}