C# Class DotNES.Mappers.Mapper000

Inheritance: Mapper
Show file Open project: brandonpelfrey/dotnes

Public Methods

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

Method Details

Mapper000() public method

public Mapper000 ( 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