Support board HVC-CNROM-256K-01 as Mapper 185
This commit is contained in:
parent
a45028bbff
commit
10a8ae8034
|
@ -30,6 +30,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
|
||||||
{
|
{
|
||||||
case "MAPPER185":
|
case "MAPPER185":
|
||||||
case "HVC-CNROM+SECURITY":
|
case "HVC-CNROM+SECURITY":
|
||||||
|
case "HVC-CNROM-256K-01":
|
||||||
copyprotection = true;
|
copyprotection = true;
|
||||||
bus_conflict = true;
|
bus_conflict = true;
|
||||||
AssertPrg(16, 32); AssertChr(8);
|
AssertPrg(16, 32); AssertChr(8);
|
||||||
|
|
Loading…
Reference in New Issue