mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-12-28 17:30:02 +00:00
Fix TestDebugger (currently only used by VS2008 sln)
This commit is contained in:
parent
eee2400984
commit
4c73a8003a
@ -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…
Reference in New Issue
Block a user