| Revision 1625,
694 bytes
checked in by reyalp, 17 months ago
(diff) |
|
a470 updates from srsa_4c in http://chdk.setepontos.com/index.php?topic=650.msg80692#msg80692
- extra long exposures implemented (all 3 fw revisions, tested on 1.02c)
- fixed the dark frame subtraction setting, bug mentioned here: http://chdk.setepontos.com/index.php?topic=3368.msg39071#msg39071 for all 3 revisions
- flash params table and params count fixed (I've verified the addresses manually, so all 3 rev. should be ok)
- defined CAM_STARTUP_CRASH_FILE_OPEN_FIX (previously camera crashed when "refresh" was issued in chdkptp GUI)
- also defined CAM_DETECT_SCREEN_ERASE
- strange check removed from kbd.c
- multiple corrections for 1.02c according to stubs_entry.S (can't be sure it would be ok for the other 2)
- debug code removed from capt_seq.c
|
-
Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 | #include "stubs_asm.h" |
|---|
| 2 | |
|---|
| 3 | DEF(physw_status, 0x1007C) //Found for A470 (GPIOStatus) |
|---|
| 4 | DEF(physw_run, 0x1BF0) //Found for A470 in task_PhySw, same as A590 |
|---|
| 5 | DEF(FlashParamsTable, 0xffe8fc68) // 100e ok |
|---|
| 6 | DEF(zoom_busy, 0x8050) //0x803c+14 same as in a590 |
|---|
| 7 | DEF(focus_busy, 0x82B0) // 0x82A8+0x08 found in sub_FFD02310 |
|---|
| 8 | |
|---|
| 9 | DEF(canon_menu_active,0x9014) // 0x9010+4 |
|---|
| 10 | |
|---|
| 11 | //- |
|---|
| 12 | |
|---|
| 13 | DEF(canon_shoot_menu_active,0x9768) // 0x9768+1 ??BAD |
|---|
| 14 | |
|---|
| 15 | DEF(recreview_hold, 0x9634) // ?? found in GetAEIntegralServiceMode_6 |
|---|
| 16 | |
|---|
| 17 | DEF(movie_status, 0x5200) // 0x51C8 + 0x38 |
|---|
| 18 | DEF(some_flag_for_af_scan, 0xCDEC) |
|---|
| 19 | DEF(zoom_status, 0xD7C4) |
|---|
| 20 | DEF(led_table, 0x22AC) //Found using LEDDrv.c |
|---|
| 21 | DEF(levent_table,0xFFE72EC8) |
|---|
| 22 | DEF(playrec_mode,0x5344+4) |
|---|
Note: See
TracBrowser
for help on using the repository browser.