Changeset 2013
- Timestamp:
- 07/27/12 08:49:06 (10 months ago)
- Location:
- branches/philmoz-uitest
- Files:
-
- 15 edited
-
. (modified) (1 prop)
-
platform/a3200/sub/100d/stubs_entry.S (modified) (2 diffs)
-
platform/ixus115_elph100hs/sub/101b/stubs_entry.S (modified) (2 diffs)
-
platform/s100/sub/101b (modified) (1 prop)
-
platform/s100/sub/101b/Makefile (modified) (1 prop)
-
platform/s100/sub/101b/boot.c (modified) (1 prop)
-
platform/s100/sub/101b/capt_seq.c (modified) (1 prop)
-
platform/s100/sub/101b/lib.c (modified) (1 prop)
-
platform/s100/sub/101b/makefile.inc (modified) (1 prop)
-
platform/s100/sub/101b/movie_rec.c (modified) (1 prop)
-
platform/s100/sub/101b/stubs_asm.h (modified) (1 prop)
-
platform/s100/sub/101b/stubs_auto.S (modified) (1 prop)
-
platform/s100/sub/101b/stubs_entry.S (modified) (1 diff, 1 prop)
-
platform/s100/sub/101b/stubs_entry_2.S (modified) (1 prop)
-
platform/s100/sub/101b/stubs_min.S (modified) (1 prop)
Legend:
- Unmodified
- Added
- Removed
-
branches/philmoz-uitest
-
branches/philmoz-uitest/platform/a3200/sub/100d/stubs_entry.S
r1971 r2013 8 8 9 9 // Values for makefile.inc 10 // PLATFORMOSVER = 47 10 11 // PLATFORMID = 12836 (0x3224) // Found @ 0xfffe0040 11 12 // MAXRAMADDR = 0x03ffffff … … 138 139 NSTUB(GetPropertyCase ,0xff88cef8) //102 139 140 NSTUB(GetSystemTime ,0xffab6650) //101 141 NSTUB(GetVRAMHPixelsSize ,0xff853c08) //102 142 NSTUB(GetVRAMVPixelsSize ,0xff853c14) //102 140 143 NSTUB(GetZoomLensCurrentPoint ,0xff964c28) //102 141 144 NSTUB(GetZoomLensCurrentPosition ,0xffaa33c8) //102 -
branches/philmoz-uitest/platform/ixus115_elph100hs/sub/101b/stubs_entry.S
r1977 r2013 69 69 // { 1, KEY_ZOOM_OUT ,0x10000000 }, // Found @0xffb996b8, levent 0x03 70 70 // { 1, KEY_ZOOM_IN ,0x20000000 }, // Found @0xffb996c0, levent 0x02 71 // { 2, KEY_UP ,0x00000001 }, // Found @0xffb996d8, levent 0x04 71 72 // { 2, KEY_SHOOT_FULL ,0x00000030 }, // Found @0xffb99700, levent 0x01 72 73 // { 2, KEY_SHOOT_FULL_ONLY ,0x00000020 }, // Found @0xffb99700, levent 0x01 73 74 // { 2, KEY_SHOOT_HALF ,0x00000010 }, // Found @0xffb996f8, levent 0x00 74 // { 2, KEY_UP ,0x00000001 }, // Found @0xffb996d8, levent 0x0475 75 // { 2, KEY_DOWN ,0x00000002 }, // Found @0xffb996e0, levent 0x05 76 76 // { 2, KEY_LEFT ,0x00000004 }, // Found @0xffb996e8, levent 0x06 … … 106 106 NSTUB(DoAFLock ,0xff8396dc) //102 107 107 NSTUB(EnterToCompensationEVF ,0xff839938) //104 108 NSTUB(ExecuteEventProcedure ,0xff890b4c) // 2108 NSTUB(ExecuteEventProcedure ,0xff890b4c) // 1 109 109 NSTUB(ExitFromCompensationEVF ,0xff83997c) //104 110 110 NSTUB(ExitTask ,0xff81ec40) //101 -
branches/philmoz-uitest/platform/s100/sub/101b
-
Property
svn:ignore
set to
.dep
*.o
*.a
PRIMARY.BIN
-
Property
svn:ignore
set to
-
branches/philmoz-uitest/platform/s100/sub/101b/Makefile
- Property svn:eol-style set to LF
-
branches/philmoz-uitest/platform/s100/sub/101b/boot.c
- Property svn:eol-style set to native
-
branches/philmoz-uitest/platform/s100/sub/101b/capt_seq.c
- Property svn:eol-style set to native
-
branches/philmoz-uitest/platform/s100/sub/101b/lib.c
- Property svn:eol-style set to native
-
branches/philmoz-uitest/platform/s100/sub/101b/makefile.inc
- Property svn:eol-style set to LF
-
branches/philmoz-uitest/platform/s100/sub/101b/movie_rec.c
- Property svn:eol-style set to native
-
branches/philmoz-uitest/platform/s100/sub/101b/stubs_asm.h
- Property svn:eol-style set to native
-
branches/philmoz-uitest/platform/s100/sub/101b/stubs_auto.S
- Property svn:eol-style set to native
-
branches/philmoz-uitest/platform/s100/sub/101b/stubs_entry.S
- Property svn:eol-style set to native
r2001 r2013 104 104 NSTUB(DoAFLock ,0xff029208) //102 105 105 NSTUB(EnterToCompensationEVF ,0xff0295dc) //104 106 NSTUB(ExecuteEventProcedure ,0xff08d868) // 2106 NSTUB(ExecuteEventProcedure ,0xff08d868) // 1 107 107 NSTUB(ExitFromCompensationEVF ,0xff029620) //104 108 108 NSTUB(ExitTask ,0xff00ed80) //101 -
branches/philmoz-uitest/platform/s100/sub/101b/stubs_entry_2.S
- Property svn:eol-style set to native
-
branches/philmoz-uitest/platform/s100/sub/101b/stubs_min.S
- Property svn:eol-style set to native
Note: See TracChangeset
for help on using the changeset viewer.