/[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 24 by dpavlin, Mon Jul 30 13:29:57 2007 UTC revision 25 by dpavlin, Mon Jul 30 14:02:31 2007 UTC
# Line 9  use warnings; Line 9  use warnings;
9    
10  my $mem = (0) x 0x10000;        # 64M  my $mem = (0) x 0x10000;        # 64M
11    
12    # program counter
13  our $PC = 0xbeef;  our $PC = 0xbeef;
14    # CPU registars
15    our ( $A, $P, $X, $Y, $S ) = (0) x 5;
16    # Set IPeriod to number of CPU cycles between calls to Loop6502
17    our $IPeriod = 20000;
18    
19  1;  1;

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

  ViewVC Help
Powered by ViewVC 1.1.26