C# Class DotNES.Mappers.Mapper001

Inheritance: Mapper
Datei anzeigen Open project: brandonpelfrey/dotnes

Public Methods

Method Description
Mapper001 ( Cartridge cartridge ) : System
mapsCHR ( ) : bool
read ( ushort address ) : byte
readCHR ( ushort address ) : byte
write ( ushort address, byte val ) : void

Private Methods

Method Description
updateOffsets ( ) : void

Method Details

Mapper001() public method

public Mapper001 ( 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 val ) : void
address ushort
val byte
return void