C# Class x86CS.Devices.PIT8253

Inheritance: IDevice, INeedsIRQ, IShutdown
Exibir arquivo 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 Description
PIT8253TimerCycle ( object sender, EventArgs e ) : void

Method Details

OnIRQ() public method

public OnIRQ ( EventArgs e ) : void
e System.EventArgs
return void

PIT8253() public method

public PIT8253 ( ) : System
return System

Read() public method

public Read ( ushort address, int size ) : uint
address ushort
size int
return uint

Shutdown() public method

public Shutdown ( ) : void
return void

Write() public method

public Write ( ushort address, uint value, int size ) : void
address ushort
value uint
size int
return void