C# 클래스 Ypsilon.Emulation.Devices.Storage.CRW200

상속: ADevice, IMemoryInterface
파일 보기 프로젝트 열기: ZaneDubya/YCPU

공개 메소드들

메소드 설명
CRW200 ( YBUS bus ) : System
GetMemoryInterface ( ) : IMemoryInterface
Update ( IInputProvider input ) : void
this ( uint address ) : byte

보호된 메소드들

메소드 설명
Initialize ( ) : void
ReceiveMessage ( ushort param0, ushort param1 ) : ushort

메소드 상세

CRW200() 공개 메소드

public CRW200 ( YBUS bus ) : System
bus Ypsilon.Emulation.Processor.YBUS
리턴 System

GetMemoryInterface() 공개 메소드

public GetMemoryInterface ( ) : IMemoryInterface
리턴 IMemoryInterface

Initialize() 보호된 메소드

protected Initialize ( ) : void
리턴 void

ReceiveMessage() 보호된 메소드

protected ReceiveMessage ( ushort param0, ushort param1 ) : ushort
param0 ushort
param1 ushort
리턴 ushort

Update() 공개 메소드

public Update ( IInputProvider input ) : void
input IInputProvider
리턴 void

this() 공개 메소드

public this ( uint address ) : byte
address uint
리턴 byte