git.y1.nz

gbdk-2020

GameBoy Development Kit
download: https://git.y1.nz/archives/gbdk.tar.gz
README | Files | Log | Refs | LICENSE

docs/api/msx_2hardware_8h_source.html

      1 <!-- HTML header for doxygen 1.8.14-->
      2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
      3 <html xmlns="http://www.w3.org/1999/xhtml">
      4 <head>
      5 <meta http-equiv="cache-control" content="max-age=86400"/>
      6 <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
      7 <meta http-equiv="X-UA-Compatible" content="IE=9"/>
      8 <meta name="generator" content="Doxygen 1.9.2"/>
      9 <meta name="viewport" content="width=device-width, initial-scale=1"/>
     10 <title>GBDK 2020 Docs: gbdk-lib/include/msx/hardware.h Source File</title>
     11 <link href="tabs.css" rel="stylesheet" type="text/css"/>
     12 <script type="text/javascript" src="jquery.js"></script>
     13 <script type="text/javascript" src="dynsections.js"></script>
     14 <link href="navtree.css" rel="stylesheet" type="text/css"/>
     15 <script type="text/javascript" src="resize.js"></script>
     16 <script type="text/javascript" src="navtreedata.js"></script>
     17 <script type="text/javascript" src="navtree.js"></script>
     18 <link href="search/search.css" rel="stylesheet" type="text/css"/>
     19 <script type="text/javascript" src="search/searchdata.js"></script>
     20 <script type="text/javascript" src="search/search.js"></script>
     21 <link href="doxygen.css" rel="stylesheet" type="text/css" />
     22 <link href="doxygen-awesome.css" rel="stylesheet" type="text/css"/>
     23 <link href="doxygen-awesome-sidebar-only.css" rel="stylesheet" type="text/css"/>
     24 <link href="doxygen-awesome-sidebar-only-darkmode-toggle.css" rel="stylesheet" type="text/css"/>
     25 <!-- BEGIN: doxygen-awesome-css -->
     26         <script type="text/javascript" src="doxygen-awesome-darkmode-toggle.js"></script>
     27         <script type="text/javascript">
     28             DoxygenAwesomeDarkModeToggle.init()
     29         </script>
     30         <script type="text/javascript" src="doxygen-awesome-paragraph-link.js"></script>
     31         <script type="text/javascript">
     32             DoxygenAwesomeParagraphLink.init()
     33         </script>        
     34 <!-- END: doxygen-awesome-css -->
     35 </head>
     36 <body>
     37 <div id="top"><!-- do not remove this div, it is closed by doxygen! -->
     38 <div id="titlearea">
     39 <table cellspacing="0" cellpadding="0">
     40  <tbody>
     41  <tr style="height: 56px;">
     42   <td id="projectalign" style="padding-left: 0.5em;">
     43    <div id="projectname">GBDK 2020 Docs
     44    &#160;<span id="projectnumber">4.5.0</span>
     45    </div>
     46    <div id="projectbrief">API Documentation for GBDK 2020</div>
     47   </td>
     48  </tr>
     49  </tbody>
     50 </table>
     51 </div>
     52 <!-- end header part -->
     53 <!-- Generated by Doxygen 1.9.2 -->
     54 <script type="text/javascript">
     55 /* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
     56 var searchBox = new SearchBox("searchBox", "search",'Search','.html');
     57 /* @license-end */
     58 </script>
     59 <script type="text/javascript" src="menudata.js"></script>
     60 <script type="text/javascript" src="menu.js"></script>
     61 <script type="text/javascript">
     62 /* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
     63 $(function() {
     64   initMenu('',true,false,'search.php','Search');
     65   $(document).ready(function() { init_search(); });
     66 });
     67 /* @license-end */
     68 </script>
     69 <div id="main-nav"></div>
     70 </div><!-- top -->
     71 <div id="side-nav" class="ui-resizable side-nav-resizable">
     72   <div id="nav-tree">
     73     <div id="nav-tree-contents">
     74       <div id="nav-sync" class="sync"></div>
     75     </div>
     76   </div>
     77   <div id="splitbar" style="-moz-user-select:none;" 
     78        class="ui-resizable-handle">
     79   </div>
     80 </div>
     81 <script type="text/javascript">
     82 /* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
     83 $(document).ready(function(){initNavTree('msx_2hardware_8h_source.html',''); initResizable(); });
     84 /* @license-end */
     85 </script>
     86 <div id="doc-content">
     87 <!-- window showing the filter options -->
     88 <div id="MSearchSelectWindow"
     89      onmouseover="return searchBox.OnSearchSelectShow()"
     90      onmouseout="return searchBox.OnSearchSelectHide()"
     91      onkeydown="return searchBox.OnSearchSelectKey(event)">
     92 </div>
     93 
     94 <!-- iframe showing the search results (closed by default) -->
     95 <div id="MSearchResultsWindow">
     96 <iframe src="javascript:void(0)" frameborder="0" 
     97         name="MSearchResults" id="MSearchResults">
     98 </iframe>
     99 </div>
    100 
    101 <div class="header">
    102   <div class="headertitle"><div class="title">hardware.h</div></div>
    103 </div><!--header-->
    104 <div class="contents">
    105 <a href="msx_2hardware_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno">    1</span> </div>
    106 <div class="line"><a id="l00005" name="l00005"></a><span class="lineno">    5</span><span class="preprocessor">#ifndef _HARDWARE_H</span></div>
    107 <div class="line"><a id="l00006" name="l00006"></a><span class="lineno">    6</span><span class="preprocessor">#define _HARDWARE_H</span></div>
    108 <div class="line"><a id="l00007" name="l00007"></a><span class="lineno">    7</span> </div>
    109 <div class="line"><a id="l00008" name="l00008"></a><span class="lineno">    8</span><span class="preprocessor">#include &lt;types.h&gt;</span></div>
    110 <div class="line"><a id="l00009" name="l00009"></a><span class="lineno">    9</span> </div>
    111 <div class="line"><a id="l00010" name="l00010"></a><span class="lineno"><a class="line" href="msx_2hardware_8h.html#__BYTES">   10</a></span><span class="preprocessor">#define __BYTES extern UBYTE</span></div>
    112 <div class="line"><a id="l00011" name="l00011"></a><span class="lineno"><a class="line" href="msx_2hardware_8h.html#__BYTE_REG">   11</a></span><span class="preprocessor">#define __BYTE_REG extern volatile UBYTE</span></div>
    113 <div class="line"><a id="l00012" name="l00012"></a><span class="lineno">   12</span> </div>
    114 <div class="line"><a id="l00013" name="l00013"></a><span class="lineno">   13</span><span class="keyword">static</span> <span class="keyword">volatile</span> <a class="code hl_define" href="asm_2types_8h.html#SFR">SFR</a> <a class="code hl_define" href="asm_2types_8h.html#AT">AT</a>(0x7E) VCOUNTER;</div>
    115 <div class="line"><a id="l00014" name="l00014"></a><span class="lineno">   14</span> </div>
    116 <div class="line"><a id="l00015" name="l00015"></a><span class="lineno">   15</span>static volatile <a class="code hl_define" href="asm_2types_8h.html#SFR">SFR</a> <a class="code hl_define" href="asm_2types_8h.html#AT">AT</a>(0x7F) PSG;</div>
    117 <div class="line"><a id="l00016" name="l00016"></a><span class="lineno">   16</span> </div>
    118 <div class="line"><a id="l00017" name="l00017"></a><span class="lineno"><a class="line" href="msx_2hardware_8h.html#PSG_LATCH">   17</a></span><span class="preprocessor">#define PSG_LATCH      0x80</span></div>
    119 <div class="line"><a id="l00018" name="l00018"></a><span class="lineno">   18</span> </div>
    120 <div class="line"><a id="l00019" name="l00019"></a><span class="lineno"><a class="line" href="msx_2hardware_8h.html#PSG_CH0">   19</a></span><span class="preprocessor">#define PSG_CH0        0b00000000</span></div>
    121 <div class="line"><a id="l00020" name="l00020"></a><span class="lineno"><a class="line" href="msx_2hardware_8h.html#PSG_CH1">   20</a></span><span class="preprocessor">#define PSG_CH1        0b00100000</span></div>
    122 <div class="line"><a id="l00021" name="l00021"></a><span class="lineno"><a class="line" href="msx_2hardware_8h.html#PSG_CH2">   21</a></span><span class="preprocessor">#define PSG_CH2        0b01000000</span></div>
    123 <div class="line"><a id="l00022" name="l00022"></a><span class="lineno"><a class="line" href="msx_2hardware_8h.html#PSG_CH3">   22</a></span><span class="preprocessor">#define PSG_CH3        0b01100000</span></div>
    124 <div class="line"><a id="l00023" name="l00023"></a><span class="lineno">   23</span> </div>
    125 <div class="line"><a id="l00024" name="l00024"></a><span class="lineno"><a class="line" href="msx_2hardware_8h.html#PSG_VOLUME">   24</a></span><span class="preprocessor">#define PSG_VOLUME     0b00010000</span></div>
    126 <div class="line"><a id="l00025" name="l00025"></a><span class="lineno">   25</span> </div>
    127 <div class="line"><a id="l00026" name="l00026"></a><span class="lineno">   26</span><span class="keyword">static</span> <span class="keyword">volatile</span> <a class="code hl_define" href="asm_2types_8h.html#SFR">SFR</a> <a class="code hl_define" href="asm_2types_8h.html#AT">AT</a>(0x7F) HCOUNTER;</div>
    128 <div class="line"><a id="l00027" name="l00027"></a><span class="lineno">   27</span> </div>
    129 <div class="line"><a id="l00028" name="l00028"></a><span class="lineno">   28</span>static volatile <a class="code hl_define" href="asm_2types_8h.html#SFR">SFR</a> <a class="code hl_define" href="asm_2types_8h.html#AT">AT</a>(0x98) VDP_DATA;</div>
    130 <div class="line"><a id="l00029" name="l00029"></a><span class="lineno">   29</span>static volatile <a class="code hl_define" href="asm_2types_8h.html#SFR">SFR</a> <a class="code hl_define" href="asm_2types_8h.html#AT">AT</a>(0x99) VDP_CMD;</div>
    131 <div class="line"><a id="l00030" name="l00030"></a><span class="lineno">   30</span>static volatile <a class="code hl_define" href="asm_2types_8h.html#SFR">SFR</a> <a class="code hl_define" href="asm_2types_8h.html#AT">AT</a>(0x99) VDP_STATUS;</div>
    132 <div class="line"><a id="l00031" name="l00031"></a><span class="lineno">   31</span> </div>
    133 <div class="line"><a id="l00032" name="l00032"></a><span class="lineno"><a class="line" href="msx_2hardware_8h.html#STATF_INT_VBL">   32</a></span><span class="preprocessor">#define STATF_INT_VBL  0b10000000</span></div>
    134 <div class="line"><a id="l00033" name="l00033"></a><span class="lineno"><a class="line" href="msx_2hardware_8h.html#STATF_9_SPR">   33</a></span><span class="preprocessor">#define STATF_9_SPR    0b01000000</span></div>
    135 <div class="line"><a id="l00034" name="l00034"></a><span class="lineno"><a class="line" href="msx_2hardware_8h.html#STATF_SPR_COLL">   34</a></span><span class="preprocessor">#define STATF_SPR_COLL 0b00100000</span></div>
    136 <div class="line"><a id="l00035" name="l00035"></a><span class="lineno">   35</span> </div>
    137 <div class="line"><a id="l00036" name="l00036"></a><span class="lineno"><a class="line" href="msx_2hardware_8h.html#VDP_REG_MASK">   36</a></span><span class="preprocessor">#define VDP_REG_MASK   0b10000000</span></div>
    138 <div class="line"><a id="l00037" name="l00037"></a><span class="lineno"><a class="line" href="msx_2hardware_8h.html#VDP_R0">   37</a></span><span class="preprocessor">#define VDP_R0         0b10000000</span></div>
    139 <div class="line"><a id="l00038" name="l00038"></a><span class="lineno">   38</span><span class="keyword">extern</span> <a class="code hl_typedef" href="asm_2types_8h.html#UBYTE">UBYTE</a> <a class="code hl_variable" href="msx_2hardware_8h.html#shadow_VDP_R0">shadow_VDP_R0</a>;</div>
    140 <div class="line"><a id="l00039" name="l00039"></a><span class="lineno">   39</span> </div>
    141 <div class="line"><a id="l00040" name="l00040"></a><span class="lineno"><a class="line" href="msx_2hardware_8h.html#R0_DEFAULT">   40</a></span><span class="preprocessor">#define R0_DEFAULT     0b00000000</span></div>
    142 <div class="line"><a id="l00041" name="l00041"></a><span class="lineno"><a class="line" href="msx_2hardware_8h.html#R0_CB_OUTPUT">   41</a></span><span class="preprocessor">#define R0_CB_OUTPUT   0b00000000</span></div>
    143 <div class="line"><a id="l00042" name="l00042"></a><span class="lineno"><a class="line" href="msx_2hardware_8h.html#R0_CB_INPUT">   42</a></span><span class="preprocessor">#define R0_CB_INPUT    0b01000000</span></div>
    144 <div class="line"><a id="l00043" name="l00043"></a><span class="lineno"><a class="line" href="msx_2hardware_8h.html#R0_IE2_OFF">   43</a></span><span class="preprocessor">#define R0_IE2_OFF     0b00000000</span></div>
    145 <div class="line"><a id="l00044" name="l00044"></a><span class="lineno"><a class="line" href="msx_2hardware_8h.html#R0_IE2">   44</a></span><span class="preprocessor">#define R0_IE2         0b00100000</span></div>
    146 <div class="line"><a id="l00045" name="l00045"></a><span class="lineno"><a class="line" href="msx_2hardware_8h.html#R0_IE1_OFF">   45</a></span><span class="preprocessor">#define R0_IE1_OFF     0b00000000</span></div>
    147 <div class="line"><a id="l00046" name="l00046"></a><span class="lineno"><a class="line" href="msx_2hardware_8h.html#R0_IE1">   46</a></span><span class="preprocessor">#define R0_IE1         0b00010000</span></div>
    148 <div class="line"><a id="l00047" name="l00047"></a><span class="lineno"><a class="line" href="msx_2hardware_8h.html#R0_SCR_MODE1">   47</a></span><span class="preprocessor">#define R0_SCR_MODE1   0b00000000</span></div>
    149 <div class="line"><a id="l00048" name="l00048"></a><span class="lineno"><a class="line" href="msx_2hardware_8h.html#R0_SCR_MODE2">   48</a></span><span class="preprocessor">#define R0_SCR_MODE2   0b00000010</span></div>
    150 <div class="line"><a id="l00049" name="l00049"></a><span class="lineno"><a class="line" href="msx_2hardware_8h.html#R0_SCR_MODE3">   49</a></span><span class="preprocessor">#define R0_SCR_MODE3   0b00000100</span></div>
    151 <div class="line"><a id="l00050" name="l00050"></a><span class="lineno"><a class="line" href="msx_2hardware_8h.html#R0_ES_OFF">   50</a></span><span class="preprocessor">#define R0_ES_OFF      0b00000000</span></div>
    152 <div class="line"><a id="l00051" name="l00051"></a><span class="lineno"><a class="line" href="msx_2hardware_8h.html#R0_ES">   51</a></span><span class="preprocessor">#define R0_ES          0b00000001</span></div>
    153 <div class="line"><a id="l00052" name="l00052"></a><span class="lineno">   52</span> </div>
    154 <div class="line"><a id="l00053" name="l00053"></a><span class="lineno"><a class="line" href="msx_2hardware_8h.html#VDP_R1">   53</a></span><span class="preprocessor">#define VDP_R1         0b10000001</span></div>
    155 <div class="line"><a id="l00054" name="l00054"></a><span class="lineno">   54</span><span class="keyword">extern</span> <a class="code hl_typedef" href="asm_2types_8h.html#UBYTE">UBYTE</a> <a class="code hl_variable" href="msx_2hardware_8h.html#shadow_VDP_R1">shadow_VDP_R1</a>;</div>
    156 <div class="line"><a id="l00055" name="l00055"></a><span class="lineno">   55</span> </div>
    157 <div class="line"><a id="l00056" name="l00056"></a><span class="lineno"><a class="line" href="msx_2hardware_8h.html#R1_DEFAULT">   56</a></span><span class="preprocessor">#define R1_DEFAULT     0b10000000</span></div>
    158 <div class="line"><a id="l00057" name="l00057"></a><span class="lineno"><a class="line" href="msx_2hardware_8h.html#R1_DISP_OFF">   57</a></span><span class="preprocessor">#define R1_DISP_OFF    0b00000000</span></div>
    159 <div class="line"><a id="l00058" name="l00058"></a><span class="lineno"><a class="line" href="msx_2hardware_8h.html#R1_DISP_ON">   58</a></span><span class="preprocessor">#define R1_DISP_ON     0b01000000</span></div>
    160 <div class="line"><a id="l00059" name="l00059"></a><span class="lineno"><a class="line" href="msx_2hardware_8h.html#R1_IE_OFF">   59</a></span><span class="preprocessor">#define R1_IE_OFF      0b00000000</span></div>
    161 <div class="line"><a id="l00060" name="l00060"></a><span class="lineno"><a class="line" href="msx_2hardware_8h.html#R1_IE">   60</a></span><span class="preprocessor">#define R1_IE          0b00100000</span></div>
    162 <div class="line"><a id="l00061" name="l00061"></a><span class="lineno"><a class="line" href="msx_2hardware_8h.html#R1_SCR_MODE1">   61</a></span><span class="preprocessor">#define R1_SCR_MODE1   0b00010000</span></div>
    163 <div class="line"><a id="l00062" name="l00062"></a><span class="lineno"><a class="line" href="msx_2hardware_8h.html#R1_SCR_MODE2">   62</a></span><span class="preprocessor">#define R1_SCR_MODE2   0b00000000</span></div>
    164 <div class="line"><a id="l00063" name="l00063"></a><span class="lineno"><a class="line" href="msx_2hardware_8h.html#R1_SCR_MODE3">   63</a></span><span class="preprocessor">#define R1_SCR_MODE3   0b00000000</span></div>
    165 <div class="line"><a id="l00064" name="l00064"></a><span class="lineno"><a class="line" href="msx_2hardware_8h.html#R1_SPR_8X8">   64</a></span><span class="preprocessor">#define R1_SPR_8X8     0b00000000</span></div>
    166 <div class="line"><a id="l00065" name="l00065"></a><span class="lineno"><a class="line" href="msx_2hardware_8h.html#R1_SPR_16X16">   65</a></span><span class="preprocessor">#define R1_SPR_16X16   0b00000010</span></div>
    167 <div class="line"><a id="l00066" name="l00066"></a><span class="lineno"><a class="line" href="msx_2hardware_8h.html#R1_SPR_MAG">   66</a></span><span class="preprocessor">#define R1_SPR_MAG     0b00000001</span></div>
    168 <div class="line"><a id="l00067" name="l00067"></a><span class="lineno"><a class="line" href="msx_2hardware_8h.html#R1_SPR_MAG_OFF">   67</a></span><span class="preprocessor">#define R1_SPR_MAG_OFF 0b00000000</span></div>
    169 <div class="line"><a id="l00068" name="l00068"></a><span class="lineno">   68</span> </div>
    170 <div class="line"><a id="l00069" name="l00069"></a><span class="lineno"><a class="line" href="msx_2hardware_8h.html#VDP_R2">   69</a></span><span class="preprocessor">#define VDP_R2         0b10000010</span></div>
    171 <div class="line"><a id="l00070" name="l00070"></a><span class="lineno">   70</span><span class="keyword">extern</span> <a class="code hl_typedef" href="asm_2types_8h.html#UBYTE">UBYTE</a> <a class="code hl_variable" href="msx_2hardware_8h.html#shadow_VDP_R2">shadow_VDP_R2</a>;</div>
    172 <div class="line"><a id="l00071" name="l00071"></a><span class="lineno">   71</span> </div>
    173 <div class="line"><a id="l00072" name="l00072"></a><span class="lineno"><a class="line" href="msx_2hardware_8h.html#R2_MAP_0x3800">   72</a></span><span class="preprocessor">#define R2_MAP_0x3800  0xFF</span></div>
    174 <div class="line"><a id="l00073" name="l00073"></a><span class="lineno"><a class="line" href="msx_2hardware_8h.html#R2_MAP_0x3000">   73</a></span><span class="preprocessor">#define R2_MAP_0x3000  0xFD</span></div>
    175 <div class="line"><a id="l00074" name="l00074"></a><span class="lineno"><a class="line" href="msx_2hardware_8h.html#R2_MAP_0x2800">   74</a></span><span class="preprocessor">#define R2_MAP_0x2800  0xFB</span></div>
    176 <div class="line"><a id="l00075" name="l00075"></a><span class="lineno"><a class="line" href="msx_2hardware_8h.html#R2_MAP_0x2000">   75</a></span><span class="preprocessor">#define R2_MAP_0x2000  0xF9</span></div>
    177 <div class="line"><a id="l00076" name="l00076"></a><span class="lineno"><a class="line" href="msx_2hardware_8h.html#R2_MAP_0x1800">   76</a></span><span class="preprocessor">#define R2_MAP_0x1800  0xF7</span></div>
    178 <div class="line"><a id="l00077" name="l00077"></a><span class="lineno"><a class="line" href="msx_2hardware_8h.html#R2_MAP_0x1000">   77</a></span><span class="preprocessor">#define R2_MAP_0x1000  0xF5</span></div>
    179 <div class="line"><a id="l00078" name="l00078"></a><span class="lineno"><a class="line" href="msx_2hardware_8h.html#R2_MAP_0x0800">   78</a></span><span class="preprocessor">#define R2_MAP_0x0800  0xF3</span></div>
    180 <div class="line"><a id="l00079" name="l00079"></a><span class="lineno"><a class="line" href="msx_2hardware_8h.html#R2_MAP_0x0000">   79</a></span><span class="preprocessor">#define R2_MAP_0x0000  0xF1</span></div>
    181 <div class="line"><a id="l00080" name="l00080"></a><span class="lineno">   80</span> </div>
    182 <div class="line"><a id="l00081" name="l00081"></a><span class="lineno"><a class="line" href="msx_2hardware_8h.html#VDP_R3">   81</a></span><span class="preprocessor">#define VDP_R3         0b10000011</span></div>
    183 <div class="line"><a id="l00082" name="l00082"></a><span class="lineno">   82</span><span class="keyword">extern</span> <a class="code hl_typedef" href="asm_2types_8h.html#UBYTE">UBYTE</a> <a class="code hl_variable" href="msx_2hardware_8h.html#shadow_VDP_R3">shadow_VDP_R3</a>;</div>
    184 <div class="line"><a id="l00083" name="l00083"></a><span class="lineno"><a class="line" href="msx_2hardware_8h.html#VDP_R4">   83</a></span><span class="preprocessor">#define VDP_R4         0b10000100</span></div>
    185 <div class="line"><a id="l00084" name="l00084"></a><span class="lineno">   84</span><span class="keyword">extern</span> <a class="code hl_typedef" href="asm_2types_8h.html#UBYTE">UBYTE</a> <a class="code hl_variable" href="msx_2hardware_8h.html#shadow_VDP_R4">shadow_VDP_R4</a>;</div>
    186 <div class="line"><a id="l00085" name="l00085"></a><span class="lineno"><a class="line" href="msx_2hardware_8h.html#VDP_R5">   85</a></span><span class="preprocessor">#define VDP_R5         0b10000101</span></div>
    187 <div class="line"><a id="l00086" name="l00086"></a><span class="lineno">   86</span><span class="keyword">extern</span> <a class="code hl_typedef" href="asm_2types_8h.html#UBYTE">UBYTE</a> <a class="code hl_variable" href="msx_2hardware_8h.html#shadow_VDP_R5">shadow_VDP_R5</a>;</div>
    188 <div class="line"><a id="l00087" name="l00087"></a><span class="lineno">   87</span> </div>
    189 <div class="line"><a id="l00088" name="l00088"></a><span class="lineno"><a class="line" href="msx_2hardware_8h.html#R5_SAT_0x3F00">   88</a></span><span class="preprocessor">#define R5_SAT_0x3F00  0xFF</span></div>
    190 <div class="line"><a id="l00089" name="l00089"></a><span class="lineno"><a class="line" href="msx_2hardware_8h.html#R5_SAT_MASK">   89</a></span><span class="preprocessor">#define R5_SAT_MASK    0b10000001</span></div>
    191 <div class="line"><a id="l00090" name="l00090"></a><span class="lineno">   90</span> </div>
    192 <div class="line"><a id="l00091" name="l00091"></a><span class="lineno"><a class="line" href="msx_2hardware_8h.html#VDP_R6">   91</a></span><span class="preprocessor">#define VDP_R6         0b10000110</span></div>
    193 <div class="line"><a id="l00092" name="l00092"></a><span class="lineno">   92</span><span class="keyword">extern</span> <a class="code hl_typedef" href="asm_2types_8h.html#UBYTE">UBYTE</a> <a class="code hl_variable" href="msx_2hardware_8h.html#shadow_VDP_R6">shadow_VDP_R6</a>;</div>
    194 <div class="line"><a id="l00093" name="l00093"></a><span class="lineno">   93</span> </div>
    195 <div class="line"><a id="l00094" name="l00094"></a><span class="lineno"><a class="line" href="msx_2hardware_8h.html#R6_BANK0">   94</a></span><span class="preprocessor">#define R6_BANK0       0xFB</span></div>
    196 <div class="line"><a id="l00095" name="l00095"></a><span class="lineno"><a class="line" href="msx_2hardware_8h.html#R6_DATA_0x0000">   95</a></span><span class="preprocessor">#define R6_DATA_0x0000 0xFB</span></div>
    197 <div class="line"><a id="l00096" name="l00096"></a><span class="lineno"><a class="line" href="msx_2hardware_8h.html#R6_BANK1">   96</a></span><span class="preprocessor">#define R6_BANK1       0xFF</span></div>
    198 <div class="line"><a id="l00097" name="l00097"></a><span class="lineno"><a class="line" href="msx_2hardware_8h.html#R6_DATA_0x2000">   97</a></span><span class="preprocessor">#define R6_DATA_0x2000 0xFF</span></div>
    199 <div class="line"><a id="l00098" name="l00098"></a><span class="lineno">   98</span> </div>
    200 <div class="line"><a id="l00099" name="l00099"></a><span class="lineno"><a class="line" href="msx_2hardware_8h.html#VDP_R7">   99</a></span><span class="preprocessor">#define VDP_R7         0b10000111</span></div>
    201 <div class="line"><a id="l00100" name="l00100"></a><span class="lineno">  100</span><span class="keyword">extern</span> <a class="code hl_typedef" href="asm_2types_8h.html#UBYTE">UBYTE</a> <a class="code hl_variable" href="msx_2hardware_8h.html#shadow_VDP_R7">shadow_VDP_R7</a>;</div>
    202 <div class="line"><a id="l00101" name="l00101"></a><span class="lineno"><a class="line" href="msx_2hardware_8h.html#VDP_RBORDER">  101</a></span><span class="preprocessor">#define VDP_RBORDER    0b10000111</span></div>
    203 <div class="line"><a id="l00102" name="l00102"></a><span class="lineno">  102</span><span class="keyword">extern</span> <a class="code hl_typedef" href="asm_2types_8h.html#UBYTE">UBYTE</a> <a class="code hl_variable" href="msx_2hardware_8h.html#shadow_VDP_RBORDER">shadow_VDP_RBORDER</a>;</div>
    204 <div class="line"><a id="l00103" name="l00103"></a><span class="lineno">  103</span> </div>
    205 <div class="line"><a id="l00104" name="l00104"></a><span class="lineno"><a class="line" href="msx_2hardware_8h.html#R7_COLOR_MASK">  104</a></span><span class="preprocessor">#define R7_COLOR_MASK  0b11110000</span></div>
    206 <div class="line"><a id="l00105" name="l00105"></a><span class="lineno">  105</span> </div>
    207 <div class="line"><a id="l00106" name="l00106"></a><span class="lineno"><a class="line" href="msx_2hardware_8h.html#VDP_R8">  106</a></span><span class="preprocessor">#define VDP_R8         0b10001000</span></div>
    208 <div class="line"><a id="l00107" name="l00107"></a><span class="lineno">  107</span><span class="keyword">extern</span> <a class="code hl_typedef" href="asm_2types_8h.html#UBYTE">UBYTE</a> <a class="code hl_variable" href="msx_2hardware_8h.html#shadow_VDP_R8">shadow_VDP_R8</a>;</div>
    209 <div class="line"><a id="l00108" name="l00108"></a><span class="lineno"><a class="line" href="msx_2hardware_8h.html#VDP_RSCX">  108</a></span><span class="preprocessor">#define VDP_RSCX       0b10001000</span></div>
    210 <div class="line"><a id="l00109" name="l00109"></a><span class="lineno">  109</span><span class="keyword">extern</span> <a class="code hl_typedef" href="asm_2types_8h.html#UBYTE">UBYTE</a> <a class="code hl_variable" href="msx_2hardware_8h.html#shadow_VDP_RSCX">shadow_VDP_RSCX</a>;</div>
    211 <div class="line"><a id="l00110" name="l00110"></a><span class="lineno">  110</span> </div>
    212 <div class="line"><a id="l00111" name="l00111"></a><span class="lineno"><a class="line" href="msx_2hardware_8h.html#VDP_R9">  111</a></span><span class="preprocessor">#define VDP_R9         0b10001001</span></div>
    213 <div class="line"><a id="l00112" name="l00112"></a><span class="lineno">  112</span><span class="keyword">extern</span> <a class="code hl_typedef" href="asm_2types_8h.html#UBYTE">UBYTE</a> <a class="code hl_variable" href="msx_2hardware_8h.html#shadow_VDP_R9">shadow_VDP_R9</a>;</div>
    214 <div class="line"><a id="l00113" name="l00113"></a><span class="lineno"><a class="line" href="msx_2hardware_8h.html#VDP_RSCY">  113</a></span><span class="preprocessor">#define VDP_RSCY       0b10001001</span></div>
    215 <div class="line"><a id="l00114" name="l00114"></a><span class="lineno">  114</span><span class="keyword">extern</span> <a class="code hl_typedef" href="asm_2types_8h.html#UBYTE">UBYTE</a> <a class="code hl_variable" href="msx_2hardware_8h.html#shadow_VDP_RSCY">shadow_VDP_RSCY</a>;</div>
    216 <div class="line"><a id="l00115" name="l00115"></a><span class="lineno">  115</span> </div>
    217 <div class="line"><a id="l00116" name="l00116"></a><span class="lineno"><a class="line" href="msx_2hardware_8h.html#VDP_R10">  116</a></span><span class="preprocessor">#define VDP_R10        0b10001010</span></div>
    218 <div class="line"><a id="l00117" name="l00117"></a><span class="lineno">  117</span><span class="keyword">extern</span> <a class="code hl_typedef" href="asm_2types_8h.html#UBYTE">UBYTE</a> <a class="code hl_variable" href="msx_2hardware_8h.html#shadow_VDP_R10">shadow_VDP_R10</a>;</div>
    219 <div class="line"><a id="l00118" name="l00118"></a><span class="lineno">  118</span> </div>
    220 <div class="line"><a id="l00119" name="l00119"></a><span class="lineno"><a class="line" href="msx_2hardware_8h.html#R10_INT_OFF">  119</a></span><span class="preprocessor">#define R10_INT_OFF    0xFF</span></div>
    221 <div class="line"><a id="l00120" name="l00120"></a><span class="lineno"><a class="line" href="msx_2hardware_8h.html#R10_INT_EVERY">  120</a></span><span class="preprocessor">#define R10_INT_EVERY  0x00</span></div>
    222 <div class="line"><a id="l00121" name="l00121"></a><span class="lineno">  121</span> </div>
    223 <div class="line"><a id="l00122" name="l00122"></a><span class="lineno">  122</span><span class="keyword">static</span> <span class="keyword">volatile</span> <a class="code hl_define" href="asm_2types_8h.html#SFR">SFR</a> <a class="code hl_define" href="asm_2types_8h.html#AT">AT</a>(0xF0) FMADDRESS;</div>
    224 <div class="line"><a id="l00123" name="l00123"></a><span class="lineno">  123</span>static volatile <a class="code hl_define" href="asm_2types_8h.html#SFR">SFR</a> <a class="code hl_define" href="asm_2types_8h.html#AT">AT</a>(0xF1) FMDATA;</div>
    225 <div class="line"><a id="l00124" name="l00124"></a><span class="lineno">  124</span>static volatile <a class="code hl_define" href="asm_2types_8h.html#SFR">SFR</a> <a class="code hl_define" href="asm_2types_8h.html#AT">AT</a>(0xF2) AUDIOCTRL;</div>
    226 <div class="line"><a id="l00125" name="l00125"></a><span class="lineno">  125</span> </div>
    227 <div class="line"><a id="l00126" name="l00126"></a><span class="lineno">  126</span>static volatile <a class="code hl_define" href="asm_2types_8h.html#SFR">SFR</a> <a class="code hl_define" href="asm_2types_8h.html#AT">AT</a>(0xfc) MAP_FRAME0;</div>
    228 <div class="line"><a id="l00127" name="l00127"></a><span class="lineno">  127</span>static volatile <a class="code hl_define" href="asm_2types_8h.html#SFR">SFR</a> <a class="code hl_define" href="asm_2types_8h.html#AT">AT</a>(0xfd) MAP_FRAME1;</div>
    229 <div class="line"><a id="l00128" name="l00128"></a><span class="lineno">  128</span>static volatile <a class="code hl_define" href="asm_2types_8h.html#SFR">SFR</a> <a class="code hl_define" href="asm_2types_8h.html#AT">AT</a>(0xfe) MAP_FRAME2;</div>
    230 <div class="line"><a id="l00129" name="l00129"></a><span class="lineno">  129</span>static volatile <a class="code hl_define" href="asm_2types_8h.html#SFR">SFR</a> <a class="code hl_define" href="asm_2types_8h.html#AT">AT</a>(0xff) MAP_FRAME3;</div>
    231 <div class="line"><a id="l00130" name="l00130"></a><span class="lineno">  130</span> </div>
    232 <div class="line"><a id="l00131" name="l00131"></a><span class="lineno">  131</span>extern const <a class="code hl_typedef" href="asm_2types_8h.html#UBYTE">UBYTE</a> <a class="code hl_variable" href="msx_2hardware_8h.html#_SYSTEM">_SYSTEM</a>;</div>
    233 <div class="line"><a id="l00132" name="l00132"></a><span class="lineno">  132</span> </div>
    234 <div class="line"><a id="l00133" name="l00133"></a><span class="lineno"><a class="line" href="msx_2hardware_8h.html#SYSTEM_PAL">  133</a></span><span class="preprocessor">#define SYSTEM_PAL     0x00</span></div>
    235 <div class="line"><a id="l00134" name="l00134"></a><span class="lineno"><a class="line" href="msx_2hardware_8h.html#SYSTEM_NTSC">  134</a></span><span class="preprocessor">#define SYSTEM_NTSC    0x01</span></div>
    236 <div class="line"><a id="l00135" name="l00135"></a><span class="lineno">  135</span> </div>
    237 <div class="line"><a id="l00136" name="l00136"></a><span class="lineno">  136</span><span class="keyword">extern</span> <span class="keyword">volatile</span> <a class="code hl_typedef" href="asm_2types_8h.html#UBYTE">UBYTE</a> <a class="code hl_variable" href="msx_2hardware_8h.html#VDP_ATTR_SHIFT">VDP_ATTR_SHIFT</a>;</div>
    238 <div class="line"><a id="l00137" name="l00137"></a><span class="lineno">  137</span> </div>
    239 <div class="line"><a id="l00138" name="l00138"></a><span class="lineno"><a class="line" href="msx_2hardware_8h.html#VBK_TILES">  138</a></span><span class="preprocessor">#define VBK_TILES       0</span></div>
    240 <div class="line"><a id="l00139" name="l00139"></a><span class="lineno"><a class="line" href="msx_2hardware_8h.html#VBK_ATTRIBUTES">  139</a></span><span class="preprocessor">#define VBK_ATTRIBUTES  1</span></div>
    241 <div class="line"><a id="l00140" name="l00140"></a><span class="lineno">  140</span> </div>
    242 <div class="line"><a id="l00141" name="l00141"></a><span class="lineno"><a class="line" href="msx_2hardware_8h.html#VDP_SAT_TERM">  141</a></span><span class="preprocessor">#define VDP_SAT_TERM   0xD0</span></div>
    243 <div class="line"><a id="l00142" name="l00142"></a><span class="lineno">  142</span> </div>
    244 <div class="line"><a id="l00143" name="l00143"></a><span class="lineno">  143</span><span class="preprocessor">#if defined(__TARGET_msxdos)</span></div>
    245 <div class="line"><a id="l00144" name="l00144"></a><span class="lineno">  144</span><span class="preprocessor">#define DEVICE_SCREEN_X_OFFSET 0</span></div>
    246 <div class="line"><a id="l00145" name="l00145"></a><span class="lineno">  145</span><span class="preprocessor">#define DEVICE_SCREEN_Y_OFFSET 0</span></div>
    247 <div class="line"><a id="l00146" name="l00146"></a><span class="lineno">  146</span><span class="preprocessor">#define DEVICE_SCREEN_WIDTH 32</span></div>
    248 <div class="line"><a id="l00147" name="l00147"></a><span class="lineno">  147</span><span class="preprocessor">#define DEVICE_SCREEN_HEIGHT 24</span></div>
    249 <div class="line"><a id="l00148" name="l00148"></a><span class="lineno">  148</span><span class="preprocessor">#define DEVICE_SCREEN_BUFFER_WIDTH 32</span></div>
    250 <div class="line"><a id="l00149" name="l00149"></a><span class="lineno">  149</span><span class="preprocessor">#define DEVICE_SCREEN_BUFFER_HEIGHT 28</span></div>
    251 <div class="line"><a id="l00150" name="l00150"></a><span class="lineno">  150</span><span class="preprocessor">#define DEVICE_SCREEN_MAP_ENTRY_SIZE 2</span></div>
    252 <div class="line"><a id="l00151" name="l00151"></a><span class="lineno">  151</span><span class="preprocessor">#define DEVICE_SPRITE_PX_OFFSET_X 0</span></div>
    253 <div class="line"><a id="l00152" name="l00152"></a><span class="lineno">  152</span><span class="preprocessor">#define DEVICE_SPRITE_PX_OFFSET_Y -1</span></div>
    254 <div class="line"><a id="l00153" name="l00153"></a><span class="lineno">  153</span><span class="preprocessor">#define DEVICE_WINDOW_PX_OFFSET_X 0</span></div>
    255 <div class="line"><a id="l00154" name="l00154"></a><span class="lineno">  154</span><span class="preprocessor">#define DEVICE_WINDOW_PX_OFFSET_Y 0</span></div>
    256 <div class="line"><a id="l00155" name="l00155"></a><span class="lineno">  155</span><span class="preprocessor">#else</span></div>
    257 <div class="line"><a id="l00156" name="l00156"></a><span class="lineno">  156</span><span class="preprocessor">#error Unrecognized port</span></div>
    258 <div class="line"><a id="l00157" name="l00157"></a><span class="lineno">  157</span><span class="preprocessor">#endif</span></div>
    259 <div class="line"><a id="l00158" name="l00158"></a><span class="lineno"><a class="line" href="msx_2hardware_8h.html#DEVICE_SCREEN_PX_WIDTH">  158</a></span><span class="preprocessor">#define DEVICE_SCREEN_PX_WIDTH (DEVICE_SCREEN_WIDTH * 8)</span></div>
    260 <div class="line"><a id="l00159" name="l00159"></a><span class="lineno"><a class="line" href="msx_2hardware_8h.html#DEVICE_SCREEN_PX_HEIGHT">  159</a></span><span class="preprocessor">#define DEVICE_SCREEN_PX_HEIGHT (DEVICE_SCREEN_HEIGHT * 8)</span></div>
    261 <div class="line"><a id="l00160" name="l00160"></a><span class="lineno">  160</span> </div>
    262 <div class="line"><a id="l00161" name="l00161"></a><span class="lineno">  161</span><span class="preprocessor">#endif</span></div>
    263 <div class="ttc" id="aasm_2types_8h_html_AT"><div class="ttname"><a href="asm_2types_8h.html#AT">AT</a></div><div class="ttdeci">#define AT(A)</div><div class="ttdef"><b>Definition:</b> types.h:35</div></div>
    264 <div class="ttc" id="aasm_2types_8h_html_SFR"><div class="ttname"><a href="asm_2types_8h.html#SFR">SFR</a></div><div class="ttdeci">#define SFR</div><div class="ttdef"><b>Definition:</b> types.h:34</div></div>
    265 <div class="ttc" id="aasm_2types_8h_html_UBYTE"><div class="ttname"><a href="asm_2types_8h.html#UBYTE">UBYTE</a></div><div class="ttdeci">UINT8 UBYTE</div><div class="ttdef"><b>Definition:</b> types.h:62</div></div>
    266 <div class="ttc" id="amsx_2hardware_8h_html_VDP_ATTR_SHIFT"><div class="ttname"><a href="msx_2hardware_8h.html#VDP_ATTR_SHIFT">VDP_ATTR_SHIFT</a></div><div class="ttdeci">volatile UBYTE VDP_ATTR_SHIFT</div></div>
    267 <div class="ttc" id="amsx_2hardware_8h_html__SYSTEM"><div class="ttname"><a href="msx_2hardware_8h.html#_SYSTEM">_SYSTEM</a></div><div class="ttdeci">const UBYTE _SYSTEM</div></div>
    268 <div class="ttc" id="amsx_2hardware_8h_html_shadow_VDP_R0"><div class="ttname"><a href="msx_2hardware_8h.html#shadow_VDP_R0">shadow_VDP_R0</a></div><div class="ttdeci">UBYTE shadow_VDP_R0</div></div>
    269 <div class="ttc" id="amsx_2hardware_8h_html_shadow_VDP_R1"><div class="ttname"><a href="msx_2hardware_8h.html#shadow_VDP_R1">shadow_VDP_R1</a></div><div class="ttdeci">UBYTE shadow_VDP_R1</div></div>
    270 <div class="ttc" id="amsx_2hardware_8h_html_shadow_VDP_R10"><div class="ttname"><a href="msx_2hardware_8h.html#shadow_VDP_R10">shadow_VDP_R10</a></div><div class="ttdeci">UBYTE shadow_VDP_R10</div></div>
    271 <div class="ttc" id="amsx_2hardware_8h_html_shadow_VDP_R2"><div class="ttname"><a href="msx_2hardware_8h.html#shadow_VDP_R2">shadow_VDP_R2</a></div><div class="ttdeci">UBYTE shadow_VDP_R2</div></div>
    272 <div class="ttc" id="amsx_2hardware_8h_html_shadow_VDP_R3"><div class="ttname"><a href="msx_2hardware_8h.html#shadow_VDP_R3">shadow_VDP_R3</a></div><div class="ttdeci">UBYTE shadow_VDP_R3</div></div>
    273 <div class="ttc" id="amsx_2hardware_8h_html_shadow_VDP_R4"><div class="ttname"><a href="msx_2hardware_8h.html#shadow_VDP_R4">shadow_VDP_R4</a></div><div class="ttdeci">UBYTE shadow_VDP_R4</div></div>
    274 <div class="ttc" id="amsx_2hardware_8h_html_shadow_VDP_R5"><div class="ttname"><a href="msx_2hardware_8h.html#shadow_VDP_R5">shadow_VDP_R5</a></div><div class="ttdeci">UBYTE shadow_VDP_R5</div></div>
    275 <div class="ttc" id="amsx_2hardware_8h_html_shadow_VDP_R6"><div class="ttname"><a href="msx_2hardware_8h.html#shadow_VDP_R6">shadow_VDP_R6</a></div><div class="ttdeci">UBYTE shadow_VDP_R6</div></div>
    276 <div class="ttc" id="amsx_2hardware_8h_html_shadow_VDP_R7"><div class="ttname"><a href="msx_2hardware_8h.html#shadow_VDP_R7">shadow_VDP_R7</a></div><div class="ttdeci">UBYTE shadow_VDP_R7</div></div>
    277 <div class="ttc" id="amsx_2hardware_8h_html_shadow_VDP_R8"><div class="ttname"><a href="msx_2hardware_8h.html#shadow_VDP_R8">shadow_VDP_R8</a></div><div class="ttdeci">UBYTE shadow_VDP_R8</div></div>
    278 <div class="ttc" id="amsx_2hardware_8h_html_shadow_VDP_R9"><div class="ttname"><a href="msx_2hardware_8h.html#shadow_VDP_R9">shadow_VDP_R9</a></div><div class="ttdeci">UBYTE shadow_VDP_R9</div></div>
    279 <div class="ttc" id="amsx_2hardware_8h_html_shadow_VDP_RBORDER"><div class="ttname"><a href="msx_2hardware_8h.html#shadow_VDP_RBORDER">shadow_VDP_RBORDER</a></div><div class="ttdeci">UBYTE shadow_VDP_RBORDER</div></div>
    280 <div class="ttc" id="amsx_2hardware_8h_html_shadow_VDP_RSCX"><div class="ttname"><a href="msx_2hardware_8h.html#shadow_VDP_RSCX">shadow_VDP_RSCX</a></div><div class="ttdeci">UBYTE shadow_VDP_RSCX</div></div>
    281 <div class="ttc" id="amsx_2hardware_8h_html_shadow_VDP_RSCY"><div class="ttname"><a href="msx_2hardware_8h.html#shadow_VDP_RSCY">shadow_VDP_RSCY</a></div><div class="ttdeci">UBYTE shadow_VDP_RSCY</div></div>
    282 </div><!-- fragment --></div><!-- contents -->
    283 </div><!-- doc-content -->
    284 <!-- start footer part -->
    285 <div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
    286   <ul>
    287     <li class="navelem"><a class="el" href="dir_8bd3092e915ccc8a773a74e0a10d4d15.html">gbdk-lib</a></li><li class="navelem"><a class="el" href="dir_a9f896cff747ba031115e41245385c17.html">include</a></li><li class="navelem"><a class="el" href="dir_71c6fbf9500dd05f2fc30c566388269f.html">msx</a></li><li class="navelem"><a class="el" href="msx_2hardware_8h.html">hardware.h</a></li>
    288     <li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.2 </li>
    289   </ul>
    290 </div>
    291 </body>
    292 </html>

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.