mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-12-29 08:30:04 +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
|
// From CPU.cpp
|
||||||
regsrec regs;
|
regsrec regs;
|
||||||
|
|
||||||
|
static eCpuType g_MainCPU = CPU_65C02;
|
||||||
|
|
||||||
|
eCpuType GetMainCpu(void)
|
||||||
|
{
|
||||||
|
return g_MainCPU;
|
||||||
|
}
|
||||||
|
|
||||||
// From Memory.cpp
|
// From Memory.cpp
|
||||||
LPBYTE mem = NULL; // TODO: Init
|
LPBYTE mem = NULL; // TODO: Init
|
||||||
LPBYTE memdirty = NULL; // TODO: Init
|
LPBYTE memdirty = NULL; // TODO: Init
|
||||||
|
Loading…
Reference in New Issue
Block a user