mirror of https://github.com/stella-emu/stella.git
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:
parent
2f82e32fe5
commit
b1609e05eb
|
@ -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)" }
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue