Ignore:
Timestamp:
03/26/11 23:16:17 (2 years ago)
Author:
reyalP
Message:

sx30 and g12 fixes from philmoz in http://chdk.setepontos.com/index.php?topic=650.msg63231#msg63231

  • added new #define in camera.h for the (current) startup crash fix code (http://chdk.setepontos.com/index.php?topic=6179.0)
  • clean up old code in kbd.c for G12
  • updated battery min & max for G12
  • fixed Dark Frame Subtraction for G12 & SX30 (requires change in generic/capt_seq.c as well as camera specific capt_seq.c).
  • fixed some incorrect stub addresses for both cameras.
  • added code to lens_set_focus_pos (generic/wrappers.c) for G12 to stop it crashing if 'Continuous AF' enabled.
  • added startup crash fix code to open (generic/wrappers.c).
  • fixed AE lock in movie mode for G12 (MakeAFScan in generic/wrappers.c)
  • fixed SX30 value for KEYS_MASK0 and removed old code in kbd,c
  • removed old comments in platform/sx30/main.c
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/platform/sx30/sub/100l/capt_seq.c

    r1086 r1106  
    33#include "core.h" 
    44 
    5 // TODO ???? 
    6 static long *nrflag = (long*)0xE15C; // in sub_FFAEC6E8 (comp D10) 
     5static long *nrflag = (long*)(0x8608+0x8); // in _sub_FF99555C__NRTable.c__0 
     6#define NR_AUTO (0)                                                     // have to explictly reset value back to 0 to enable auto 
    77 
    88#include "../../../generic/capt_seq.c" 
Note: See TracChangeset for help on using the changeset viewer.