source: trunk/platform/ixus120_sd940/sub/102c/stubs_min.S @ 1056

Revision 1056, 951 bytes checked in by reyalP, 2 years ago (diff)

add ixus120_sd940 beta ports for 102c and 103c from waterwingz in http://chdk.setepontos.com/index.php?topic=650.msg60921#msg60921

  • Property svn:eol-style set to native
Line 
1#include "stubs_asm.h"
2
3DEF(zoom_status, 0xB9DC)                                        // @FFA77D3C
4DEF(movie_status, 0x6260)                                       // @FF93D360   0x6228 + 0x38
5DEF(physw_status, 0x31B78)                                      // @FF833374
6DEF(physw_run, 0x1c44)                                          // @FF8331C8   0x1C38 + 0x0C
7DEF(FlashParamsTable, 0xFFB97300)                       // @FFA75A20
8DEF(zoom_busy, 0x61CC)                                          // @FF93A3A0   0x61B8 + 0x14
9DEF(focus_busy, 0x6078)                                         // @FF9349B0   0x6070 + 0x08
10DEF(canon_menu_active, 0x2D48)                          // @FF8853D4   0x2D44 + 0x04
11DEF(canon_shoot_menu_active,0x7751)             // @FF97B7E0   0x7750 + 0x01
12DEF(recreview_hold, 0x74A0)                             // @FF96CB78   0x73D0 + 0xD0
13DEF(some_flag_for_af_scan, 0x673C)                      // @FF940D14
14DEF(levent_table, 0xFFB41F38)
15DEF(playrec_mode, 0x2A7C)                                       // @FF877AE4   0x2A78 + 0x04
16DEF(enabled_refresh_physical_screen, 0x8BB0) // @FF9CF9C0
17
18// will need to fix these if we care about dng support
19DEF(some_f_for_dng, 0xDEAD)                             // TODO NOT FOUND!
20DEF(second_ext_for_dng, 0xDEAD)                         // TODO NOT FOUND!
Note: See TracBrowser for help on using the repository browser.