Update A7800Hawk.cs

Oops spelling
This commit is contained in:
alyosha-tas 2017-07-24 19:38:21 -04:00 committed by GitHub
parent fb10cc4bcd
commit a7a6fc6827
1 changed files with 2 additions and 2 deletions

View File

@ -286,11 +286,11 @@ namespace BizHawk.Emulation.Cores.Atari.A7800Hawk
}
if (m == "5")
{
mapper = new MapperFractulus();
mapper = new MapperFractalus();
}
if (m == "6")
{
mapper = new MapperFractulus();
mapper = new MapperFractalus();
}
mapper.Core = this;