root/platform/a1400/sub/capt_seq_hdr.c

/* [<][>][^][v][top][bottom][index][help] */
   1 #include "lolevel.h"
   2 #include "platform.h"
   3 #include "core.h"
   4 
   5 //From a1400 100b, by comparison to ixus140
   6 static long *nrflag = (long*)(0xBFD4+0x4); // ffa94fb8, 4th arg to  sub_ff9f42a8
   7 #define PAUSE_FOR_FILE_COUNTER 200  // Enable delay in capt_seq_hook_raw_here to ensure file counter is updated
   8 
   9 #include "../../../generic/capt_seq.c"

/* [<][>][^][v][top][bottom][index][help] */