C# Class OISC_VM.Devices.ConsoleDevice

Inheritance: InterruptTriggeredMemoryMappedDevice
Datei anzeigen Open project: Creou/OISCVM Class Usage Examples

Public Methods

Method Description
ConsoleDevice ( IMemoryBus memoryBus, InterruptHandler interruptHandler, int memoryRangeStart, int memoryRangeLength ) : System

Protected Methods

Method Description
RefreshDevice ( byte mappedMemory ) : void

Method Details

ConsoleDevice() public method

public ConsoleDevice ( IMemoryBus memoryBus, InterruptHandler interruptHandler, int memoryRangeStart, int memoryRangeLength ) : System
memoryBus IMemoryBus
interruptHandler InterruptHandler
memoryRangeStart int
memoryRangeLength int
return System

RefreshDevice() protected method

protected RefreshDevice ( byte mappedMemory ) : void
mappedMemory byte
return void