- Timestamp:
- 05/24/09 10:10:32 (4 years ago)
- File:
-
- 1 edited
-
trunk/platform/a570/sub/101a/lib.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/platform/a570/sub/101a/lib.c
r659 r766 24 24 void *vid_get_viewport_live_fb() 25 25 { 26 return (void*)0x0; 26 // return (void*)0x0; 27 void **fb=(void **)0x65CC; 28 unsigned char buff = *((unsigned char*)0x65DC); 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.