1 #include "stubs_asm.h" 2 #define NULL_SUB 0xFFC00948 3 4 // Override stubs_entry.S 5 NHSTUB(kbd_pwr_off, NULL_SUB) 6 7 // These don't exist 8 NHSTUB(SetZoomActuatorSpeedPercent, NULL_SUB) 9 10 // Additional 11 NHSTUB(GetCurrentTargetDistance, 0xFFD04C7C) 12 NHSTUB(MakeAFScan, 0xFFDE1C4C) 13 NHSTUB(PostLEDMessage, 0xFFC30AFC) 14 NHSTUB(TurnOffMic, 0xFFC31FAC) 15 NHSTUB(TurnOnMic, 0xFFC31F80) 16 NHSTUB(dumpMemoryToFile, 0xFFC141F4) // writes a portion of memory into a file (char* filename, 0, (void*) src, int length) 17 NHSTUB(ints_disable, 0xFFC00578) 18 NHSTUB(ints_enable, 0xFFC005A0)