C# 클래스 GBAEmulator.IO.FIFO_Data

상속: GBAEmulator.IO.WriteOnlyRegister2
파일 보기 프로젝트 열기: DenSinH/GBAC-

공개 메소드들

메소드 설명
FIFO_Data ( FIFOChannel FIFO, BUS bus, bool IsLower ) : GBAEmulator.Audio.Channels
Set ( ushort value, bool setlow, bool sethigh ) : void

메소드 상세

FIFO_Data() 공개 메소드

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

Set() 공개 메소드

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