We can't have simply 'Experimental' in the cart list; there needs to be

something else to differentiate them.


git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@3098 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
stephena 2014-11-21 23:41:21 +00:00
parent 2f82e32fe5
commit b1609e05eb
1 changed files with 2 additions and 2 deletions

View File

@ -976,7 +976,7 @@ Cartridge::BankswitchType Cartridge::ourBSList[] = {
{ "BFSC", "BFSC (CPUWIZ 256K + ram)" },
{ "CV", "CV (Commavid extra ram)" },
{ "CM", "CM (SpectraVideo CompuMate)" },
{ "DASH", "Experimental" },
{ "DASH", "DASH (Experimental)" },
{ "DF", "DF (CPUWIZ 128K)" },
{ "DFSC", "DFSC (CPUWIZ 128K + ram)" },
{ "DPC", "DPC (Pitfall II)" },
@ -999,6 +999,6 @@ Cartridge::BankswitchType Cartridge::ourBSList[] = {
{ "MDM", "MDM (Menu Driven Megacart)" },
{ "SB", "SB (128-256K SUPERbank)" },
{ "UA", "UA (8K UA Ltd.)" },
{ "WD", "Experimental" },
{ "WD", "WD (Experimental)" },
{ "X07", "X07 (64K AtariAge)" }
};