C# Class OISC_VM.Devices.KeyboardDevice

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

Public Methods

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

Method Details

KeyboardDevice() public method

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

StartDevice() public method

public StartDevice ( ) : void
return void