diff --git a/CpuCoreGenerator/CpuCoreGenerator.csproj b/CpuCoreGenerator/CpuCoreGenerator.csproj
index 1b9d0650c9..4bcd4b222d 100644
--- a/CpuCoreGenerator/CpuCoreGenerator.csproj
+++ b/CpuCoreGenerator/CpuCoreGenerator.csproj
@@ -68,9 +68,6 @@
-
-
-
False
diff --git a/CpuCoreGenerator/HuC6280/CoreGenerator.cs b/CpuCoreGenerator/HuC6280/CoreGenerator.cs
index 0f2edbc0ed..ddc77d7a7d 100644
--- a/CpuCoreGenerator/HuC6280/CoreGenerator.cs
+++ b/CpuCoreGenerator/HuC6280/CoreGenerator.cs
@@ -434,6 +434,7 @@ namespace HuC6280
{
var w = new StreamWriter(file, false);
w.WriteLine("using System;");
+ w.WriteLine("using BizHawk.Emulation.Consoles.TurboGrafx;");
w.WriteLine();
w.WriteLine("// Do not modify this file directly! This is GENERATED code.");
w.WriteLine("// Please open the CpuCoreGenerator solution and make your modifications there.");
@@ -530,7 +531,7 @@ namespace HuC6280
w.WriteLine(" }");
w.WriteLine(" }");
w.WriteLine(" }");
- w.WriteLine(" ThinkAction();");
+ w.WriteLine(" ThinkAction(delta);");
w.WriteLine(" }");
w.WriteLine(" }");
w.WriteLine(" }");