mirror of https://github.com/stella-emu/stella.git
updated docs for CDFJ+
This commit is contained in:
parent
ab723accdb
commit
756d2101b2
|
@ -41,6 +41,8 @@
|
|||
|
||||
* Added option to select the audio device.
|
||||
|
||||
* Added support for CDFJ+ bankswitching type.
|
||||
|
||||
* Further enhanced UA bankswitching to support more Brazilian carts.
|
||||
|
||||
* Added option to display detected settings info when a ROM is loaded.
|
||||
|
|
|
@ -287,7 +287,7 @@
|
|||
AtariVox</a> and <a href="http://www.vectrex.biz/MemCard.htm">SaveKey</a> controllers,
|
||||
as well as FLASH support in various cartridge schemes</li>
|
||||
<li>Supports all known bankswitching schemes (let us know if there's one we missed)</li>
|
||||
<li>Supports DPC+/CDF(J) bankswitching schemes from the <a href="http://harmony.atariage.com">Harmony Cart</a>,
|
||||
<li>Supports DPC+/CDF(J)(+) bankswitching schemes from the <a href="http://harmony.atariage.com">Harmony Cart</a>,
|
||||
including <a href="http://thumbulator.blogspot.ca">partial emulation of the ARM processor</a></li>
|
||||
<li>Supports cartridge autodetection for almost all bankswitching schemes</li>
|
||||
<li>Supports using ROM filename extensions to force specific bankswitching schemes</li>
|
||||
|
@ -4106,7 +4106,7 @@ Ms Pac-Man (Stella extended codes):
|
|||
<tr><td>BF </td><td>CPUWIZ 256K </td><td>.BF </td></tr>
|
||||
<tr><td>BFSC </td><td>CPUWIZ 256K + RAM</td><td>.BFS, .BFSC </td></tr>
|
||||
<tr><td>BUS </td><td>Experimental</td><td>.BUS </td></tr>
|
||||
<tr><td>CDF </td><td>Chris, Darrell, Fred (includes CDFJ)</td><td>.CDF </td></tr>
|
||||
<tr><td>CDF </td><td>Chris, Darrell, Fred (includes CDFJ/CDFJ+)</td><td>.CDF </td></tr>
|
||||
<tr><td>CM ¹</td><td>Spectravideo CompuMate </td><td>.CM </td></tr>
|
||||
<tr><td>CTY ²</td><td>CDW - Chetiry </td><td>.CTY </td></tr>
|
||||
<tr><td>CV </td><td>CommaVid extra RAM </td><td>.CV </td></tr>
|
||||
|
|
Loading…
Reference in New Issue