| Games-NES-Emulator documentation | Contained in the Games-NES-Emulator distribution. |
Games::NES::Emulator::Mappers::Mapper0 - Mapper 0
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.
| Games-NES-Emulator documentation | Contained in the Games-NES-Emulator distribution. |
package Games::NES::Emulator::Mappers::Mapper0; use strict; use warnings; use base qw( Games::NES::Emulator::Mapper );
1;