C# Class Ypsilon.Emulation.Devices.Graphics.GraphicsAdapter

Implements the YPSILONTECH Graphics Adapter
Inheritance: ADevice, IMemoryInterface
Afficher le fichier Open project: ZaneDubya/YCPU

Méthodes publiques

Méthode Description
Display ( int busIndex, List textures, IDisplayProvider renderer ) : void
Dispose ( ) : void
GetMemoryInterface ( ) : IMemoryInterface
GraphicsAdapter ( YBUS bus ) : System
this ( uint address ) : byte

Méthodes protégées

Méthode Description
Initialize ( ) : void
ReceiveMessage ( ushort param0, ushort param1 ) : ushort

Private Methods

Méthode Description
SetMode_LEM ( GraphicsMode mode, ushort param1 ) : void
SetMode_None ( ) : void
Update_LEM ( ) : void
Update_LEM_CHRRAM ( ) : void
Update_LEM_PALRAM ( ) : void

Method Details

Display() public méthode

public Display ( int busIndex, List textures, IDisplayProvider renderer ) : void
busIndex int
textures List
renderer IDisplayProvider
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetMemoryInterface() public méthode

public GetMemoryInterface ( ) : IMemoryInterface
Résultat IMemoryInterface

GraphicsAdapter() public méthode

public GraphicsAdapter ( YBUS bus ) : System
bus Ypsilon.Emulation.Processor.YBUS
Résultat System

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void

ReceiveMessage() protected méthode

protected ReceiveMessage ( ushort param0, ushort param1 ) : ushort
param0 ushort
param1 ushort
Résultat ushort

this() public méthode

public this ( uint address ) : byte
address uint
Résultat byte