Changeset 428 for branches/juciphox/platform/ixus70_sd1000/sub/102a/lib.c
- Timestamp:
- 06/30/08 14:24:57 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/juciphox/platform/ixus70_sd1000/sub/102a/lib.c
r388 r428 24 24 void *vid_get_viewport_live_fb() 25 25 { 26 return (void*)0; // 0x1065BA50 + 0x7E900 (find on "VRAM Address : %p") 26 // return (void*)0; // 0x1065BA50 + 0x7E900 (find on "VRAM Address : %p") 27 void **fb=(void **)0x6F8C; 28 unsigned char buff = *((unsigned char*)0x6F9C); 29 if (buff == 0) { 30 buff = 2; 31 } 32 else { 33 buff--; 34 } 35 return fb[buff]; 27 36 } 28 37
Note: See TracChangeset
for help on using the changeset viewer.