C# Class UnityGB.MBC3

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

Méthodes publiques

Méthode Description
GetSavedData ( ) : byte[]
MBC3 ( byte fileData, RomType romType, int romSize, int romBanks ) : System
MBC3 ( byte fileData, byte savedData, RomType romType, int romSize, int romBanks ) : System
ReadByte ( int address ) : int
WriteByte ( int address, int value ) : void

Method Details

GetSavedData() public méthode

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

MBC3() public méthode

public MBC3 ( byte fileData, RomType romType, int romSize, int romBanks ) : System
fileData byte
romType RomType
romSize int
romBanks int
Résultat System

MBC3() public méthode

public MBC3 ( byte fileData, byte savedData, RomType romType, int romSize, int romBanks ) : System
fileData byte
savedData byte
romType RomType
romSize int
romBanks int
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