C# Class GbcEmulator.Memory.Mbc2

MBC2 (max 256KByte ROM and 512x4 bits RAM)
Inheritance: Mbc1
Afficher le fichier Open project: CRogers/GbcEmulator

Méthodes publiques

Méthode Description
Mbc2 ( RomInfo romInfo ) : RomTools
ReadEram ( int addr ) : byte
Write0000_1FFF ( int addr, byte b ) : void
Write2000_3FFF ( int addr, byte b ) : void
WriteEram ( int addr, byte b ) : void

Method Details

Mbc2() public méthode

public Mbc2 ( RomInfo romInfo ) : RomTools
romInfo RomTools.RomInfo
Résultat RomTools

ReadEram() public méthode

public ReadEram ( int addr ) : byte
addr int
Résultat byte

Write0000_1FFF() public méthode

public Write0000_1FFF ( int addr, byte b ) : void
addr int
b byte
Résultat void

Write2000_3FFF() public méthode

public Write2000_3FFF ( int addr, byte b ) : void
addr int
b byte
Résultat void

WriteEram() public méthode

public WriteEram ( int addr, byte b ) : void
addr int
b byte
Résultat void