Files
gbdk-2020/docs/api/msx_2hardware_8h_source.html
2025-12-27 17:53:11 -08:00

293 lines
38 KiB
HTML

<!-- HTML header for doxygen 1.8.14-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="cache-control" content="max-age=86400"/>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.9.2"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>GBDK 2020 Docs: gbdk-lib/include/msx/hardware.h Source File</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="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.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" />
<link href="doxygen-awesome.css" rel="stylesheet" type="text/css"/>
<link href="doxygen-awesome-sidebar-only.css" rel="stylesheet" type="text/css"/>
<link href="doxygen-awesome-sidebar-only-darkmode-toggle.css" rel="stylesheet" type="text/css"/>
<!-- BEGIN: doxygen-awesome-css -->
<script type="text/javascript" src="doxygen-awesome-darkmode-toggle.js"></script>
<script type="text/javascript">
DoxygenAwesomeDarkModeToggle.init()
</script>
<script type="text/javascript" src="doxygen-awesome-paragraph-link.js"></script>
<script type="text/javascript">
DoxygenAwesomeParagraphLink.init()
</script>
<!-- END: doxygen-awesome-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 style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">GBDK 2020 Docs
&#160;<span id="projectnumber">4.5.0</span>
</div>
<div id="projectbrief">API Documentation for GBDK 2020</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.2 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search",'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&amp;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 -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(document).ready(function(){initNavTree('msx_2hardware_8h_source.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- 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">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="headertitle"><div class="title">hardware.h</div></div>
</div><!--header-->
<div class="contents">
<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>
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="preprocessor">#ifndef _HARDWARE_H</span></div>
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span><span class="preprocessor">#define _HARDWARE_H</span></div>
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span> </div>
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span><span class="preprocessor">#include &lt;types.h&gt;</span></div>
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span> </div>
<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>
<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>
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span> </div>
<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>
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span> </div>
<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>
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"> 16</span> </div>
<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>
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span> </div>
<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>
<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>
<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>
<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>
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"> 23</span> </div>
<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>
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"> 25</span> </div>
<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>
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"> 27</span> </div>
<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>
<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>
<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>
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"> 31</span> </div>
<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>
<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>
<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>
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno"> 35</span> </div>
<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>
<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>
<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>
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno"> 39</span> </div>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"> 52</span> </div>
<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>
<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>
<div class="line"><a id="l00055" name="l00055"></a><span class="lineno"> 55</span> </div>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<div class="line"><a id="l00068" name="l00068"></a><span class="lineno"> 68</span> </div>
<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>
<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>
<div class="line"><a id="l00071" name="l00071"></a><span class="lineno"> 71</span> </div>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<div class="line"><a id="l00080" name="l00080"></a><span class="lineno"> 80</span> </div>
<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>
<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>
<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>
<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>
<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>
<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>
<div class="line"><a id="l00087" name="l00087"></a><span class="lineno"> 87</span> </div>
<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>
<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>
<div class="line"><a id="l00090" name="l00090"></a><span class="lineno"> 90</span> </div>
<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>
<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>
<div class="line"><a id="l00093" name="l00093"></a><span class="lineno"> 93</span> </div>
<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>
<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>
<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>
<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>
<div class="line"><a id="l00098" name="l00098"></a><span class="lineno"> 98</span> </div>
<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>
<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>
<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>
<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>
<div class="line"><a id="l00103" name="l00103"></a><span class="lineno"> 103</span> </div>
<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>
<div class="line"><a id="l00105" name="l00105"></a><span class="lineno"> 105</span> </div>
<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>
<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>
<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>
<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>
<div class="line"><a id="l00110" name="l00110"></a><span class="lineno"> 110</span> </div>
<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>
<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>
<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>
<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>
<div class="line"><a id="l00115" name="l00115"></a><span class="lineno"> 115</span> </div>
<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>
<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>
<div class="line"><a id="l00118" name="l00118"></a><span class="lineno"> 118</span> </div>
<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>
<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>
<div class="line"><a id="l00121" name="l00121"></a><span class="lineno"> 121</span> </div>
<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>
<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>
<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>
<div class="line"><a id="l00125" name="l00125"></a><span class="lineno"> 125</span> </div>
<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>
<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>
<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>
<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>
<div class="line"><a id="l00130" name="l00130"></a><span class="lineno"> 130</span> </div>
<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>
<div class="line"><a id="l00132" name="l00132"></a><span class="lineno"> 132</span> </div>
<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>
<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>
<div class="line"><a id="l00135" name="l00135"></a><span class="lineno"> 135</span> </div>
<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>
<div class="line"><a id="l00137" name="l00137"></a><span class="lineno"> 137</span> </div>
<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>
<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>
<div class="line"><a id="l00140" name="l00140"></a><span class="lineno"> 140</span> </div>
<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>
<div class="line"><a id="l00142" name="l00142"></a><span class="lineno"> 142</span> </div>
<div class="line"><a id="l00143" name="l00143"></a><span class="lineno"> 143</span><span class="preprocessor">#if defined(__TARGET_msxdos)</span></div>
<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>
<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>
<div class="line"><a id="l00146" name="l00146"></a><span class="lineno"> 146</span><span class="preprocessor">#define DEVICE_SCREEN_WIDTH 32</span></div>
<div class="line"><a id="l00147" name="l00147"></a><span class="lineno"> 147</span><span class="preprocessor">#define DEVICE_SCREEN_HEIGHT 24</span></div>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<div class="line"><a id="l00155" name="l00155"></a><span class="lineno"> 155</span><span class="preprocessor">#else</span></div>
<div class="line"><a id="l00156" name="l00156"></a><span class="lineno"> 156</span><span class="preprocessor">#error Unrecognized port</span></div>
<div class="line"><a id="l00157" name="l00157"></a><span class="lineno"> 157</span><span class="preprocessor">#endif</span></div>
<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>
<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>
<div class="line"><a id="l00160" name="l00160"></a><span class="lineno"> 160</span> </div>
<div class="line"><a id="l00161" name="l00161"></a><span class="lineno"> 161</span><span class="preprocessor">#endif</span></div>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<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>
<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>
</ul>
</div>
</body>
</html>