N64FlashcartMenu
|
Flashcart Boot Subsystem. More...
Go to the source code of this file.
Data Structures | |
struct | boot_params_t |
Boot Parameters Structure. More... | |
Enumerations | |
enum | boot_device_type_t { BOOT_DEVICE_TYPE_ROM = 0 , BOOT_DEVICE_TYPE_DD = 1 } |
Boot device type enumeration. | |
enum | boot_reset_type_t { BOOT_RESET_TYPE_COLD = 0 , BOOT_RESET_TYPE_NMI = 1 } |
Reset type enumeration. | |
enum | boot_tv_type_t { BOOT_TV_TYPE_PAL = 0 , BOOT_TV_TYPE_NTSC = 1 , BOOT_TV_TYPE_MPAL = 2 , BOOT_TV_TYPE_PASSTHROUGH = 3 } |
TV type enumeration. | |
Functions | |
bool | boot_is_warm (void) |
void | boot (boot_params_t *params) |
Flashcart Boot Subsystem.
struct boot_params_t |
Boot Parameters Structure.
Data Fields | ||
---|---|---|
boot_device_type_t | device_type | |
boot_tv_type_t | tv_type | |
uint8_t | cic_seed | |
bool | detect_cic_seed |