updated doc for WF8

This commit is contained in:
thrust26 2024-05-30 19:48:50 +02:00
parent 75730d7c31
commit 02e35daa3c
3 changed files with 3 additions and 2 deletions

View File

@ -5079,6 +5079,7 @@ Ms Pac-Man (Stella extended codes):
<tr><td>UASW </td><td>8K UA Ltd. (swapped banks)</td><td>.UASW </td></tr> <tr><td>UASW </td><td>8K UA Ltd. (swapped banks)</td><td>.UASW </td></tr>
<tr><td>WD </td><td>Wickstead Design (Pink Panther) </td><td>.WD </td></tr> <tr><td>WD </td><td>Wickstead Design (Pink Panther) </td><td>.WD </td></tr>
<tr><td>WDSW </td><td>Wickstead Design (Pink Panther) (bad)</td><td>.WDSW </td></tr> <tr><td>WDSW </td><td>Wickstead Design (Pink Panther) (bad)</td><td>.WDSW </td></tr>
<tr><td>WF8 &#185</td><td>Coleco (some white carts)</td><td>.WF8 </td></tr>
<tr><td>X07</td><td>64K AtariAge </td><td>.X07 </td></tr> <tr><td>X07</td><td>64K AtariAge </td><td>.X07 </td></tr>
</table></td> </table></td>
</tr> </tr>

View File

@ -35,7 +35,7 @@ string CartridgeWF8Widget::description()
size_t size = 0; size_t size = 0;
const ByteBuffer& image = myCart.getImage(size); const ByteBuffer& image = myCart.getImage(size);
info << "Coleco (white label) 8K cartridge, two 4K banks\n" info << "Coleco (some white carts) 8K cartridge, two 4K banks\n"
<< "Banks selected by D3 of value written to " << hotspotStr() << "\n" << "Banks selected by D3 of value written to " << hotspotStr() << "\n"
<< "Startup bank = undetermined\n"; << "Startup bank = undetermined\n";

View File

@ -129,7 +129,7 @@ Bankswitch::BSList = {{
{ "UASW" , "UASW (8K UA swapped banks)" }, { "UASW" , "UASW (8K UA swapped banks)" },
{ "WD" , "WD (Pink Panther)" }, { "WD" , "WD (Pink Panther)" },
{ "WDSW" , "WDSW (Pink Panther, bad)" }, { "WDSW" , "WDSW (Pink Panther, bad)" },
{ "WF8" , "WF8 (Coleco, white label)" }, { "WF8" , "WF8 (Coleco, white carts)" },
{ "X07" , "X07 (64K AtariAge)" }, { "X07" , "X07 (64K AtariAge)" },
#if defined(CUSTOM_ARM) #if defined(CUSTOM_ARM)
{ "CUSTOM" , "CUSTOM (ARM)" } { "CUSTOM" , "CUSTOM (ARM)" }