Changeset 243
- Timestamp:
- 02/01/10 09:50:07 (3 years ago)
- Location:
- branches/msl
- Files:
-
- 2 edited
-
makefile.inc (modified) (1 diff)
-
platform/ixus90_sd790/sub/100c/capt_seq.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/msl/makefile.inc
r242 r243 240 240 241 241 #PLATFORM=ixus90_sd790 242 #PLATFORMSUB=100 d242 #PLATFORMSUB=100c 243 243 244 244 #PLATFORM=ixus90_sd790 245 #PLATFORMSUB=100 c245 #PLATFORMSUB=100d 246 246 247 247 #PLATFORM=g11 -
branches/msl/platform/ixus90_sd790/sub/100c/capt_seq.c
r241 r243 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.