C# Class GbcEmulator.Memory.Mbc5

Inheritance: Mbc1
Show file Open project: CRogers/GbcEmulator

Public Methods

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

Method Details

Mbc5() public method

public Mbc5 ( RomInfo romInfo ) : System
romInfo RomTools.RomInfo
return System

Write2000_3FFF() public method

public Write2000_3FFF ( int addr, byte b ) : void
addr int
b byte
return void

Write4000_5FFF() public method

public Write4000_5FFF ( int addr, byte b ) : void
addr int
b byte
return void