C# Class x86CS.Devices.PIT8253
ファイルを表示
Open project: cryogen/VM86CS
Public Methods
Method |
Description |
|
OnIRQ ( EventArgs e ) : void |
|
|
PIT8253 ( ) : System |
|
|
Read ( ushort address, int size ) : uint |
|
|
Shutdown ( ) : void |
|
|
Write ( ushort address, uint value, int size ) : void |
|
|
Private Methods
Method Details
public OnIRQ ( EventArgs e ) : void |
e |
System.EventArgs |
|
return |
void |
|
public PIT8253 ( ) : System |
return |
System |
|
public Read ( ushort address, int size ) : uint |
address |
ushort |
|
size |
int |
|
return |
uint |
|
public Write ( ushort address, uint value, int size ) : void |
address |
ushort |
|
value |
uint |
|
size |
int |
|
return |
void |
|