parent
d8e9175a9b
commit
313ef425c6
|
@ -19,6 +19,11 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
|
||||||
{
|
{
|
||||||
case "MAPPER000":
|
case "MAPPER000":
|
||||||
break;
|
break;
|
||||||
|
case "MAPPER000_VS":
|
||||||
|
// I thibnk this is only for bad/pirated dumps of VS games.
|
||||||
|
// No VS game used mapper zero but some were changed to use noraml CHR mapping I think
|
||||||
|
NES._isVS = true;
|
||||||
|
break;
|
||||||
case "BANDAI-NROM-128":
|
case "BANDAI-NROM-128":
|
||||||
case "BANDAI-NROM-256":
|
case "BANDAI-NROM-256":
|
||||||
case "HVC-HROM": //Donkey Kong Jr. (J)
|
case "HVC-HROM": //Donkey Kong Jr. (J)
|
||||||
|
|
Loading…
Reference in New Issue