Forgot to add info for 'MDM' in last commit.

git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2976 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
stephena 2014-08-14 14:04:05 +00:00
parent bd8728271f
commit e9a0bee314
2 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,9 @@
tab for changing banks and viewing internal cart RAM, and tab for changing banks and viewing internal cart RAM, and
autodetection is now implemented. autodetection is now implemented.
* Added 'MDM' (Menu Driven Megacart) bankswitch scheme as described on
AtariAge and originally developed by Edwin Blink.
* Removed the 'bank' command from the debugger prompt, as it only worked * Removed the 'bank' command from the debugger prompt, as it only worked
with certain bankswitch types. The bankswitch UI should now be used with certain bankswitch types. The bankswitch UI should now be used
to query/set bank state. to query/set bank state.

View File

@ -3226,6 +3226,7 @@ Ms Pac-Man (Stella extended codes):
<tr><td>FA2 </td><td>CBS RAM Plus 24/28K </td></tr> <tr><td>FA2 </td><td>CBS RAM Plus 24/28K </td></tr>
<tr><td>FE </td><td>8K Decathlon </td></tr> <tr><td>FE </td><td>8K Decathlon </td></tr>
<tr><td>MC &#185;&#178;</td><td>C. Wilkson Megacart </td></tr> <tr><td>MC &#185;&#178;</td><td>C. Wilkson Megacart </td></tr>
<tr><td>MDM </td><td>Menu Driven Megacart </td></tr>
<tr><td>SB </td><td>128-256k SUPERbanking </td></tr> <tr><td>SB </td><td>128-256k SUPERbanking </td></tr>
<tr><td>UA </td><td>8K UA Ltd. </td></tr> <tr><td>UA </td><td>8K UA Ltd. </td></tr>
<tr><td>X07 &#185;</td><td>64K AtariAge </td></tr> <tr><td>X07 &#185;</td><td>64K AtariAge </td></tr>