1 #include "stubs_asm.h" 2 #define NULL_SUB 0xFF810950 3 4 // Override stubs_entry.S 5 NHSTUB(GetSystemTime, 0xFF8606AC) 6 NHSTUB(kbd_pwr_off, NULL_SUB) 7 NHSTUB(kbd_pwr_on, NULL_SUB) 8 9 // These don't exist/aren't found in dryos 10 NHSTUB(SetZoomActuatorSpeedPercent, NULL_SUB) 11 NHSTUB(TurnOffMic, NULL_SUB) 12 NHSTUB(TurnOnMic, NULL_SUB) 13 14 // Additional 15 NHSTUB(MakeAFScan, 0xFF93B538) 16 NHSTUB(PostLEDMessage, 0xFF847470) 17 NHSTUB(platformsub_kbd_fetch_data, 0xFF848340) 18 19 // Palette 20 NHSTUB(ScreenLock, 0xFF9D4F28)