C# Class NES.Tracelogger

Afficher le fichier Open project: mrmikey/nes

Méthodes publiques

Свойство Type Description
AddressingMode string
Instruction string
LineActive bool
OpCodes byte[]
PC int

Méthodes publiques

Méthode Description
EndLine ( ) : void
GetPadding ( string str, int width ) : string
Output ( ) : void
Reset ( ) : void
SetRegisters ( byte a, byte x, byte y, CPUFlags flags ) : void
StartLine ( ) : void
Tracelogger ( string filename ) : System

Method Details

EndLine() public méthode

public EndLine ( ) : void
Résultat void

GetPadding() public méthode

public GetPadding ( string str, int width ) : string
str string
width int
Résultat string

Output() public méthode

public Output ( ) : void
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

SetRegisters() public méthode

public SetRegisters ( byte a, byte x, byte y, CPUFlags flags ) : void
a byte
x byte
y byte
flags CPUFlags
Résultat void

StartLine() public méthode

public StartLine ( ) : void
Résultat void

Tracelogger() public méthode

public Tracelogger ( string filename ) : System
filename string
Résultat System

Property Details

AddressingMode public_oe property

public string AddressingMode
Résultat string

Instruction public_oe property

public string Instruction
Résultat string

LineActive public_oe property

public bool LineActive
Résultat bool

OpCodes public_oe property

public byte[] OpCodes
Résultat byte[]

PC public_oe property

public int PC
Résultat int