| Games-NES-Emulator documentation | Contained in the Games-NES-Emulator distribution. |
Games::NES::Emulator::APU - NES Audio Processing Unit
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::APU; use strict; use warnings; use base qw( Class::Accessor::Fast );
sub init { }
sub read { }
1;