Updates to calling C

This commit is contained in:
alpine9000
2016-03-16 20:25:15 +11:00
parent 68c54c01d2
commit 9e2888bc84
4 changed files with 15 additions and 10 deletions
+2 -1
View File
@@ -14,7 +14,8 @@ PokeBitplanePointers(unsigned short* copper, unsigned char* bitplanes, unsigned
static unsigned short _copperData;
static unsigned char _bitplaneData;
static void
void
TestCall()
{
PokeBitplanePointers(&_copperData, &_bitplaneData, 3, 4, 5);