C# Class DotNES.NESEmulator

Inheritance: Microsoft.Xna.Framework.Game
Afficher le fichier Open project: brandonpelfrey/dotnes Class Usage Examples

Méthodes publiques

Méthode Description
NESEmulator ( ) : System

Méthodes protégées

Méthode Description
Draw ( GameTime gameTime ) : void
LoadContent ( ) : void
Update ( GameTime gameTime ) : void

Private Methods

Méthode Description
frameAdvance ( ) : void
initializeSystem ( ) : void
reverseBytes ( uint num ) : uint
updateDrawTexture ( ) : void

Method Details

Draw() protected méthode

protected Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

LoadContent() protected méthode

protected LoadContent ( ) : void
Résultat void

NESEmulator() public méthode

public NESEmulator ( ) : System
Résultat System

Update() protected méthode

protected Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void