C# Class DotNES.Mappers.Mapper003

Inheritance: Mapper
Datei anzeigen Open project: brandonpelfrey/dotnes

Public Methods

Method 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 method

public Mapper003 ( Cartridge cartridge ) : System
cartridge DotNES.Core.Cartridge
return System

mapsCHR() public method

public mapsCHR ( ) : bool
return bool

read() public method

public read ( ushort address ) : byte
address ushort
return byte

readCHR() public method

public readCHR ( ushort address ) : byte
address ushort
return byte

write() public method

public write ( ushort address, byte chrBankSelect ) : void
address ushort
chrBankSelect byte
return void