C# Class DotNES.NESEmulator

Inheritance: Microsoft.Xna.Framework.Game
Show file Open project: brandonpelfrey/dotnes Class Usage Examples

Public Methods

Method Description
NESEmulator ( ) : System

Protected Methods

Method Description
Draw ( GameTime gameTime ) : void
LoadContent ( ) : void
Update ( GameTime gameTime ) : void

Private Methods

Method Description
frameAdvance ( ) : void
initializeSystem ( ) : void
reverseBytes ( uint num ) : uint
updateDrawTexture ( ) : void

Method Details

Draw() protected method

protected Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void

LoadContent() protected method

protected LoadContent ( ) : void
return void

NESEmulator() public method

public NESEmulator ( ) : System
return System

Update() protected method

protected Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void