Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
168
eCpuType ProbeMainCpuDefault(eApple2Type apple2Type)
169
{
170
return IsCpu65C02(apple2Type) ? CPU_65C02 : CPU_6502;
171
}
172
173
void SetMainCpuDefault(eApple2Type apple2Type)
174
{
Callers
6
SetMainCpuDefault
Function · 0.85
DlgProcInternal
Method · 0.85
ResetToDefault
Method · 0.85
PostMsgAfterClose
Method · 0.85
DlgProcInternal
Method · 0.85
GetCloneMenuItem
Method · 0.85
Calls
1
IsCpu65C02
Function · 0.85
Tested by
no test coverage detected