source: branches/philmoz/platform/g10/sub/102a/stubs_entry_2.S @ 1343

Revision 1343, 395 bytes checked in by philmoz, 20 months ago (diff)
  • Merged recent changes from main trunk to this branch.
  • Added experimental color/palette code for G12/SX30/IXUS310. Loads custom CHDK colors into camera palette. Adds better icons from CHDK-DE.
  • Property svn:eol-style set to native
Line 
1#include "stubs_asm.h"
2
3NHSTUB(kbd_pwr_off, 0xff84b174 )
4NHSTUB(MakeAFScan, 0xff946d54)   // Best match: 96%
5
6//vid_bitmap_refresh() routines matched with ixus980_sd990
7NHSTUB(ScreenLock, 0xff9dae04)
8NHSTUB(ScreenUnlock, 0xff9dae58)
9NHSTUB(RefreshPhysicalScreen, 0xff9dae58)
10
11// nullsubs - not needed anymore
12
13NHSTUB(kbd_pwr_on, 0xFF81093C )
14NHSTUB(SetZoomActuatorSpeedPercent, 0xFF81093C )
15
Note: See TracBrowser for help on using the repository browser.