--- M6502/M6502.pm 2007/07/31 13:22:51 53 +++ M6502/M6502.pm 2007/07/31 13:35:02 54 @@ -10,7 +10,7 @@ =head1 NAME -M6502 - perl bindings for 6502 emulator +M6502 - perl bindings for M6502 CPU emulator =cut @@ -29,7 +29,9 @@ # Exec6502 cycles our $run_for = 0; -=head1 init +=head1 FUNCTIONS + +=head2 init Called before C @@ -151,4 +153,17 @@ warn sprintf("## M6502::dump_R PC: %04x A:%02x P:%02x X:%02x Y:%02x S:%02x\n", $PC, $A, $P, $X, $Y, $S) if $debug; } + +=head1 AUTHOR + +Dobrica Pavlinusic, C<< >> + +=head1 COPYRIGHT & LICENSE + +Copyright 2007 Dobrica Pavlinusic, All Rights Reserved. + +This program is free software; you can redistribute it and/or modify it +under the same terms as Perl itself. + +=cut 1;