Changeset 1926


Ignore:
Timestamp:
06/19/12 04:59:42 (11 months ago)
Author:
reyalp
Message:

Merged revision(s) 1925 from branches/release-1_0:
a540 - cleanup unused cruft

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/platform/a540/sub/100b/lib.c

    r1921 r1926  
    33#include "stdlib.h" 
    44 
    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  
    175char *hook_raw_image_addr() 
    186{ 
     
    2513    return 0x75A8F0; // OK (find on ".crw") 
    2614} 
    27  
    28 /* 
    29 void *vid_get_viewport_live_fb() 
    30 { 
    31     return (void*)0; 
    32 } 
    33 */ 
    3415 
    3516void *vid_get_bitmap_fb() 
     
    10687} 
    10788 
     89// the following aren't used, kept for informational purposes 
     90#if 0 
    10891int review_fullscreen_mode(){ //from 710 added 
    10992 char r; 
     
    138121 return *(long*)0x6C8B0==0x100; // orig.0x798F0  found in "ControlSwitcher.c" 
    139122} 
     123#endif 
    140124 
    141125void *vid_get_viewport_live_fb() // from 710 added 
    142126{ 
    143    // return (void*)0x10670ee0; 
    144127    void **fb=(void **)0x5288; 
    145128    unsigned char buff = *((unsigned char*)0x5298); 
Note: See TracChangeset for help on using the changeset viewer.