document the different command values
This commit is contained in:
parent
f4d4486e9e
commit
a636096a1c
9
FM2.html
9
FM2.html
|
@ -1,4 +1,4 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<!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>
|
||||
|
@ -114,7 +114,10 @@
|
|||
</tr>
|
||||
</table>
|
||||
<p>Field c is a variable length decimal integer which is a bitfield corresponding to miscellaneous input states which are valid at the start of the frame. Current values for this are</p>
|
||||
<ul><li>MOVIECMD_RESET = 1</li></ul>
|
||||
<ul><li>1 = Soft Reset</li></ul>
|
||||
<ul><li>2 = Hard Reset (Power)</li></ul>
|
||||
<ul><li>4 = FDS Disk Insert</li></ul>
|
||||
<ul><li>8 = FDS Disk Select</li></ul>
|
||||
<p>The format of port0, port1, port2 depends on which types of devices were attached.</p>
|
||||
<h4>SI_GAMEPAD</h4>
|
||||
<ul>
|
||||
|
@ -168,7 +171,7 @@
|
|||
<a href="documentation.html">Documentation</a> | <a href="version.html">
|
||||
Version History</a> | <a href="contact.html">Contact</a> | <a href="links.html">Links</a>
|
||||
<br/>We are in no way affiliated or endorsed by Nintendo or Nintendo of America. "Nintendo" is a registered trademark of Nintendo of America Inc.
|
||||
<br/>©2009 adelikat
|
||||
<br/>©2009 adelikat
|
||||
</div>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue