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

Inheritance: IOpl
Mostra file Open project: scemino/nscumm

Public Methods

Method 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 method

public Init ( uint rate ) : bool
rate uint
return bool

Read() public method

public Read ( int a ) : byte
a int
return byte

ReadBuffer() public method

public ReadBuffer ( short buffer, int pos, int length ) : void
buffer short
pos int
length int
return void

Reset() public method

public Reset ( ) : void
return void

Write() public method

public Write ( int a, int v ) : void
a int
v int
return void

WriteReg() public method

public WriteReg ( int r, int v ) : void
r int
v int
return void