mirror of
https://frontier.innolan.net/github/AmigaExamples.git
synced 2026-09-13 08:33:44 +00:00
Updates to calling C
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user