#47490 - Sephiroth87 - Sat Jul 09, 2005 5:20 pm
hi...
i've a li'l prob with a big array i'm going to use...
it's defined as unsigned char memory[0x10000], ad it's compiled right...
but when i try to put something inside it, if i put it in a low addres, like memory[0x2000], it works...
but if i try to put in a high addres like memory[0xE000], the array remains void...
the strange thing is that if i try to look in the array, some slots are occupied by something that is not mine...
i don't believe that ds has less than 16k of ram...
what can i do? i need this big array...
i've a li'l prob with a big array i'm going to use...
it's defined as unsigned char memory[0x10000], ad it's compiled right...
but when i try to put something inside it, if i put it in a low addres, like memory[0x2000], it works...
but if i try to put in a high addres like memory[0xE000], the array remains void...
the strange thing is that if i try to look in the array, some slots are occupied by something that is not mine...
i don't believe that ds has less than 16k of ram...
what can i do? i need this big array...