Fix TestDebugger (currently only used by VS2008 sln)
This commit is contained in:
parent
eee2400984
commit
4c73a8003a
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue