Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
NES
APU
C# Class NES.APU
Show file
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 property
public
int
Cycles
return
int
Delay
public property
public
int
Delay
return
int
Register4016
public property
public
byte
Register4016
return
byte
Register4017
public property
public
byte
Register4017
return
byte
Step
public property
public
int
Step
return
int