Changeset 872 for trunk/platform/ixus90_sd790/sub/100c/capt_seq.c
- Timestamp:
- 01/31/10 23:17:23 (3 years ago)
- File:
-
- 1 edited
-
trunk/platform/ixus90_sd790/sub/100c/capt_seq.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/platform/ixus90_sd790/sub/100c/capt_seq.c
r870 r872 3 3 #include "core.h" 4 4 5 static long *nrflag = (long*)0x9F90; 5 // @ FF93D898 6 static long *nrflag = (long*)0x91AC; 6 7 7 8 #include "../../../generic/capt_seq.c" … … 32 33 "ADD R3, R4, #0x8C\n" 33 34 "STRH R0, [R4,#0x88]\n" 34 // "STRD R2, [SP,#0x30-0x30]\n" 35 "STR R2, [SP]\n" //+ 36 "STR R3, [SP,#4]\n" //+ 35 "STRD R2, [SP,#0x30-0x30]\n" 37 36 "MOV R1, R0\n" 38 37 "LDRH R0, [R5,#0x54]\n" … … 40 39 "LDR R3, =0x91AC\n" 41 40 "BL sub_FF93E880\n" 41 "BL wait_until_remote_button_is_released\n" // + 42 42 "BL capt_seq_hook_set_nr\n" 43 43 "BL sub_FF93D894\n"
Note: See TracChangeset
for help on using the changeset viewer.