| Revision 1239,
1.1 KB
checked in by msl, 23 months ago
(diff) |
|
author: philmoz
- added support for SX130 version 1.01f (commented out in Makefile for autobuild)
|
| Line | |
|---|
| 1 | #include "stubs_asm.h"
|
|---|
| 2 |
|
|---|
| 3 | DEF(zoom_busy, 0x6A78+0x1C) // @FF963B60
|
|---|
| 4 | DEF(focus_busy, 0x6970 + 8) // @FF95FD30
|
|---|
| 5 | DEF(enabled_refresh_physical_screen, 0x9458) // @FF8A8AD8, @FFA09440
|
|---|
| 6 | DEF(led_table, 0x2464 + 0x04) // @FF85EFEC
|
|---|
| 7 | DEF(recreview_hold, 0x78E4+0xEC) // @FF995494
|
|---|
| 8 |
|
|---|
| 9 | DEF(physw_status ,0x00032b34) // Found @0xff834658
|
|---|
| 10 | DEF(physw_run ,0x00001c3c) // Found @0xff83424c
|
|---|
| 11 | DEF(levent_table ,0xffb97a34) // Found @0xffb97a34
|
|---|
| 12 | DEF(FlashParamsTable ,0xffbe82c0) // Found @0xffbe82c0
|
|---|
| 13 | DEF(movie_status ,0x00006bac) // Found @0xff9698bc
|
|---|
| 14 | DEF(full_screen_refresh ,0x00009458) // Found @0xffa09454
|
|---|
| 15 | DEF(canon_menu_active ,0x00003038) // Found @0xff88e340
|
|---|
| 16 | DEF(canon_shoot_menu_active ,0x00007d89) // Found @0xff9a95b8
|
|---|
| 17 | DEF(playrec_mode ,0x00002d64) // Found @0xff880638
|
|---|
| 18 | DEF(zoom_status ,0x0000ce70) // Found @0xffac4c14
|
|---|
| 19 | DEF(some_flag_for_af_scan ,0x00006f68) // Found @0xff96cc44
|
|---|
Note: See
TracBrowser
for help on using the repository browser.