C# Class CSPspEmuLLETest.LlePspCpu

Inheritance: LlePspComponent
显示文件 Open project: soywiz/cspspemu

Public Methods

Method Description
LlePspCpu ( string Name, InjectContext InjectContext, CpuProcessor CpuProcessor, uint EntryPoint = 0x1fc00000 ) : System
Main ( ) : void

Method Details

LlePspCpu() public method

public LlePspCpu ( string Name, InjectContext InjectContext, CpuProcessor CpuProcessor, uint EntryPoint = 0x1fc00000 ) : System
Name string
InjectContext InjectContext
CpuProcessor CSPspEmu.Core.Cpu.CpuProcessor
EntryPoint uint
return System

Main() public method

public Main ( ) : void
return void