Mapper1

Undocumented in source.

Constructors

this
this(Cartridge cartridge)
Undocumented in source.

Members

Functions

chrBankOffset
int chrBankOffset(int index)
Undocumented in source. Be warned that the author may not have intended to support it.
load
void load(string[string] state)
Undocumented in source. Be warned that the author may not have intended to support it.
loadRegister
void loadRegister(ushort address, ubyte value)
Undocumented in source. Be warned that the author may not have intended to support it.
prgBankOffset
int prgBankOffset(int index)
Undocumented in source. Be warned that the author may not have intended to support it.
read
ubyte read(ushort address)
Undocumented in source. Be warned that the author may not have intended to support it.
save
void save(string[string] state)
Undocumented in source. Be warned that the author may not have intended to support it.
step
void step()
Undocumented in source. Be warned that the author may not have intended to support it.
updateOffsets
void updateOffsets()
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(ushort address, ubyte value)
Undocumented in source. Be warned that the author may not have intended to support it.
writeCHRBank0
void writeCHRBank0(ubyte value)
Undocumented in source. Be warned that the author may not have intended to support it.
writeCHRBank1
void writeCHRBank1(ubyte value)
Undocumented in source. Be warned that the author may not have intended to support it.
writeControl
void writeControl(ubyte value)
Undocumented in source. Be warned that the author may not have intended to support it.
writePRGBank
void writePRGBank(ubyte value)
Undocumented in source. Be warned that the author may not have intended to support it.
writeRegister
void writeRegister(ushort address, ubyte value)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Mapper

read
ubyte read(ushort address)
Undocumented in source.
write
void write(ushort address, ubyte value)
Undocumented in source.
step
void step()
Undocumented in source.
save
void save(string[string] state)
Undocumented in source.
load
void load(string[string] state)
Undocumented in source.

Meta