Changeset 452
- Timestamp:
- 07/20/08 09:58:25 (2 years ago)
- Files:
-
- branches/juciphox/platform/a540/sub/100b/lib.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/juciphox/platform/a540/sub/100b/lib.c
r388 r452 100 100 { 101 101 // 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]; 103 111 } 104 112