Fix TestDebugger (currently only used by VS2008 sln)

This commit is contained in:
tomcw
2021-10-15 21:08:16 +01:00
parent eee2400984
commit 4c73a8003a
+7
View File
@@ -32,6 +32,13 @@ FrameBase& GetFrame()
// From CPU.cpp
regsrec regs;
static eCpuType g_MainCPU = CPU_65C02;
eCpuType GetMainCpu(void)
{
return g_MainCPU;
}
// From Memory.cpp
LPBYTE mem = NULL; // TODO: Init
LPBYTE memdirty = NULL; // TODO: Init