C# Class CSPspEmu.Core.Cpu.CpuConfig

Show file Open project: soywiz/cspspemu

Public Properties

Property Type Description
BusFrequency int
CountInstructionsAndYield bool
CpuFrequency int
DebugSyscalls bool
EnableAstOptimizations bool
LogInstructionStats bool
PllFrequency int
ShowInstructionStats bool
ShowInstructionStatsJustNew bool
TrackCallStack bool

Property Details

BusFrequency public property

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
return int

CountInstructionsAndYield public property

public bool CountInstructionsAndYield
return bool

CpuFrequency public property

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
return int

DebugSyscalls public property

public bool DebugSyscalls
return bool

EnableAstOptimizations public property

public bool EnableAstOptimizations
return bool

LogInstructionStats public property

public bool LogInstructionStats
return bool

PllFrequency public property

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

ShowInstructionStats public property

public bool ShowInstructionStats
return bool

ShowInstructionStatsJustNew public property

public bool ShowInstructionStatsJustNew
return bool

TrackCallStack public property

public bool TrackCallStack
return bool