Update Atari2600.cs

Kangaroo [!].a26 has banks swapped similar to a few other games, add it to the internal list.
This commit is contained in:
alyosha-tas 2017-11-08 13:52:39 -05:00 committed by GitHub
parent 85a310590a
commit 7a799583e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -41,7 +41,8 @@ namespace BizHawk.Emulation.Cores.Atari.Atari2600
}
if (Rom.HashSHA1() == "3A77DB43B6583E8689435F0F14AA04B9E57BDDED" ||
Rom.HashSHA1() == "E986E1818E747BEB9B33CE4DFF1CDC6B55BDB620")
Rom.HashSHA1() == "E986E1818E747BEB9B33CE4DFF1CDC6B55BDB620" ||
Rom.HashSHA1() == "982B8016B393A9AA7DD110295A53C4612ECF2141")
{
game.RemoveOption("m");
game.AddOption("m", "F8_sega");