C# 클래스 CSPspEmu.Core.Cpu.CpuConfig

파일 보기 프로젝트 열기: soywiz/cspspemu

공개 프로퍼티들

프로퍼티 타입 설명
BusFrequency int
CountInstructionsAndYield bool
CpuFrequency int
DebugSyscalls bool
EnableAstOptimizations bool
LogInstructionStats bool
PllFrequency int
ShowInstructionStats bool
ShowInstructionStatsJustNew bool
TrackCallStack bool

프로퍼티 상세

BusFrequency 공개적으로 프로퍼티

BUS clock: Operates at variable rates from 37MHz to 166MHz. Starts at 111MHz. Note: Cannot have a higher frequency than 1/2 of the PLL clock's frequency or lower than 1/4 of the PLL clock's frequency.
public int BusFrequency
리턴 int

CountInstructionsAndYield 공개적으로 프로퍼티

public bool CountInstructionsAndYield
리턴 bool

CpuFrequency 공개적으로 프로퍼티

CPU clock: Operates at variable rates from 1MHz to 333MHz. Starts at 222MHz. Note: Cannot have a higher frequency than the PLL clock's frequency.
public int CpuFrequency
리턴 int

DebugSyscalls 공개적으로 프로퍼티

public bool DebugSyscalls
리턴 bool

EnableAstOptimizations 공개적으로 프로퍼티

public bool EnableAstOptimizations
리턴 bool

LogInstructionStats 공개적으로 프로퍼티

public bool LogInstructionStats
리턴 bool

PllFrequency 공개적으로 프로퍼티

PLL clock: Operates at fixed rates of 148MHz, 190MHz, 222MHz, 266MHz, 333MHz. Starts at 222MHz.
public int PllFrequency
리턴 int

ShowInstructionStats 공개적으로 프로퍼티

public bool ShowInstructionStats
리턴 bool

ShowInstructionStatsJustNew 공개적으로 프로퍼티

public bool ShowInstructionStatsJustNew
리턴 bool

TrackCallStack 공개적으로 프로퍼티

public bool TrackCallStack
리턴 bool