Changeset 1619


Ignore:
Timestamp:
01/28/12 03:19:37 (16 months ago)
Author:
philmoz
Message:

Fix raw buffer address for A3300 1.00d (missing from previous fix).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/release-1_0/platform/a3300/sub/100d/lib.c

    r1617 r1619  
    33char *hook_raw_image_addr()    
    44{ 
    5                 return (char*) 0x42075144;              //Found at FFB217F0     and had to manually adjust till image lined up a3300is 
     5                return (char*) 0x4207DB20;              //Found at FFB217F0 a3300is 
    66         
    77} 
     
    99char *hook_alt_raw_image_addr()  
    1010{ 
    11                 return (char*) 0x42075144;              //Found at FFB217F0     and had to manually adjust till image lined up a3300is 
     11                return (char*) 0x4207DB20;              //Found at FFB217F0 
    1212} 
    1313 
Note: See TracChangeset for help on using the changeset viewer.