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

Function ProbeMainCpuDefault

source/CPU.cpp:168–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166}
167
168eCpuType ProbeMainCpuDefault(eApple2Type apple2Type)
169{
170 return IsCpu65C02(apple2Type) ? CPU_65C02 : CPU_6502;
171}
172
173void SetMainCpuDefault(eApple2Type apple2Type)
174{

Callers 6

SetMainCpuDefaultFunction · 0.85
DlgProcInternalMethod · 0.85
ResetToDefaultMethod · 0.85
PostMsgAfterCloseMethod · 0.85
DlgProcInternalMethod · 0.85
GetCloneMenuItemMethod · 0.85

Calls 1

IsCpu65C02Function · 0.85

Tested by

no test coverage detected