Assembla home | Assembla project page
 

Changeset 452

Show
Ignore:
Timestamp:
07/20/08 09:58:25 (2 years ago)
Author:
Jucifer
Message:

- modified a540's lib.c (yvesson)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/juciphox/platform/a540/sub/100b/lib.c

    r388 r452  
    100100{ 
    101101   // return (void*)0x10670ee0; 
    102 return (void*)0x0;  
     102    void **fb=(void **)0x5288; 
     103    unsigned char buff = *((unsigned char*)0x5298); 
     104    if (buff == 0) { 
     105        buff = 2; 
     106    } 
     107    else { 
     108        buff--; 
     109    } 
     110    return fb[buff]; 
    103111} 
    104112