mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-20 00:17:16 +00:00
Fix TestDebugger (currently only used by VS2008 sln)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user