C# Class Ypsilon.Emulation.Devices.Storage.CRW200

Inheritance: ADevice, IMemoryInterface
Afficher le fichier Open project: ZaneDubya/YCPU

Méthodes publiques

Méthode Description
CRW200 ( YBUS bus ) : System
GetMemoryInterface ( ) : IMemoryInterface
Update ( IInputProvider input ) : void
this ( uint address ) : byte

Méthodes protégées

Méthode Description
Initialize ( ) : void
ReceiveMessage ( ushort param0, ushort param1 ) : ushort

Method Details

CRW200() public méthode

public CRW200 ( YBUS bus ) : System
bus Ypsilon.Emulation.Processor.YBUS
Résultat System

GetMemoryInterface() public méthode

public GetMemoryInterface ( ) : IMemoryInterface
Résultat IMemoryInterface

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void

ReceiveMessage() protected méthode

protected ReceiveMessage ( ushort param0, ushort param1 ) : ushort
param0 ushort
param1 ushort
Résultat ushort

Update() public méthode

public Update ( IInputProvider input ) : void
input IInputProvider
Résultat void

this() public méthode

public this ( uint address ) : byte
address uint
Résultat byte