C# Class NScumm.Core.Audio.SoftSynth.AdlibMidiDriver.AdLibSetParams

Exibir arquivo Open project: scemino/nscumm

Public Properties

Property Type Description
Inversion byte
Mask byte
RegisterBase byte
Shift byte

Public Methods

Method Description
AdLibSetParams ( byte data ) : System

Method Details

AdLibSetParams() public method

public AdLibSetParams ( byte data ) : System
data byte
return System

Property Details

Inversion public_oe property

public byte Inversion
return byte

Mask public_oe property

public byte Mask
return byte

RegisterBase public_oe property

public byte RegisterBase
return byte

Shift public_oe property

public byte Shift
return byte