C# Class NesHd.Core.Input.Zapper

显示文件 Open project: afonsof/nes-hd Class Usage Examples

Public Methods

Method Description
GetData ( ) : byte
PullTrigger ( bool pull, int x, int y ) : void
SetDetect ( int V ) : void
Zapper ( NesEngine engine )

Method Details

GetData() public method

public GetData ( ) : byte
return byte

PullTrigger() public method

public PullTrigger ( bool pull, int x, int y ) : void
pull bool
x int
y int
return void

SetDetect() public method

public SetDetect ( int V ) : void
V int
return void

Zapper() public method

public Zapper ( NesEngine engine )
engine NesEngine