C# 클래스 OISC_VM.Devices.KeyboardDevice

상속: IMemoryMappedDevice
파일 보기 프로젝트 열기: Creou/OISCVM 1 사용 예제들

공개 메소드들

메소드 설명
KeyboardDevice ( IMemoryBus memoryBus, InterruptHandler interruptHandler, int memoryRangeStart, int memoryRangeLength ) : System
StartDevice ( ) : void

메소드 상세

KeyboardDevice() 공개 메소드

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

StartDevice() 공개 메소드

public StartDevice ( ) : void
리턴 void