2023-08-05 01:40:16 +02:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" lang = "en-US" >
< head >
< meta http-equiv = "Content-Type" content = "text/xhtml;charset=UTF-8" / >
< meta http-equiv = "X-UA-Compatible" content = "IE=11" / >
< meta name = "generator" content = "Doxygen 1.9.5" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
< title > N64FlashcartMenu: boot.h File Reference< / title >
< link href = "tabs.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "jquery.js" > < / script >
< script type = "text/javascript" src = "dynsections.js" > < / script >
< link href = "search/search.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "search/searchdata.js" > < / script >
< script type = "text/javascript" src = "search/search.js" > < / script >
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" / >
< / head >
< body >
< div id = "top" > <!-- do not remove this div, it is closed by doxygen! -->
< div id = "titlearea" >
< table cellspacing = "0" cellpadding = "0" >
< tbody >
< tr id = "projectrow" >
< td id = "projectalign" >
< div id = "projectname" > N64FlashcartMenu
< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- end header part -->
<!-- Generated by Doxygen 1.9.5 -->
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search/",'.html');
/* @license-end */
< / script >
< script type = "text/javascript" src = "menudata.js" > < / script >
< script type = "text/javascript" src = "menu.js" > < / script >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat.txt MIT */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */
< / script >
< div id = "main-nav" > < / div >
<!-- window showing the filter options -->
< div id = "MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
< / div >
<!-- iframe showing the search results (closed by default) -->
< div id = "MSearchResultsWindow" >
< div id = "MSearchResults" >
< div class = "SRPage" >
< div id = "SRIndex" >
< div id = "SRResults" > < / div >
< div class = "SRStatus" id = "Loading" > Loading...< / div >
< div class = "SRStatus" id = "Searching" > Searching...< / div >
< div class = "SRStatus" id = "NoMatches" > No Matches< / div >
< / div >
< / div >
< / div >
< / div >
< div id = "nav-path" class = "navpath" >
< ul >
< li class = "navelem" > < a class = "el" href = "dir_68267d1309a1af8e8297ef4c3efbcdba.html" > src< / a > < / li > < li class = "navelem" > < a class = "el" href = "dir_52780cb445d9f0b97a98e8aabec4d968.html" > boot< / a > < / li > < / ul >
< / div >
< / div > <!-- top -->
< div class = "header" >
< div class = "summary" >
< a href = "#nested-classes" > Data Structures< / a > |
< a href = "#enum-members" > Enumerations< / a > |
< a href = "#func-members" > Functions< / a > < / div >
< div class = "headertitle" > < div class = "title" > boot.h File Reference< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
< p > Flashcart Boot Subsystem.
< a href = "#details" > More...< / a > < / p >
< p > < a href = "boot_8h_source.html" > Go to the source code of this file.< / a > < / p >
< table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a id = "nested-classes" name = "nested-classes" > < / a >
Data Structures< / h2 > < / td > < / tr >
< tr class = "memitem:structboot__params__t" > < td class = "memItemLeft" align = "right" valign = "top" > struct   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "boot_8h.html#structboot__params__t" > boot_params_t< / a > < / td > < / tr >
< tr class = "memdesc:structboot__params__t" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Boot Parameters Structure. < a href = "boot_8h.html#structboot__params__t" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:structboot__params__t" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a id = "enum-members" name = "enum-members" > < / a >
Enumerations< / h2 > < / td > < / tr >
< tr class = "memitem:ad2abc0c1ce054ac5d88d52df290c9bbd" > < td class = "memItemLeft" align = "right" valign = "top" > < a id = "ad2abc0c1ce054ac5d88d52df290c9bbd" name = "ad2abc0c1ce054ac5d88d52df290c9bbd" > < / a > enum   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "boot_8h.html#ad2abc0c1ce054ac5d88d52df290c9bbd" > boot_device_type_t< / a > { < b > BOOT_DEVICE_TYPE_ROM< / b > = 0
2023-10-10 21:13:09 +02:00
, < b > BOOT_DEVICE_TYPE_64DD< / b > = 1
2023-08-05 01:40:16 +02:00
}< / td > < / tr >
< tr class = "memdesc:ad2abc0c1ce054ac5d88d52df290c9bbd" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Boot device type enumeration. < br / > < / td > < / tr >
< tr class = "separator:ad2abc0c1ce054ac5d88d52df290c9bbd" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a58ed873284bb826c75f3b0be4948fcc6" > < td class = "memItemLeft" align = "right" valign = "top" > < a id = "a58ed873284bb826c75f3b0be4948fcc6" name = "a58ed873284bb826c75f3b0be4948fcc6" > < / a > enum   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "boot_8h.html#a58ed873284bb826c75f3b0be4948fcc6" > boot_reset_type_t< / a > { < b > BOOT_RESET_TYPE_COLD< / b > = 0
, < b > BOOT_RESET_TYPE_NMI< / b > = 1
}< / td > < / tr >
< tr class = "memdesc:a58ed873284bb826c75f3b0be4948fcc6" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Reset type enumeration. < br / > < / td > < / tr >
< tr class = "separator:a58ed873284bb826c75f3b0be4948fcc6" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a88e68b10e3c1acd4e232de56e2d12353" > < td class = "memItemLeft" align = "right" valign = "top" > < a id = "a88e68b10e3c1acd4e232de56e2d12353" name = "a88e68b10e3c1acd4e232de56e2d12353" > < / a > enum   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "boot_8h.html#a88e68b10e3c1acd4e232de56e2d12353" > boot_tv_type_t< / a > { < b > BOOT_TV_TYPE_PAL< / b > = 0
, < b > BOOT_TV_TYPE_NTSC< / b > = 1
, < b > BOOT_TV_TYPE_MPAL< / b > = 2
, < b > BOOT_TV_TYPE_PASSTHROUGH< / b > = 3
}< / td > < / tr >
< tr class = "memdesc:a88e68b10e3c1acd4e232de56e2d12353" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > TV type enumeration. < br / > < / td > < / tr >
< tr class = "separator:a88e68b10e3c1acd4e232de56e2d12353" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a id = "func-members" name = "func-members" > < / a >
Functions< / h2 > < / td > < / tr >
< tr class = "memitem:a1cc8d53a339a460878d8233c2ea01895" > < td class = "memItemLeft" align = "right" valign = "top" > < a id = "a1cc8d53a339a460878d8233c2ea01895" name = "a1cc8d53a339a460878d8233c2ea01895" > < / a >
void  < / td > < td class = "memItemRight" valign = "bottom" > < b > boot< / b > (< a class = "el" href = "boot_8h.html#structboot__params__t" > boot_params_t< / a > *params)< / td > < / tr >
< tr class = "separator:a1cc8d53a339a460878d8233c2ea01895" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table >
< a name = "details" id = "details" > < / a > < h2 class = "groupheader" > Detailed Description< / h2 >
< div class = "textblock" > < p > Flashcart Boot Subsystem. < / p >
< / div > < hr / > < h2 class = "groupheader" > Data Structure Documentation< / h2 >
< a name = "structboot__params__t" id = "structboot__params__t" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#structboot__params__t" > ◆   < / a > < / span > boot_params_t< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > struct boot_params_t< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< div class = "textblock" > < p > Boot Parameters Structure. < / p >
< / div > < table class = "fieldtable" >
< tr > < th colspan = "3" > Data Fields< / th > < / tr >
< tr > < td class = "fieldtype" >
< a id = "af892d1ddd6f949c3a7171c4ef5f059dc" name = "af892d1ddd6f949c3a7171c4ef5f059dc" > < / a > < a class = "el" href = "boot_8h.html#ad2abc0c1ce054ac5d88d52df290c9bbd" > boot_device_type_t< / a > < / td >
< td class = "fieldname" >
device_type< / td >
< td class = "fielddoc" >
< / td > < / tr >
< tr > < td class = "fieldtype" >
< a id = "a31861deae417bcf77c9160a5cf266852" name = "a31861deae417bcf77c9160a5cf266852" > < / a > < a class = "el" href = "boot_8h.html#a88e68b10e3c1acd4e232de56e2d12353" > boot_tv_type_t< / a > < / td >
< td class = "fieldname" >
tv_type< / td >
< td class = "fielddoc" >
< / td > < / tr >
< tr > < td class = "fieldtype" >
< a id = "a1095e0876990ba4189f19be0cdc0cfcc" name = "a1095e0876990ba4189f19be0cdc0cfcc" > < / a > uint8_t< / td >
< td class = "fieldname" >
cic_seed< / td >
< td class = "fielddoc" >
< / td > < / tr >
< tr > < td class = "fieldtype" >
< a id = "ab45c6d8111161a39344c57a4f2fa0675" name = "ab45c6d8111161a39344c57a4f2fa0675" > < / a > bool< / td >
< td class = "fieldname" >
detect_cic_seed< / td >
< td class = "fielddoc" >
< / td > < / tr >
< / table >
< / div >
< / div >
< / div > <!-- contents -->
<!-- start footer part -->
< hr class = "footer" / > < address class = "footer" > < small >
2024-05-01 23:44:00 +02:00
Generated on Wed May 1 2024 21:43:59 for N64FlashcartMenu by  < a href = "https://www.doxygen.org/index.html" > < img class = "footer" src = "doxygen.svg" width = "104" height = "31" alt = "doxygen" / > < / a > 1.9.5
2023-08-05 01:40:16 +02:00
< / small > < / address >
< / body >
< / html >