MCPcopy Create free account
hub / github.com/AppleWin/AppleWin / SetMainCpu

Function SetMainCpu

source/CPU.cpp:153–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153void SetMainCpu(eCpuType cpu)
154{
155 _ASSERT(cpu != CPU_Z80);
156 if (cpu == CPU_Z80)
157 return;
158
159 g_MainCPU = cpu;
160}
161
162static bool IsCpu65C02(eApple2Type apple2Type)
163{

Callers 3

LoadConfigurationFunction · 0.85
SetMainCpuDefaultFunction · 0.85
CpuLoadSnapshotFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected