Remove hack that attempted to support mapper 219 badly, better to not support it
This commit is contained in:
parent
46870ec488
commit
f46eb21c93
|
@ -18,9 +18,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
|
|||
switch (Cart.board_type)
|
||||
{
|
||||
case "MAPPER000":
|
||||
case "MAPPER219": //adelikat: a version of 3D-Block tries to use this ROM, but plays fine as NROM and 219 is undocumented by Disch
|
||||
break;
|
||||
|
||||
case "BANDAI-NROM-128":
|
||||
case "BANDAI-NROM-256":
|
||||
case "HVC-HROM": //Donkey Kong Jr. (J)
|
||||
|
|
Loading…
Reference in New Issue