Document movie FDS flag on help.chm
[[Split portion of a mixed commit.]]
This commit is contained in:
parent
59c4a4eddd
commit
1c601cf7c8
2
FM2.html
2
FM2.html
|
@ -47,7 +47,7 @@
|
|||
<li>rerecordCount (optional) - the rerecord count</li>
|
||||
<li>palFlag (bool) (optional) - true if the movie uses pal timing</li>
|
||||
<li>fourscore (bool) (*note C) - true if a fourscore was used</li>
|
||||
<li>FDS (optional) - true if the movie was recording on a Famicom Disk System (FDS) game</li>
|
||||
<li>FDS (bool) (optional) - true if the movie was recording on a Famicom Disk System (FDS) game</li>
|
||||
<li>port0, port1 (*note C) - indicates the types of input devices. Supported values are:
|
||||
<ul>
|
||||
<li>SI_GAMEPAD = 1</li>
|
||||
|
|
|
@ -142,7 +142,7 @@ p,ul,ol /* Paragraph Style */
|
|||
margin: 27px 0px 0px 0px;
|
||||
}
|
||||
--></style>
|
||||
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../fceux-2.0.2.htm?{35A71F02-6927-4476-B205-A524630184CC}.htm"; }</script>
|
||||
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../fceux.htm?{35A71F02-6927-4476-B205-A524630184CC}.htm"; }</script>
|
||||
<meta name="generator" content="HelpNDoc Free"></head>
|
||||
<body>
|
||||
|
||||
|
@ -178,7 +178,8 @@ p,ul,ol /* Paragraph Style */
|
|||
<p> - emuVersion (required) - the version of the emulator used to produce the movie</p>
|
||||
<p> - rerecordCount (optional) - the rerecord count</p>
|
||||
<p> - palFlag (bool) (optional) - true if the movie uses pal timing</p>
|
||||
<p> - fourscore (bool) (*note C) - true if a fourscore was used </p>
|
||||
<p> - fourscore (bool) (*note C) - true if a fourscore was used</p>
|
||||
<p> - FDS (bool) (optional) - true if movie was recorded on a Famicom Disk System (FDS) game</p>
|
||||
<p> - port0, port1 (*note C) - indicates the types of input devices. Supported values are:</p>
|
||||
<p> SI_GAMEPAD = 1,</p>
|
||||
<p> SI_ZAPPER = 2</p>
|
||||
|
|
Loading…
Reference in New Issue