source: trunk/platform/ixus120_sd940/sub/103c/stubs_min.S @ 1067

Revision 1067, 1.1 KB checked in by reyalP, 2 years ago (diff)

ixus120_sd940 improvements from waterwingz in http://chdk.setepontos.com/index.php?topic=650.msg61916#msg61916

  • correct vid_get_viewport_live_fb() (for fast md)
  • implemented RefreshPhysicalScreen?() correctly and removed the hacked version
  • Property svn:eol-style set to native
Line 
1#include "stubs_asm.h"
2
3DEF(zoom_status, 0xB9DC)                                        // SD940 103c   
4DEF(movie_status, 0x6228 + 0x38)                                // SD940 103c routine @ FF93D1A4       
5DEF(physw_status, 0x31B78)                                                      // SD940 103c routine @ FF8334B8
6DEF(physw_run, 0x1C38 + 0x0C)                                           // SD940 103c routine @ FF8331C4 task_PhySw     
7DEF(FlashParamsTable, 0xFFB974C8)                                       // SD940 103c routine @ FFA75BE8
8DEF(zoom_busy, 0x61B8 + 0x14)                                           //?SD940 103c routine @  FF93A5FC
9DEF(focus_busy, 0x6070 + 8)                                                     // SD940 103c routine @ FF934B74 0x6070=FF934B78 0x08=FF934BD4
10DEF(canon_menu_active, 0x2D44 + 4 )                             // SD940 103C routine @ FF8857BC
11DEF(canon_shoot_menu_active, 0x7750+1)                          // SD940 103C routine @ FF97B90C
12DEF(recreview_hold, 0x73D0 + 0xD0)                              // SD940 103c routine @ FF96CD3C       
13DEF(some_flag_for_af_scan, 0x673C)                                      // SD940 103C @FF940EDC
14DEF(levent_table,0xFFB42100)                                            // SD940 103c routine @ FF966F20
15DEF(playrec_mode, 0x2A78+0x4)                                           // SD940 103c routine @ FF877E9
16DEF(enabled_refresh_physical_screen, 0x8C20+0x20)   // SD940 103C routine @ FF9D2070 per IXUS200-SD980 @ FF9F8298 RefreshPhysicalScreen
17
18
19
Note: See TracBrowser for help on using the repository browser.