Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
NES
APU
C# Class NES.APU
Mostrar archivo
Open project: mrmikey/nes
Class Usage Examples
Public Properties
Property
Type
Description
Cycles
int
Delay
int
Register4016
byte
Register4017
byte
Step
int
Public Methods
Method
Description
APU
(
Engine
engine
) :
System
Run
(
int
cpuCycles
) :
void
Method Details
APU()
public
method
public
APU
(
Engine
engine
) :
System
engine
Engine
return
System
Run()
public
method
public
Run
(
int
cpuCycles
) :
void
cpuCycles
int
return
void
Property Details
Cycles
public_oe property
public
int
Cycles
return
int
Delay
public_oe property
public
int
Delay
return
int
Register4016
public_oe property
public
byte
Register4016
return
byte
Register4017
public_oe property
public
byte
Register4017
return
byte
Step
public_oe property
public
int
Step
return
int