C# Class GBAEmulator.IO.FIFO_Data

Inheritance: GBAEmulator.IO.WriteOnlyRegister2
ファイルを表示 Open project: DenSinH/GBAC-

Public Methods

Method Description
FIFO_Data ( FIFOChannel FIFO, BUS bus, bool IsLower ) : GBAEmulator.Audio.Channels
Set ( ushort value, bool setlow, bool sethigh ) : void

Method Details

FIFO_Data() public method

public FIFO_Data ( FIFOChannel FIFO, BUS bus, bool IsLower ) : GBAEmulator.Audio.Channels
FIFO FIFOChannel
bus BUS
IsLower bool
return GBAEmulator.Audio.Channels

Set() public method

public Set ( ushort value, bool setlow, bool sethigh ) : void
value ushort
setlow bool
sethigh bool
return void