| 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 | |
|---|
| 3 | NHSTUB(kbd_pwr_off, 0xff84b174 ) |
|---|
| 4 | NHSTUB(MakeAFScan, 0xff946d54) // Best match: 96% |
|---|
| 5 | |
|---|
| 6 | //vid_bitmap_refresh() routines matched with ixus980_sd990 |
|---|
| 7 | NHSTUB(ScreenLock, 0xff9dae04) |
|---|
| 8 | NHSTUB(ScreenUnlock, 0xff9dae58) |
|---|
| 9 | NHSTUB(RefreshPhysicalScreen, 0xff9dae58) |
|---|
| 10 | |
|---|
| 11 | // nullsubs - not needed anymore |
|---|
| 12 | |
|---|
| 13 | NHSTUB(kbd_pwr_on, 0xFF81093C ) |
|---|
| 14 | NHSTUB(SetZoomActuatorSpeedPercent, 0xFF81093C ) |
|---|
| 15 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.