C# Class YCPUXNA.Emu

Inheritance: Microsoft.Xna.Framework.Game
Mostrar archivo Open project: ZaneDubya/YCPU Class Usage Examples

Public Methods

Method Description
Emu ( ) : System
SetArgs ( string args ) : void
UpdateConsole ( ) : void

Protected Methods

Method Description
Draw ( GameTime gameTime ) : void
Initialize ( ) : void
UnloadContent ( ) : void
Update ( GameTime gameTime ) : void

Private Methods

Method Description
ConsoleSegmentRegisterString ( uint register ) : string
ConsoleWrite ( int x, int y, string s ) : void
UpdateEmulator ( float frameMS ) : void

Method Details

Draw() protected method

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

Emu() public method

public Emu ( ) : System
return System

Initialize() protected method

protected Initialize ( ) : void
return void

SetArgs() public method

public SetArgs ( string args ) : void
args string
return void

UnloadContent() protected method

protected UnloadContent ( ) : void
return void

Update() protected method

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

UpdateConsole() public method

public UpdateConsole ( ) : void
return void