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

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

revision 62 by dpavlin, Tue Jul 31 16:24:49 2007 UTC revision 65 by dpavlin, Tue Jul 31 16:41:46 2007 UTC
# Line 300  sub write { Line 300  sub write {
300          }          }
301    
302          if ( $addr > 0xafff ) {          if ( $addr > 0xafff ) {
303                  confess sprintf "write access 0x%04x > 0xafff aborting\n", $addr;                  warn sprintf "write access 0x%04x > 0xafff aborting\n", $addr;
304                    return;
305          }          }
306    
307          $self->mmap_pixel( $addr, $byte, 0, 0 );          $self->mmap_pixel( $addr, $byte, 0, 0 );
# Line 413  __USAGE__ Line 414  __USAGE__
414                  } elsif ( $c =~ m/^t/ ) {                  } elsif ( $c =~ m/^t/ ) {
415                          $self->trace( not $self->trace );                          $self->trace( not $self->trace );
416                          print "trace ", $self->trace ? 'on' : 'off', "\n";                          print "trace ", $self->trace ? 'on' : 'off', "\n";
417                            $last = '';
418                  } elsif ( $c =~ m/^d/ ) {                  } elsif ( $c =~ m/^d/ ) {
419                          $self->debug( not $self->debug );                          $self->debug( not $self->debug );
420                          print "debug ", $self->debug ? 'on' : 'off', "\n";                          print "debug ", $self->debug ? 'on' : 'off', "\n";
421                            $last = '';
422                  } else {                  } else {
423                          warn "# ignored $line\n" if ($line);                          warn "# ignored $line\n" if ($line);
424                          $last = '';                          $last = '';

Legend:
Removed from v.62  
changed lines
  Added in v.65

  ViewVC Help
Powered by ViewVC 1.1.26