/[VRac]/M6502/M6502.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /M6502/M6502.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 25 by dpavlin, Mon Jul 30 14:02:31 2007 UTC revision 26 by dpavlin, Mon Jul 30 14:23:22 2007 UTC
# Line 16  our ( $A, $P, $X, $Y, $S ) = (0) x 5; Line 16  our ( $A, $P, $X, $Y, $S ) = (0) x 5;
16  # Set IPeriod to number of CPU cycles between calls to Loop6502  # Set IPeriod to number of CPU cycles between calls to Loop6502
17  our $IPeriod = 20000;  our $IPeriod = 20000;
18    
19    =head1 init
20    
21    Called before C<Run6502>
22    
23    =cut
24    
25    sub init {
26            warn "inside init\n";
27            print "stdout\n";
28    };
29  1;  1;

Legend:
Removed from v.25  
changed lines
  Added in v.26

  ViewVC Help
Powered by ViewVC 1.1.26