|
-
Jun 15th, 2001, 01:15 AM
#1
Thread Starter
Junior Member
far char (*screen)[200][320] - can't access
hi
i wanna know how to set up a far char * 2d array (ie the screen in 320*200*8 mode) and how to access it
the best i've done is
far char (*screen)[200][320];
but i can't seem to access it for some reason
the equivalent is a bit cumbersome
far char *screen = 0xa0000000;
*(screen + x + y * 320) = color;
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|