10#define BIOS_VIDEOMODE_DEFAULT 0
11#define BIOS_VIDEOMODE_VGA 1
12#define BIOS_VIDEOMODE_COMPOSITE 2
13#define BIOS_VIDEOMODE_SVIDEO 3
float bios_getPrefAudioVolume()
Get the currently set console audio volume from BIOS settings.
void bios_setPrefVideoOutput(uint32_t videoOutputMode)
Set the current console video output mode.
void bios_setPrefAudioVolume(float value)
Set the console audio volume.
void bios_setPrefLang(const char *langStr)
Set the current console language to the given ISO language code.
uint8_t bios_getPref24HrClock()
Get whether the console is set to display a 24hr clock from BIOS settings.
void bios_loadProgram(const void *codeData, uint32_t codeLen)
Load a program and begin executing.
void bios_getPrefLang(char *outLangStr)
Get the currently set console language from BIOS settings.
uint32_t bios_getPrefVideoOutput()
Get the current console video output mode from BIOS settings.
void bios_savePrefs()
Persist preference settings.
void bios_setPref24HrClock(uint8_t enable)
Set whether the console should display a 24hr clock.