remove unused mapper file, not sure what this was ever supposed to be, or how it managed to survive this long

This commit is contained in:
adelikat 2014-04-03 20:05:24 +00:00
parent 4c13ff6731
commit 03a2de19f1
1 changed files with 0 additions and 12 deletions

View File

@ -1,12 +0,0 @@
using System;
namespace BizHawk.Emulation.Cores.Atari.Atari2600
{
internal class m3Fe : MapperBase
{
public m3Fe()
{
throw new NotImplementedException();
}
}
}