C# Class UnityGB.EmulatorBase

Afficher le fichier Open project: Takohi-Jona/unity-gb Class Usage Examples

Méthodes publiques

Méthode Description
EmulatorBase ( IVideoOutput video, IAudioOutput audio = null, ISaveMemory saveMemory = null ) : UnityEngine
LoadRom ( byte data ) : void
RunNextStep ( ) : void
SetInput ( Button button, bool pressed ) : void

Method Details

EmulatorBase() public méthode

public EmulatorBase ( IVideoOutput video, IAudioOutput audio = null, ISaveMemory saveMemory = null ) : UnityEngine
video IVideoOutput
audio IAudioOutput
saveMemory ISaveMemory
Résultat UnityEngine

LoadRom() public abstract méthode

public abstract LoadRom ( byte data ) : void
data byte
Résultat void

RunNextStep() public abstract méthode

public abstract RunNextStep ( ) : void
Résultat void

SetInput() public abstract méthode

public abstract SetInput ( Button button, bool pressed ) : void
button Button
pressed bool
Résultat void