Method |
Description |
|
AdLibChannel ( IOpl opl, byte musicData, ushort startOfData ) : NScumm.Core |
|
|
AdlibSetupInstrument ( ) : void |
|
|
Dispose ( ) : void |
|
|
Process ( ushort aktTime ) : byte |
|
|
SetRegister ( byte regNum, byte value ) : void |
This class uses the same area for the register mirror as the original asm driver did(_musicData[0xF5F..0x105E]), so the cache is indeed shared by all instances of the class. |
|
SetupChannelVolume ( byte volume ) : void |
|
|
SetupInstrument ( byte opcode ) : void |
|
|
StopNote ( ) : void |
|
|
UpdateVolume ( ushort volume ) : void |
|
|
com90_caseNoteOff ( ) : void |
|
|
com90_getChannelVolume ( ) : void |
|
|
com90_getFreqOffset ( ) : void |
|
|
com90_getTremoVibro ( ) : void |
|
|
com90_keyOff ( ) : void |
|
|
com90_loopMusic ( ) : void |
|
|
com90_setLoopPoint ( ) : void |
|
|
com90_setupInstrument ( ) : void |
|
|
com90_stopChannel ( ) : void |
|
|