C# Class GbcEmulator.Memory.FlatMMU

Inheritance: IMemoryManagementUnit
Afficher le fichier Open project: CRogers/GbcEmulator

Méthodes publiques

Méthode Description
FlatMMU ( int size )
ReadByte ( int addr ) : byte
ReadUShort ( int addr ) : ushort
WriteByte ( int addr, byte value ) : void
WriteUShort ( int addr, ushort value ) : void

Method Details

FlatMMU() public méthode

public FlatMMU ( int size )
size int

ReadByte() public méthode

public ReadByte ( int addr ) : byte
addr int
Résultat byte

ReadUShort() public méthode

public ReadUShort ( int addr ) : ushort
addr int
Résultat ushort

WriteByte() public méthode

public WriteByte ( int addr, byte value ) : void
addr int
value byte
Résultat void

WriteUShort() public méthode

public WriteUShort ( int addr, ushort value ) : void
addr int
value ushort
Résultat void