diff --git a/BizHawk.Emulation.Cores/Consoles/Atari/2600/Mappers/mCM.cs b/BizHawk.Emulation.Cores/Consoles/Atari/2600/Mappers/mCM.cs index a52f3f0269..9131daf1ae 100644 --- a/BizHawk.Emulation.Cores/Consoles/Atari/2600/Mappers/mCM.cs +++ b/BizHawk.Emulation.Cores/Consoles/Atari/2600/Mappers/mCM.cs @@ -1,10 +1,10 @@ -using BizHawk.Common; +using System; + +using BizHawk.Common; using BizHawk.Common.NumberExtensions; namespace BizHawk.Emulation.Cores.Atari.Atari2600 { - using System; - /* * Spectravideo Compumate Add-on Kevtris Documentation diff --git a/Common.ruleset b/Common.ruleset index 5451e7ba9f..361819e4a1 100644 --- a/Common.ruleset +++ b/Common.ruleset @@ -148,9 +148,6 @@ - - -