#11460 - yanos - Tue Oct 07, 2003 10:42 pm
Something weird that i dont understand. If i do:
and then i check in vba in the memory viewer, i see the value 0xCAFE at 0x6008000 instead of 0x6004000 (where i tought it should go). i got
declared.
yanos
Code: |
int i, lenght=1024; for(i=0; i<lenght; i++) VideoBuffer[i+0x4000] = 0xCAFE; |
and then i check in vba in the memory viewer, i see the value 0xCAFE at 0x6008000 instead of 0x6004000 (where i tought it should go). i got
Code: |
#define VideoBuffer ((u16*)0x6000000) |
declared.
yanos