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