View Single Post
Old 28 July 2020, 21:37   #16
hooverphonique
ex. demoscener "Bigmama"
 
Join Date: Jun 2012
Location: Fyn / Denmark
Posts: 1,624
Quote:
Originally Posted by buzzybee View Post
Defs look like this

Code:
MEMF_ANY        =   0
MEMF_CHIP        =    1<<1
MEMF_FAST        =    1<<2
MEMF_CLEAR       =   1<<16
MEMF_TOTAL        =    1<<19
But those are not the symbols you used in the code you showed

Quote:
Originally Posted by buzzybee View Post
Code:
copperGameMaxSize    =    10500&$fff8    ; align to size of 8
If your copper list can grow to 10500 bytes, you need to round up: (10500+7)&fff8

Considering you didn't mention any memory list-related gurus, I suspect memory fragmentation as well..

Last edited by hooverphonique; 28 July 2020 at 21:52.
hooverphonique is offline  
 
Page generated in 0.07471 seconds with 11 queries