
Games::NES::Emulator::Mapper - Base class for mappers



Reads $address from the CPU's memory.
The base mapper doesn't actually do any writes.
Swap an 8K bank of PRGROM into the CPU's memory.
Swap a 16K bank of PRGROM into the CPU's memory.
Swap a 32K bank of PRGROM into the CPU's memory.
Swap a 1k bank of CHRROM into the PPU's memory
Swap a 2k bank of CHRROM into the PPU's memory
Swap a 4k bank of CHRROM into the PPU's memory
Swap an 8k bank of CHRROM into the PPU's memory

Brian Cassidy <bricas@cpan.org>

Copyright 2007 by Brian Cassidy
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
