| Revision 838,
592 bytes
checked in by reyalp, 4 years ago
(diff) |
|
More work for http://chdk.kernreaktor.org/mantis/view.php?id=64
- add playrec_mode for ixus40_sd300 ixus50_sd400 ixus700_sd500
- use s2is style playrec_mode check on ixus50_sd400 ixus700_sd500
- use normal playrec_mode check on a560
|
-
Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 | #include "stubs_asm.h" |
|---|
| 2 | |
|---|
| 3 | //DEF(physw_status, 0xFB20) |
|---|
| 4 | DEF(physw_status, 0xFBB0) // from wrap_kbd_p1_f + 0x10 |
|---|
| 5 | DEF(led_table, 0xFDC8) // In aLedcon Data section |
|---|
| 6 | |
|---|
| 7 | DEF(zoom_busy, 0x76C7C) // above aZoomlenscontro |
|---|
| 8 | DEF(focus_busy, 0x76F7C) // in sub after aFocuslenscontr |
|---|
| 9 | DEF(FlashParamsTable,0xFF973E0C) |
|---|
| 10 | DEF(canon_menu_active,0x76DC) // in sub StartRecModeMenu |
|---|
| 11 | DEF(canon_shoot_menu_active,0x68F1) // (0x68F4 - 0x4 + 0x1) found in "taskcreate_DSITask" |
|---|
| 12 | DEF(recreview_hold, 0x73CF0) |
|---|
| 13 | DEF(zoom_status, 0x6804) |
|---|
| 14 | DEF(movie_status, 0x6F95C) |
|---|
| 15 | DEF(levent_table,0xFF96C750) |
|---|
| 16 | DEF(playrec_mode,0x56EC) // "MenuIn" |
|---|
Note: See
TracBrowser
for help on using the repository browser.