mirror of https://github.com/stella-emu/stella.git
Updated changelog and docs for new bankswitching schemes.
This commit is contained in:
parent
95c7b30a45
commit
1da8e2d388
|
@ -24,6 +24,8 @@
|
||||||
finding documentation that finally describes in more detail how the
|
finding documentation that finally describes in more detail how the
|
||||||
M6532 chip actually works.
|
M6532 chip actually works.
|
||||||
|
|
||||||
|
* Added BUS and CDF bankswitching schemes, thanks to SpiceWare.
|
||||||
|
|
||||||
* Fixed bug with SaveKey and AtariVox not properly closing their memory
|
* Fixed bug with SaveKey and AtariVox not properly closing their memory
|
||||||
files before starting another instance of the same ROM, when the ROM
|
files before starting another instance of the same ROM, when the ROM
|
||||||
was opened in the ROM launcher.
|
was opened in the ROM launcher.
|
||||||
|
|
|
@ -3229,6 +3229,8 @@ Ms Pac-Man (Stella extended codes):
|
||||||
<tr><td>AR </td><td>Supercharger </td></tr>
|
<tr><td>AR </td><td>Supercharger </td></tr>
|
||||||
<tr><td>BF </td><td>CPUWIZ 256K </td></tr>
|
<tr><td>BF </td><td>CPUWIZ 256K </td></tr>
|
||||||
<tr><td>BFSC </td><td>CPUWIZ 256K + ram</td></tr>
|
<tr><td>BFSC </td><td>CPUWIZ 256K + ram</td></tr>
|
||||||
|
<tr><td>BUS </td><td>Bus Stuffing</td></tr>
|
||||||
|
<tr><td>CDF </td><td>Chris, Darrell, Fred</td></tr>
|
||||||
<tr><td>CM ¹</td><td>Spectravideo CompuMate </td></tr>
|
<tr><td>CM ¹</td><td>Spectravideo CompuMate </td></tr>
|
||||||
<tr><td>CTY ¹²</td><td>CDW - Chetiry </td></tr>
|
<tr><td>CTY ¹²</td><td>CDW - Chetiry </td></tr>
|
||||||
<tr><td>CV </td><td>Commavid extra ram </td></tr>
|
<tr><td>CV </td><td>Commavid extra ram </td></tr>
|
||||||
|
|
Loading…
Reference in New Issue