Changeset 1619 for branches/release-1_0
- Timestamp:
- 01/28/12 03:19:37 (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/release-1_0/platform/a3300/sub/100d/lib.c
r1617 r1619 3 3 char *hook_raw_image_addr() 4 4 { 5 return (char*) 0x4207 5144; //Found at FFB217F0 and had to manually adjust till image lined upa3300is5 return (char*) 0x4207DB20; //Found at FFB217F0 a3300is 6 6 7 7 } … … 9 9 char *hook_alt_raw_image_addr() 10 10 { 11 return (char*) 0x4207 5144; //Found at FFB217F0 and had to manually adjust till image lined up a3300is11 return (char*) 0x4207DB20; //Found at FFB217F0 12 12 } 13 13
Note: See TracChangeset
for help on using the changeset viewer.