C# Class GbcEmulator.Memory.Mbc5

Inheritance: Mbc1
Afficher le fichier Open project: CRogers/GbcEmulator

Méthodes publiques

Méthode Description
Mbc5 ( RomInfo romInfo ) : System
Write2000_3FFF ( int addr, byte b ) : void
Write4000_5FFF ( int addr, byte b ) : void

Method Details

Mbc5() public méthode

public Mbc5 ( RomInfo romInfo ) : System
romInfo RomTools.RomInfo
Résultat System

Write2000_3FFF() public méthode

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

Write4000_5FFF() public méthode

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