Changeset 1309


Ignore:
Timestamp:
09/02/11 12:35:52 (21 months ago)
Author:
philmoz
Message:

Fix for A1100 not starting when the on/off button is pressed after installing CHDK. http://chdk.setepontos.com/index.php?topic=4727.msg72554#msg72554

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/platform/a1100/sub/100c/boot.c

    r1233 r1309  
    134134     *(int*)0x1938=(int)taskHook; 
    135135          
    136      *(int*)(0x2230)= (*(int*)0xC0220134)&1 ?0x200000 : 0x100000; // replacement of sub_FFC3040C for correct power-on. 
     136     *(int*)(0x2234)= (*(int*)0xC0220134)&1 ?0x200000 : 0x100000; // replacement of sub_FFC3040C for correct power-on. 
    137137 
    138138       
Note: See TracChangeset for help on using the changeset viewer.