Changeset 473 for branches/juciphox/platform/ixus700_sd500/sub
- Timestamp:
- 08/08/08 01:02:34 (5 years ago)
- Location:
- branches/juciphox/platform/ixus700_sd500/sub
- Files:
-
- 4 edited
-
101a/lib.c (modified) (1 diff)
-
101a/stubs_entry_2.S (modified) (1 diff)
-
101b/lib.c (modified) (1 diff)
-
101b/stubs_entry_2.S (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/juciphox/platform/ixus700_sd500/sub/101a/lib.c
r388 r473 66 66 67 67 long vid_get_bitmap_buffer_height() { return 240; } 68 69 void _EnterToCompensationEVF() {} // Dummy function. To be removed after stub is found. See stubs_entry_2.S. 70 void _ExitFromCompensationEVF() {} // Dummy function. To be removed after stub is found. See stubs_entry_2.S. -
branches/juciphox/platform/ixus700_sd500/sub/101a/stubs_entry_2.S
r461 r473 44 44 NHSTUB(GetOpticalTemperature, 0xFFA4DA00) 45 45 NHSTUB(PT_PlaySound, 0xFF960080) 46 47 //NHSTUB(EnterToCompensationEVF, 0xFFFFFFFF) // Stub not found. When found, remove dummy function from lib.c. 48 //NHSTUB(ExitFromCompensationEVF, 0xFFFFFFFF) // Stub not found. When found, remove dummy function from lib.c. -
branches/juciphox/platform/ixus700_sd500/sub/101b/lib.c
r388 r473 66 66 67 67 long vid_get_bitmap_buffer_height() { return 240; } 68 69 void _EnterToCompensationEVF() {} // Dummy function. To be removed after stub is found. See stubs_entry_2.S. 70 void _ExitFromCompensationEVF() {} // Dummy function. To be removed after stub is found. See stubs_entry_2.S. -
branches/juciphox/platform/ixus700_sd500/sub/101b/stubs_entry_2.S
r461 r473 45 45 NHSTUB(PT_PlaySound, 0xFF9600D0) 46 46 47 48 //NHSTUB(EnterToCompensationEVF, 0xFFFFFFFF) // Stub not found. When found, remove dummy function from lib.c. 49 //NHSTUB(ExitFromCompensationEVF, 0xFFFFFFFF) // Stub not found. When found, remove dummy function from lib.c.
Note: See TracChangeset
for help on using the changeset viewer.