C# Class DotNES.Mappers.Mapper003

Inheritance: Mapper
Afficher le fichier Open project: brandonpelfrey/dotnes

Méthodes publiques

Méthode Description
Mapper003 ( Cartridge cartridge ) : System
mapsCHR ( ) : bool
read ( ushort address ) : byte
readCHR ( ushort address ) : byte
write ( ushort address, byte chrBankSelect ) : void

Method Details

Mapper003() public méthode

public Mapper003 ( Cartridge cartridge ) : System
cartridge DotNES.Core.Cartridge
Résultat System

mapsCHR() public méthode

public mapsCHR ( ) : bool
Résultat bool

read() public méthode

public read ( ushort address ) : byte
address ushort
Résultat byte

readCHR() public méthode

public readCHR ( ushort address ) : byte
address ushort
Résultat byte

write() public méthode

public write ( ushort address, byte chrBankSelect ) : void
address ushort
chrBankSelect byte
Résultat void