/[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 107 by dpavlin, Fri Aug 3 08:57:37 2007 UTC revision 110 by dpavlin, Fri Aug 3 12:21:47 2007 UTC
# Line 165  foreach my $i ( 0 .. 255 ) { Line 165  foreach my $i ( 0 .. 255 ) {
165          $i & 0b00100000 and $t = $t | 0b00000100;          $i & 0b00100000 and $t = $t | 0b00000100;
166          $i & 0b01000000 and $t = $t | 0b00000010;          $i & 0b01000000 and $t = $t | 0b00000010;
167          $i & 0b10000000 and $t = $t | 0b00000001;          $i & 0b10000000 and $t = $t | 0b00000001;
168          warn "$i = $t\n";          #warn "$i = $t\n";
169          $flip[$i] = $t;          $flip[$i] = $t;
170  }  }
171    

Legend:
Removed from v.107  
changed lines
  Added in v.110

  ViewVC Help
Powered by ViewVC 1.1.26