C# Class CSPspEmu.Core.Cpu.CpuConfig

Datei anzeigen 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_oe 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_oe property

public bool CountInstructionsAndYield
return bool

CpuFrequency public_oe 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_oe property

public bool DebugSyscalls
return bool

EnableAstOptimizations public_oe property

public bool EnableAstOptimizations
return bool

LogInstructionStats public_oe property

public bool LogInstructionStats
return bool

PllFrequency public_oe property

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

ShowInstructionStats public_oe property

public bool ShowInstructionStats
return bool

ShowInstructionStatsJustNew public_oe property

public bool ShowInstructionStatsJustNew
return bool

TrackCallStack public_oe property

public bool TrackCallStack
return bool