source: trunk/platform/ixus50_sd400/sub/101a/stubs_min.S @ 838

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)
4DEF(physw_status, 0xFBB0) // from wrap_kbd_p1_f + 0x10
5DEF(led_table, 0xFDC8) // In aLedcon Data section
6
7DEF(zoom_busy, 0x76C7C) // above aZoomlenscontro
8DEF(focus_busy, 0x76F7C) // in sub after aFocuslenscontr
9DEF(FlashParamsTable,0xFF973E0C)
10DEF(canon_menu_active,0x76DC) // in sub StartRecModeMenu
11DEF(canon_shoot_menu_active,0x68F1) // (0x68F4 - 0x4 + 0x1) found in "taskcreate_DSITask"
12DEF(recreview_hold, 0x73CF0)
13DEF(zoom_status, 0x6804)
14DEF(movie_status, 0x6F95C)
15DEF(levent_table,0xFF96C750)
16DEF(playrec_mode,0x56EC) // "MenuIn"
Note: See TracBrowser for help on using the repository browser.