C# Class OISC_VM.Devices.KeyboardDevice

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

Méthodes publiques

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

Method Details

KeyboardDevice() public méthode

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

StartDevice() public méthode

public StartDevice ( ) : void
Résultat void