From 222d6a3ade7cdf7bc6c0df62f4452770a86bfa82 Mon Sep 17 00:00:00 2001
From: hegyak <hegyak@yahoo.com>
Date: Sun, 22 May 2016 08:34:31 -0700
Subject: [PATCH] Add the missing mF8_sega file.

---
 BizHawk.Emulation.Cores/BizHawk.Emulation.Cores.csproj | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/BizHawk.Emulation.Cores/BizHawk.Emulation.Cores.csproj b/BizHawk.Emulation.Cores/BizHawk.Emulation.Cores.csproj
index 2fd13ce80d..86c22bdfdb 100644
--- a/BizHawk.Emulation.Cores/BizHawk.Emulation.Cores.csproj
+++ b/BizHawk.Emulation.Cores/BizHawk.Emulation.Cores.csproj
@@ -328,6 +328,7 @@
     <Compile Include="Consoles\Atari\2600\Mappers\mF6SC.cs" />
     <Compile Include="Consoles\Atari\2600\Mappers\mF8.cs" />
     <Compile Include="Consoles\Atari\2600\Mappers\mF8SC.cs" />
+    <Compile Include="Consoles\Atari\2600\Mappers\mF8_sega.cs" />
     <Compile Include="Consoles\Atari\2600\Mappers\mFA.cs" />
     <Compile Include="Consoles\Atari\2600\Mappers\mFA2.cs" />
     <Compile Include="Consoles\Atari\2600\Mappers\mFE.cs" />
@@ -438,8 +439,8 @@
     </Compile>
     <Compile Include="Consoles\Nintendo\Gameboy\GambatteLink.cs" />
     <Compile Include="Consoles\Nintendo\Gameboy\GambatteLink.ICodeDataLog.cs">
-			<DependentUpon>GambatteLink.cs</DependentUpon>
-		</Compile>
+      <DependentUpon>GambatteLink.cs</DependentUpon>
+    </Compile>
     <Compile Include="Consoles\Nintendo\Gameboy\GambatteLink.IDebuggable.cs">
       <DependentUpon>GambatteLink.cs</DependentUpon>
     </Compile>