C# Class DotNES.Mappers.Mapper004

Inheritance: Mapper
Datei anzeigen Open project: brandonpelfrey/dotnes

Public Methods

Method Description
Mapper004 ( NESConsole console ) : System
mapsCHR ( ) : bool
read ( ushort address ) : byte
readCHR ( ushort address ) : byte
write ( ushort address, byte val ) : void

Method Details

Mapper004() public method

public Mapper004 ( NESConsole console ) : System
console DotNES.Core.NESConsole
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