Document movie FDS flag on help.chm

[[Split portion of a mixed commit.]]
This commit is contained in:
adelikat 2010-03-03 04:08:58 +00:00
parent 59c4a4eddd
commit 1c601cf7c8
2 changed files with 4 additions and 3 deletions

View File

@ -47,7 +47,7 @@
<li>rerecordCount (optional) - the rerecord count</li> <li>rerecordCount (optional) - the rerecord count</li>
<li>palFlag (bool) (optional) - true if the movie uses pal timing</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>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: <li>port0, port1 (*note C) - indicates the types of input devices. Supported values are:
<ul> <ul>
<li>SI_GAMEPAD = 1</li> <li>SI_GAMEPAD = 1</li>

View File

@ -142,7 +142,7 @@ p,ul,ol /* Paragraph Style */
margin: 27px 0px 0px 0px; margin: 27px 0px 0px 0px;
} }
--></style> --></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> <meta name="generator" content="HelpNDoc Free"></head>
<body> <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> - emuVersion (required) - the version of the emulator used to produce the movie</p>
<p> - rerecordCount (optional) - the rerecord count</p> <p> - rerecordCount (optional) - the rerecord count</p>
<p> - palFlag (bool) (optional) - true if the movie uses pal timing</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> - port0, port1 (*note C) - indicates the types of input devices. Supported values are:</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp; SI_GAMEPAD = 1,</p> <p>&nbsp;&nbsp;&nbsp;&nbsp; SI_GAMEPAD = 1,</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp; SI_ZAPPER = 2</p> <p>&nbsp;&nbsp;&nbsp;&nbsp; SI_ZAPPER = 2</p>