source: trunk/platform/sx220hs/sub/101b/stubs_min.S @ 1305

Revision 1305, 1.1 KB checked in by msl, 21 months ago (diff)

support for SX220 1.01b

+ added SX220 1.01b
+ removed not needed line in sx220/shooting.c (ISO table)

Line 
1#include "stubs_asm.h"
2
3//beta8
4DEF(levent_table ,0xFF41648C)                   // 1.01Ab//Found @FF1AFE64
5
6//beta5
7DEF(enabled_refresh_physical_screen,0x53C4+0x14) //changed to fix error when displaying menu, was 0x20 FF0A99C0
8
9//added beta2
10DEF(focus_len_table, 0xFFF4A3DC)                  // search for 70000 (longest focus length in micrometers) & 5000 (shortest length)
11
12//old
13DEF(physw_status, 0x357A8)                // FF0245BC
14DEF(physw_run, 0x1C40)                    // FF0244F4
15DEF(focus_busy, 0x8330 + 8)               // FF17C5DC+FF17C604
16DEF(zoom_busy, 0x84A0 + 0x1C)             // FF1821EC+FF182224
17DEF(canon_menu_active, 0x4270 + 4)        // FF08B3F4
18DEF(recreview_hold, 0x93D4 + 0xF0)        // FF1B6640
19DEF(playrec_mode, 0x3FA4 + 0x4)           // FF07DAA8
20DEF(full_screen_refresh, 0xB35C)              // FF23D5C8
21DEF(FlashParamsTable,0xFF48A4B8)          // 1.01b (was at FF318D50 in 100A)
22DEF(some_flag_for_af_scan, 0x8998)            // FF18B738
23DEF(led_table, 0x258C + 0x04)             // FF0557C4
24DEF(canon_shoot_menu_active, 0x98E8 + 1)  // FF1CE4B0
25DEF(movie_status, 0x8550 + 0x44)          // FF1875D8
26DEF(zoom_status, 0xF5A4)                  // ff31c404
Note: See TracBrowser for help on using the repository browser.