/[VRac]/M6502/Screen.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/Screen.pm

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

revision 33 by dpavlin, Mon Jul 30 21:00:36 2007 UTC revision 36 by dpavlin, Mon Jul 30 22:06:13 2007 UTC
# Line 107  sub vram { Line 107  sub vram {
107          printf "## vram %04x %02x*%02x %02x\n", $offset, $x, $y, $byte if $self->trace;          printf "## vram %04x %02x*%02x %02x\n", $offset, $x, $y, $byte if $self->trace;
108    
109          foreach ( 0 .. 7 ) {          foreach ( 0 .. 7 ) {
110                  p($x + $_, $y, $byte & $mask );                  $self->p($x + $_, $y, $byte & $mask );
111                  $mask = $mask << 1;                  $mask = $mask << 1;
112          }          }
113  }  }

Legend:
Removed from v.33  
changed lines
  Added in v.36

  ViewVC Help
Powered by ViewVC 1.1.26