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 |
public MBC3 ( byte fileData, RomType romType, int romSize, int romBanks ) : System | ||
fileData | byte | |
romType | RomType | |
romSize | int | |
romBanks | int | |
Résultat | System |
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 |
public WriteByte ( int address, int value ) : void | ||
address | int | |
value | int | |
Résultat | void |