C# Class NScumm.Core.Audio.OPL.DosBox.DosBoxOPL

Inheritance: IOpl
Afficher le fichier Open project: scemino/nscumm Class Usage Examples

Méthodes publiques

Méthode Description
DosBoxOPL ( OplType type ) : System
EnvSilent ( int x ) : bool
Init ( int rate ) : void
ReadBuffer ( short buffer, int pos, int length ) : void
WriteReg ( int r, int v ) : void

Private Methods

Méthode Description
DualWrite ( byte index, byte reg, byte val ) : void
EnvelopeSelect ( byte val, byte &index, byte &shift ) : void
Free ( ) : void
InitTables ( ) : void
M ( double x ) : byte
Read ( int port ) : byte
Reset ( ) : void
Write ( int port, int val ) : void

Method Details

DosBoxOPL() public méthode

public DosBoxOPL ( OplType type ) : System
type OplType
Résultat System

EnvSilent() public static méthode

public static EnvSilent ( int x ) : bool
x int
Résultat bool

Init() public méthode

public Init ( int rate ) : void
rate int
Résultat void

ReadBuffer() public méthode

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

WriteReg() public méthode

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