C# Class GbcEmulator.GameBoy

Afficher le fichier Open project: CRogers/GbcEmulator Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
Init ( ) : void

Method Details

GameBoy() public méthode

public GameBoy ( byte rom ) : System
rom byte
Résultat System

GameBoy() public méthode

public GameBoy ( byte rom, IMemoryManagementUnit>.Func func ) : System
rom byte
func IMemoryManagementUnit>.Func
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void