C# Class NScumm.Core.Audio.OPL.Mame.MameOPL

Inheritance: IOpl
Afficher le fichier Open project: scemino/nscumm

Méthodes publiques

Méthode Description
Init ( uint rate ) : bool
Read ( int a ) : byte
ReadBuffer ( short buffer, int pos, int length ) : void
Reset ( ) : void
Write ( int a, int v ) : void
WriteReg ( int r, int v ) : void

Method Details

Init() public méthode

public Init ( uint rate ) : bool
rate uint
Résultat bool

Read() public méthode

public Read ( int a ) : byte
a int
Résultat byte

ReadBuffer() public méthode

public ReadBuffer ( short buffer, int pos, int length ) : void
buffer short
pos int
length int
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

Write() public méthode

public Write ( int a, int v ) : void
a int
v int
Résultat void

WriteReg() public méthode

public WriteReg ( int r, int v ) : void
r int
v int
Résultat void