Method | Description | |
---|---|---|
LoadRom ( string romPath ) : bool |
Load a rom into the memory
|
|
NesEngine ( TvFormat tvFormat, |
||
Pause ( ) : void | ||
Resume ( ) : void | ||
Run ( ) : void |
Run the Nes
|
|
SaveSram ( string filePath ) : void | ||
SetupInput ( |
||
SetupOutput ( IGraphicDevice videoDevice, IAudioDevice audioDevice ) : void | ||
SetupTv ( TvFormat tvFormat, |
||
ShutDown ( ) : void | ||
SoftReset ( ) : void | ||
TogglePause ( ) : void |
Toggle pause the nes
|
Method | Description | |
---|---|---|
CpuPauseToggle ( object sender, |
public LoadRom ( string romPath ) : bool | ||
romPath | string | The INES rom path |
return | bool |
public NesEngine ( TvFormat tvFormat, |
||
tvFormat | TvFormat | |
plFormat | ||
return | System |
public SetupInput ( |
||
manager | ||
joy1 | ||
joy2 | ||
return | void |
public SetupOutput ( IGraphicDevice videoDevice, IAudioDevice audioDevice ) : void | ||
videoDevice | IGraphicDevice | |
audioDevice | IAudioDevice | |
return | void |
public SetupTv ( TvFormat tvFormat, |
||
tvFormat | TvFormat | |
palleteFormat | ||
return | void |