|
From: <the...@us...> - 2006-03-19 07:01:14
|
Revision: 15 Author: thekingant Date: 2006-03-18 23:01:11 -0800 (Sat, 18 Mar 2006) ViewCVS: http://svn.sourceforge.net/fceultra/?rev=15&view=rev Log Message: ----------- Update the "General Documentation" page with the file from 0.98.13 Modified Paths: -------------- web/htdocs/docs.php Modified: web/htdocs/docs.php =================================================================== --- web/htdocs/docs.php 2006-03-19 06:21:40 UTC (rev 14) +++ web/htdocs/docs.php 2006-03-19 07:01:11 UTC (rev 15) @@ -4,8 +4,8 @@ ?> <h1 class="center">FCE Ultra General Documentation</h1> -<i>Last updated August 11, 2004</i><br/> -<i>Valid as of FCE Ultra 0.98.11</i> +<i>Last updated September 15, 2004</i><br/> +<i>Valid as of FCE Ultra 0.98.13</i> <p> <b>Table of Contents:</b> @@ -282,7 +282,7 @@ <tr><td>12</td><td>??</td><td>Dragon Ball Z 5 ("bootleg" original)</td></tr> <tr><td>13</td><td>CPROM</td><td>Videomation</td></tr> <tr><td>15</td><td>Multi-cart(bootleg)</td><td>100-in-1: Contra Function 16</td></tr> - <tr><td>16</td><td>Bandai ??</td><td>Dragon Ball Z, SD Gundam Gaiden **EEPROM NOT SUPPORTED</td></tr> + <tr><td>16</td><td>Bandai ??</td><td>Dragon Ball Z, SD Gundam Gaiden **EEPROM is not emulated</td></tr> <tr><td>17</td><td>FFE F8 Series(hacked, bootleg)</td><td></td></tr> <tr><td>18</td><td>Jaleco SS806</td><td>Pizza Pop, Plasma Ball</td></tr> <tr><td>19</td><td>Namco 106</td><td>Splatter House, Mappy Kids</td></tr> @@ -361,12 +361,13 @@ <tr><td>154</td><td>Namco ??</td><td>Devil Man</td></tr> <tr><td>155</td><td>MMC1 w/o normal WRAM disable</td><td>The Money Game, Tatakae!! Rahmen Man</td></tr> <tr><td>156</td><td>??</td><td>Buzz and Waldog</td></tr> - <tr><td>157</td><td>Bandai Datach ??</td><td>Datach DBZ, Datach SD Gundam Wars, **EEPROM NOT SUPPORTED</td></tr> + <tr><td>157</td><td>Bandai Datach ??</td><td>Datach DBZ, Datach SD Gundam Wars, **EEPROM is not emulated</td></tr> <tr><td>158</td><td nowrap>RAMBO 1 Derivative</td><td>Alien Syndrome</td></tr> <tr><td>160</td><td>(same as mapper 90)</td><td>(same as mapper 90)</td></tr> <tr><td>180</td><td>??</td><td>Crazy Climber</td></tr> <tr><td>182</td><td>??</td><td>Super Donkey Kong</td></tr> <tr><td>184</td><td>??</td><td>Wing of Madoola, The</td></tr> + <tr><td>185</td><td>CNROM w/ CHR ROM unmapping</td><td>Banana, Mighty Bomb Jack, Spy vs Spy(Japanese)</td></tr> <tr><td>189</td><td>??</td><td>Thunder Warrior, Street Fighter 2 (Yoko)</td></tr> <tr><td>193</td><td>Mega Soft</td><td>Fighting Hero</td></tr> <tr><td>200</td><td>Multi-cart(bootleg)</td><td>1200-in-1</td></tr> @@ -716,7 +717,7 @@ <tr><td>-soundvol x</td><td>integer</td><td>100</td><td>Sound volume.</td></tr> <tr><td>-soundq x</td><td>boolean</td><td>0</td><td>If value is true, enable high-quality sound emulation.</td></tr> <tr><td>-soundbufsize x</td><td>integer</td><td>24(52 for Win32)</td><td>Specifies the desired size of the sound buffer, in milliseconds.</td></tr> - <tr><td>-inputcfg x</td><td>string</td><td></td><td>Configure mapping of physical device inputs to a virtual device. Valid values are "gamepad1", "gamepad2", "gamepad3", "gamepad4", "powerpad1", "powerpad2".</td></tr> + <tr><td>-inputcfg x</td><td>string</td><td></td><td>Configure mapping of physical device inputs to a virtual device. Valid values are "gamepad1", "gamepad2", "gamepad3", "gamepad4", "powerpad1", "powerpad2".<p>During configuration, pressing the same button twice in a row will cause configuration to move to the next button on the virtual device. A maximum of 4 physical buttons may be assigned to one virtual button.</td></tr> <tr><td>-input1 x <br /><i>and</i><br />-input2 x</td><td>string</td><td>gamepad</td><td>Select input device for input port 1 or 2. Valid strings are "none", "gamepad", "zapper", "powerpada", and "powerpadb".</td></tr> <tr><td>-fcexp x</td><td>string</td><td>none</td><td>Select Famicom expansion port device. Valid strings are "none", "shadow", "arkanoid", "4player", and "fkb".</td></tr> <tr><td>-nofs x</td><td>boolean</td><td>0</td><td>If value is true, disable four-score emulation.</td></tr> @@ -764,6 +765,9 @@ the item. The hack is simple, to clock the IRQ counter twice on scanline 238. </td> <td>mbshare/mmc3.c</td></tr> + <tr><td nowrap>Shougi Meikan '92<br>Shougin Meikan '93</td> + <td>The hack for these games is identical to the hack for KickMaster.</td> + <td>mbshare/mmc3.c</td></tr> <tr><td>Star Wars (PAL/European Version)</td> <td>This game probably has the same(or similar) problem on FCE Ultra as KickMaster. The hack is to clock the IRQ counter twice on the "dummy" scanline(scanline before the first This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |