C# Class GbcEmulator.Memory.MbcRumble

Inheritance: Mbc5
Show file Open project: CRogers/GbcEmulator

Public Methods

Method Description
MbcRumble ( RomInfo romInfo ) : RomTools
Write4000_5FFF ( int addr, byte b ) : void

Method Details

MbcRumble() public method

public MbcRumble ( RomInfo romInfo ) : RomTools
romInfo RomTools.RomInfo
return RomTools

Write4000_5FFF() public method

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