C# 클래스 NScumm.Core.Audio.OPL.DosBox.DosBoxOPL

상속: IOpl
파일 보기 프로젝트 열기: scemino/nscumm 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

DosBoxOPL() 공개 메소드

public DosBoxOPL ( OplType type ) : System
type OplType
리턴 System

EnvSilent() 공개 정적인 메소드

public static EnvSilent ( int x ) : bool
x int
리턴 bool

Init() 공개 메소드

public Init ( int rate ) : void
rate int
리턴 void

ReadBuffer() 공개 메소드

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

WriteReg() 공개 메소드

public WriteReg ( int r, int v ) : void
r int
v int
리턴 void