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

Function IsCpu65C02

source/CPU.cpp:162–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162static bool IsCpu65C02(eApple2Type apple2Type)
163{
164 // NB. All Pravets clones are 6502 (GH#307)
165 return (apple2Type == A2TYPE_APPLE2EENHANCED) || (apple2Type == A2TYPE_TK30002E) || (apple2Type & A2TYPE_APPLE2C);
166}
167
168eCpuType ProbeMainCpuDefault(eApple2Type apple2Type)
169{

Callers 1

ProbeMainCpuDefaultFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected