C# Class UnityGB.ROM

Inheritance: ICartridge
Afficher le fichier Open project: Takohi-Jona/unity-gb

Méthodes publiques

Méthode Description
GetSavedData ( ) : byte[]
ROM ( byte fileData ) : System
ReadByte ( int address ) : int
WriteByte ( int address, int value ) : void

Method Details

GetSavedData() public méthode

public GetSavedData ( ) : byte[]
Résultat byte[]

ROM() public méthode

public ROM ( byte fileData ) : System
fileData byte
Résultat System

ReadByte() public méthode

public ReadByte ( int address ) : int
address int
Résultat int

WriteByte() public méthode

public WriteByte ( int address, int value ) : void
address int
value int
Résultat void