Ignore:
Timestamp:
01/07/11 04:26:07 (2 years ago)
Author:
reyalP
Message:

g12 and sx30 updates from philmoz in http://chdk.setepontos.com/index.php?topic=650.msg59326#msg59326

  • Cleaned up the image offset code.
  • minor bug fixes and corrected address for exmem_alloc
  • moved SCREEN_COLOR define into gui_draw.h so it can be easily overridden (found in five places and default value was white on the SX30 and G12).
  • added some defines configured in makefile.inc so that gui_debug_draw_values can be used to show memory properly (was hard wired to VX addresses).
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/platform/g12/sub/100c/stubs_entry_2.S

    r1019 r1024  
    8787NHSTUB(GetImageFolder,                                  0xFF95F2FC)     // function before 'GetCameraObjectTmpPath ERROR' string 
    8888NHSTUB(UpdateMBROnFlash,                                0xFF8767C8) // Search for 'BOOTDISK', function branches to this at end (after setting up R0,R1,R2) 
    89 NHSTUB(exmem_alloc,                                             0xFF88FD1C)     // search for ExMem.AllocCacheable (from reyalp) 
     89NHSTUB(exmem_alloc,                                             0xFF88FFD8)     // search for ExMem.AllocCacheable (from reyalp) 
    9090 
    9191# From stubs_entry_ida.s 
Note: See TracChangeset for help on using the changeset viewer.