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: Data Fields< / 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 >
< / div > <!-- top -->
<!-- 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 class = "contents" >
2023-11-10 17:39:26 +01:00
< div class = "textblock" > Here is a list of all documented struct and union fields with links to the struct/union documentation for each field:< / div >
< h3 > < a id = "index_b" name = "index_b" > < / a > - b -< / h3 > < ul >
2023-10-10 21:13:09 +02:00
< li > bgm_enabled  :  < a class = "el" href = "settings_8h.html#a5645dd794323484289ca8b1f8fcc872e" > settings_t< / a > < / li >
2023-11-10 17:39:26 +01:00
< li > BITRATE  :  < a class = "el" href = "boot__io_8h.html#a43e0411e186298f185d39b80ea5f1d4f" > ai_regs_t< / a > < / li >
< li > boot_address  :  < a class = "el" href = "rom__info_8h.html#afeb7118e65f58ed63767c1cd31be04d0" > rom_info_t< / a > < / li >
< / ul >
< h3 > < a id = "index_c" name = "index_c" > < / a > - c -< / h3 > < ul >
< li > check_code  :  < a class = "el" href = "rom__info_8h.html#add8f8d21a5dcff9aa5c76c0d1fa53808" > rom_info_t< / a > < / li >
2024-01-17 15:44:25 +01:00
< li > cic_type  :  < a class = "el" href = "rom__info_8h.html#a32ce102e3ff3539b226461fd174c347b" > rom_info_t< / a > < / li >
2023-11-10 17:39:26 +01:00
< li > clock_rate  :  < a class = "el" href = "rom__info_8h.html#a9397ddb6a50ce6c0fc3782ae6a4a9dc7" > rom_info_t< / a > < / li >
< li > COLOR_BURST  :  < a class = "el" href = "boot__io_8h.html#ac2f4fd1da8557ce8056df383b8c1da22" > vi_regs_t< / a > < / li >
< li > CR  :  < a class = "el" href = "boot__io_8h.html#ad443725846fa9e299773a8f57b357c73" > ai_regs_t< / a > , < a class = "el" href = "boot__io_8h.html#acb0559579506d3949f0b35d39d98156a" > vi_regs_t< / a > < / li >
< li > CURR_LINE  :  < a class = "el" href = "boot__io_8h.html#a16300cb685dffb0761649b885f36eeb3" > vi_regs_t< / a > < / li >
< / ul >
< h3 > < a id = "index_d" name = "index_d" > < / a > - d -< / h3 > < ul >
< li > DACRATE  :  < a class = "el" href = "boot__io_8h.html#a05b74719e0eb214f19d2aca062baa57d" > ai_regs_t< / a > < / li >
2023-08-05 01:40:16 +02:00
< li > default_directory  :  < a class = "el" href = "settings_8h.html#a7b25ac0c578507eb002025f1e5ad6041" > settings_t< / a > < / li >
2023-11-10 17:39:26 +01:00
< li > deinit  :  < a class = "el" href = "structflashcart__t.html#a5a7ab71f8d1ddc3040fc9038298bf830" > flashcart_t< / a > < / li >
< li > DOM  :  < a class = "el" href = "boot__io_8h.html#a378681355d279b47c38f6715cfa764d9" > pi_regs_t< / a > < / li >
< / ul >
< h3 > < a id = "index_e" name = "index_e" > < / a > - e -< / h3 > < ul >
2024-01-17 15:44:25 +01:00
< li > endianness  :  < a class = "el" href = "rom__info_8h.html#a0b802f6d76c318b3077b4b076fa29c15" > rom_info_t< / a > < / li >
2023-11-10 17:39:26 +01:00
< / ul >
< h3 > < a id = "index_f" name = "index_f" > < / a > - f -< / h3 > < ul >
2024-05-05 00:19:36 +02:00
< li > features  :  < a class = "el" href = "rom__info_8h.html#a7eda06a6294dca780f036d3802aaed3e" > rom_info_t< / a > < / li >
2023-11-10 17:39:26 +01:00
< / ul >
< h3 > < a id = "index_h" name = "index_h" > < / a > - h -< / h3 > < ul >
< li > H_LIMITS  :  < a class = "el" href = "boot__io_8h.html#aa0297b871dc42976d5fefe87d136833b" > vi_regs_t< / a > < / li >
< li > H_SCALE  :  < a class = "el" href = "boot__io_8h.html#abe25faca08f96d7d92585b9686fa647f" > vi_regs_t< / a > < / li >
< li > H_SYNC  :  < a class = "el" href = "boot__io_8h.html#a68c8e1537ebc5243d5b6bb773fe479ad" > vi_regs_t< / a > < / li >
< li > H_SYNC_LEAP  :  < a class = "el" href = "boot__io_8h.html#ab76316a7a5c429c53d97eff274b99747" > vi_regs_t< / a > < / li >
< li > H_WIDTH  :  < a class = "el" href = "boot__io_8h.html#af2521492273c60801fa69449d73487a9" > vi_regs_t< / a > < / li >
< li > has_feature  :  < a class = "el" href = "structflashcart__t.html#aa2fe700083b66bd2eabf3dd61fa822d7" > flashcart_t< / a > < / li >
< / ul >
< h3 > < a id = "index_i" name = "index_i" > < / a > - i -< / h3 > < ul >
< li > id  :  < a class = "el" href = "structusb__comm__command__t.html#ae0741a1da89998c28a1ed41e79341997" > usb_comm_command_t< / a > < / li >
< li > init  :  < a class = "el" href = "structflashcart__t.html#ae9fbf76776c3074703a1f26c233e8a41" > flashcart_t< / a > < / li >
< / ul >
< h3 > < a id = "index_l" name = "index_l" > < / a > - l -< / h3 > < ul >
< li > LEN  :  < a class = "el" href = "boot__io_8h.html#ac0676d4e820604efc8b5414be5d39f18" > ai_regs_t< / a > < / li >
< li > load_64dd_disk  :  < a class = "el" href = "structflashcart__t.html#ac69df979cdaf9dad1df8ce52593ea009" > flashcart_t< / a > < / li >
< li > load_64dd_ipl  :  < a class = "el" href = "structflashcart__t.html#a565a653be5e8c7100f3e171b1a685fb3" > flashcart_t< / a > < / li >
< li > load_file  :  < a class = "el" href = "structflashcart__t.html#a179d217ce8b7d1001e0ed9024506eda5" > flashcart_t< / a > < / li >
< li > load_rom  :  < a class = "el" href = "structflashcart__t.html#a55abdb31614d2847d5d2c4d1b0a0d0a8" > flashcart_t< / a > < / li >
< li > load_save  :  < a class = "el" href = "structflashcart__t.html#a7bf8b1451e6bab79870dd36c10c02263" > flashcart_t< / a > < / li >
< / ul >
< h3 > < a id = "index_m" name = "index_m" > < / a > - m -< / h3 > < ul >
< li > MADDR  :  < a class = "el" href = "boot__io_8h.html#ad7040a2f3fa50a932cb1d3328784ebb4" > ai_regs_t< / a > , < a class = "el" href = "boot__io_8h.html#aa9504bae7269bf8facd720b4ac2d2c00" > pi_regs_t< / a > , < a class = "el" href = "boot__io_8h.html#afddfa288e765993552f0b0b9e5091abd" > vi_regs_t< / a > < / li >
< / ul >
< h3 > < a id = "index_o" name = "index_o" > < / a > - o -< / h3 > < ul >
< li > op  :  < a class = "el" href = "structusb__comm__command__t.html#ad525b385cffba0f85df5b0b3c93bc075" > usb_comm_command_t< / a > < / li >
2024-05-05 00:19:36 +02:00
< li > override  :  < a class = "el" href = "rom__info_8h.html#aa7351ffd22a4b2a6d3a885f1a8193ce3" > rom_info_t< / a > < / li >
2023-11-10 17:39:26 +01:00
< / ul >
< h3 > < a id = "index_p" name = "index_p" > < / a > - p -< / h3 > < ul >
< li > PADDR  :  < a class = "el" href = "boot__io_8h.html#a39dcd01f99c2ca546737cff58821a43d" > pi_regs_t< / a > < / li >
2023-10-10 21:13:09 +02:00
< li > pal60_enabled  :  < a class = "el" href = "settings_8h.html#ad88eea6bf7e99f89f316513306a07506" > settings_t< / a > < / li >
2023-11-10 17:39:26 +01:00
< / ul >
< h3 > < a id = "index_r" name = "index_r" > < / a > - r -< / h3 > < ul >
< li > RDMA  :  < a class = "el" href = "boot__io_8h.html#a6d04dc1568e8bec29264bc9a8c2e7724" > pi_regs_t< / a > < / li >
2023-10-10 21:13:09 +02:00
< li > rumble_enabled  :  < a class = "el" href = "settings_8h.html#af8e5d894c1bc8c114fb0bf9ad5d12360" > settings_t< / a > < / li >
2023-11-10 17:39:26 +01:00
< / ul >
< h3 > < a id = "index_s" name = "index_s" > < / a > - s -< / h3 > < ul >
2023-12-21 20:14:43 +01:00
< li > save_type  :  < a class = "el" href = "rom__info_8h.html#a9bf05efea2279aeacb197096bb88e59d" > rom_info_t< / a > < / li >
2023-11-10 17:39:26 +01:00
< li > set_save_type  :  < a class = "el" href = "structflashcart__t.html#ac6fb8bf7d1957a4200273068c94d13b4" > flashcart_t< / a > < / li >
2024-04-24 02:45:26 +02:00
< li > set_save_writeback  :  < a class = "el" href = "structflashcart__t.html#a19eba40921dc872c15fab58bdcc853b1" > flashcart_t< / a > < / li >
< li > show_protected_entries  :  < a class = "el" href = "settings_8h.html#af59022b231f0952311af71f4eb132d67" > settings_t< / a > < / li >
2023-10-10 21:13:09 +02:00
< li > sound_enabled  :  < a class = "el" href = "settings_8h.html#a7f7e78c2b3edb912391e59b3d0038323" > settings_t< / a > < / li >
2023-11-10 17:39:26 +01:00
< li > SR  :  < a class = "el" href = "boot__io_8h.html#a8b1251e120efe26718d3394aec73ca0c" > ai_regs_t< / a > , < a class = "el" href = "boot__io_8h.html#a6c4f19758b5239f5239f490a6be98262" > pi_regs_t< / a > < / li >
< / ul >
< h3 > < a id = "index_t" name = "index_t" > < / a > - t -< / h3 > < ul >
< li > TIMING  :  < a class = "el" href = "boot__io_8h.html#a62ad61417eb98ddc6ad522b566f4667d" > vi_regs_t< / a > < / li >
< li > title  :  < a class = "el" href = "rom__info_8h.html#ad0ac2903416955beeea09ff127ab0245" > rom_info_t< / a > < / li >
2024-01-17 15:44:25 +01:00
< li > tv_type  :  < a class = "el" href = "rom__info_8h.html#ad9a5855518fbf47645b8d8b60822d593" > rom_info_t< / a > < / li >
2023-11-10 17:39:26 +01:00
< / ul >
< h3 > < a id = "index_u" name = "index_u" > < / a > - u -< / h3 > < ul >
2023-08-18 22:19:40 +02:00
< li > use_saves_folder  :  < a class = "el" href = "settings_8h.html#abf8e54596905858b3ada7f163b07d6a6" > settings_t< / a > < / li >
2023-08-05 01:40:16 +02:00
< / ul >
2023-11-10 17:39:26 +01:00
< h3 > < a id = "index_v" name = "index_v" > < / a > - v -< / h3 > < ul >
< li > V_INTR  :  < a class = "el" href = "boot__io_8h.html#af3a2374353eaa0de3c38607693057cfa" > vi_regs_t< / a > < / li >
< li > V_LIMITS  :  < a class = "el" href = "boot__io_8h.html#a8a17677bc1236677903d6312d64b73b8" > vi_regs_t< / a > < / li >
< li > V_SCALE  :  < a class = "el" href = "boot__io_8h.html#ad640b8c4be56e5e183f09f78368e2328" > vi_regs_t< / a > < / li >
< li > V_SYNC  :  < a class = "el" href = "boot__io_8h.html#ac7797f5ba82e82db9cda5c459a8a7cea" > vi_regs_t< / a > < / li >
< li > version  :  < a class = "el" href = "rom__info_8h.html#aa4fa4e1a40bd152b26b22bceeeb72baf" > rom_info_t< / a > < / li >
< / ul >
< h3 > < a id = "index_w" name = "index_w" > < / a > - w -< / h3 > < ul >
< li > WDMA  :  < a class = "el" href = "boot__io_8h.html#a73468640d22e6304e6a07d5ab81a0efa" > pi_regs_t< / a > < / li >
< / ul >
2023-08-05 01:40:16 +02:00
< / div > <!-- contents -->
<!-- start footer part -->
< hr class = "footer" / > < address class = "footer" > < small >
2024-05-05 00:19:36 +02:00
Generated on Sat May 4 2024 22:19:35 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 >