C# Class GBAEmulator.IO.FIFO_Data

Inheritance: GBAEmulator.IO.WriteOnlyRegister2
Afficher le fichier Open project: DenSinH/GBAC-

Méthodes publiques

Méthode 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 méthode

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

Set() public méthode

public Set ( ushort value, bool setlow, bool sethigh ) : void
value ushort
setlow bool
sethigh bool
Résultat void