C# Class OISC_VM.Devices.ConsoleDevice

Inheritance: InterruptTriggeredMemoryMappedDevice
Afficher le fichier Open project: Creou/OISCVM Class Usage Examples

Méthodes publiques

Méthode Description
ConsoleDevice ( IMemoryBus memoryBus, InterruptHandler interruptHandler, int memoryRangeStart, int memoryRangeLength ) : System

Méthodes protégées

Méthode Description
RefreshDevice ( byte mappedMemory ) : void

Method Details

ConsoleDevice() public méthode

public ConsoleDevice ( IMemoryBus memoryBus, InterruptHandler interruptHandler, int memoryRangeStart, int memoryRangeLength ) : System
memoryBus IMemoryBus
interruptHandler InterruptHandler
memoryRangeStart int
memoryRangeLength int
Résultat System

RefreshDevice() protected méthode

protected RefreshDevice ( byte mappedMemory ) : void
mappedMemory byte
Résultat void