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:
parent
4c13ff6731
commit
03a2de19f1
|
@ -1,12 +0,0 @@
|
||||||
using System;
|
|
||||||
|
|
||||||
namespace BizHawk.Emulation.Cores.Atari.Atari2600
|
|
||||||
{
|
|
||||||
internal class m3Fe : MapperBase
|
|
||||||
{
|
|
||||||
public m3Fe()
|
|
||||||
{
|
|
||||||
throw new NotImplementedException();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue