MO_option Constant (ROM Call 0x447)

events.h

unsigned short *const MO_option;

Contains a pointer to the global mode settings array.

MO_option is a constant pointer to an array of words (unsigned shorts) equivalent to the MO_OPTIONS structure pointed to by ModeSettings. In fact, the definition is almost exactly the same, only the pointer type differs for compatibility with TI's compiler.


Used by: EV_defaultHandler, MO_currentOptions, MO_defaults, MO_digestOptions, MO_modeDialog, HomeExecute


See also: ModeSettings