C# Class GbcEmulator.GameBoy

显示文件 Open project: CRogers/GbcEmulator Class Usage Examples

Public Methods

Method Description
GameBoy ( byte rom ) : System
GameBoy ( byte rom, IMemoryManagementUnit>.Func func ) : System
Start ( ) : void

Private Methods

Method Description
Init ( ) : void

Method Details

GameBoy() public method

public GameBoy ( byte rom ) : System
rom byte
return System

GameBoy() public method

public GameBoy ( byte rom, IMemoryManagementUnit>.Func func ) : System
rom byte
func IMemoryManagementUnit>.Func
return System

Start() public method

public Start ( ) : void
return void