source: branches/philmoz/platform/sx30/sub/100p/stubs_min.S @ 1343

Revision 1343, 828 bytes checked in by philmoz, 20 months ago (diff)
  • Merged recent changes from main trunk to this branch.
  • Added experimental color/palette code for G12/SX30/IXUS310. Loads custom CHDK colors into camera palette. Adds better icons from CHDK-DE.
  • Property svn:eol-style set to native
Line 
1#include "stubs_asm.h"
2
3DEF(physw_status, 0x34594)
4DEF(full_screen_refresh, 0xB198)
5DEF(physw_run, 0x1C30 + 0xC)
6DEF(canon_menu_active, 0x3A28 + 4)
7DEF(canon_shoot_menu_active, 0x9900 + 1)
8DEF(FlashParamsTable,0xffc67d54)
9DEF(levent_table, 0xffc0ea88)
10DEF(playrec_mode, 0x3754 + 0x4)
11DEF(focus_len_table, 0xFFFEA5CC)
12DEF(zoom_busy, 0x342c + 0x1c)
13DEF(focus_busy,0x7A6C + 0x8)
14DEF(movie_status, 0x34E0 + 0x44)
15DEF(recreview_hold, 0x933C + 0xF0)
16DEF(zoom_status, 0xE7C4)
17
18DEF(rear_dial_position, 0xC0240106)
19
20DEF(active_bitmap_buffer, 0xB1CC)                                       // 0xB1B8+0x14 (1.00p sub_FFA4AA40 -> FFA4AA44 + FFA4AA94)
21DEF(bitmap_buffer, 0xB1D4)                                                      // FFA4AA90
22DEF(palette_control, 0xB198)                                            // sub_FFA4698C (1.00h)
23DEF(active_palette_buffer, 0xB1A0)                                      // sub_FFA468D4 (1.00h)
24DEF(palette_buffer, 0xCF9B4)                                            // sub_FFA46DC8 (1.00h)
Note: See TracBrowser for help on using the repository browser.