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

Inheritance: ADevice, IMemoryInterface
Mostra file Open project: ZaneDubya/YCPU

Public Methods

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

Protected Methods

Method Description
Initialize ( ) : void
ReceiveMessage ( ushort param0, ushort param1 ) : ushort

Method Details

CRW200() public method

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

GetMemoryInterface() public method

public GetMemoryInterface ( ) : IMemoryInterface
return IMemoryInterface

Initialize() protected method

protected Initialize ( ) : void
return void

ReceiveMessage() protected method

protected ReceiveMessage ( ushort param0, ushort param1 ) : ushort
param0 ushort
param1 ushort
return ushort

Update() public method

public Update ( IInputProvider input ) : void
input IInputProvider
return void

this() public method

public this ( uint address ) : byte
address uint
return byte