Changeset 1926
- Timestamp:
- 06/19/12 04:59:42 (11 months ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
platform/a540/sub/100b/lib.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/release-1_0 merged: 1925
- Property svn:mergeinfo changed
-
trunk/platform/a540/sub/100b/lib.c
r1921 r1926 3 3 #include "stdlib.h" 4 4 5 /*6 void *hook_raw_fptr()7 {8 return (void*)0x34C50;9 }10 11 void *hook_raw_ret_addr()12 {13 return (void*)0xFFCC7FF0;14 }15 */16 17 5 char *hook_raw_image_addr() 18 6 { … … 25 13 return 0x75A8F0; // OK (find on ".crw") 26 14 } 27 28 /*29 void *vid_get_viewport_live_fb()30 {31 return (void*)0;32 }33 */34 15 35 16 void *vid_get_bitmap_fb() … … 106 87 } 107 88 89 // the following aren't used, kept for informational purposes 90 #if 0 108 91 int review_fullscreen_mode(){ //from 710 added 109 92 char r; … … 138 121 return *(long*)0x6C8B0==0x100; // orig.0x798F0 found in "ControlSwitcher.c" 139 122 } 123 #endif 140 124 141 125 void *vid_get_viewport_live_fb() // from 710 added 142 126 { 143 // return (void*)0x10670ee0;144 127 void **fb=(void **)0x5288; 145 128 unsigned char buff = *((unsigned char*)0x5298);
Note: See TracChangeset
for help on using the changeset viewer.