Working
git-svn-id: svn://svn.cc65.org/cc65/trunk@2139 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -278,7 +278,7 @@ ChipInstance* NewChipInstance (const char* ChipName, unsigned Addr,
|
||||
CI->AS = 0;
|
||||
CI->Addr = Addr;
|
||||
CI->Size = Size;
|
||||
CI->Data = C->Data->InitInstance (Addr, Size, Attributes);
|
||||
CI->Data = C->Data->CreateInstance (Addr, Size, Attributes);
|
||||
|
||||
/* Assign the chip instance to the chip */
|
||||
CollAppend (&C->Instances, CI);
|
||||
|
||||
Reference in New Issue
Block a user