/[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 82 by dpavlin, Wed Aug 1 21:40:17 2007 UTC revision 89 by dpavlin, Thu Aug 2 12:01:09 2007 UTC
# Line 119  sub boot { Line 119  sub boot {
119    
120          M6502::reset();          M6502::reset();
121    
         warn dump( M6502->run );  
122  }  }
123    
124  =head2 load_rom  =head2 load_rom
# Line 285  sub read { Line 284  sub read {
284          my $self = shift;          my $self = shift;
285          my ($addr) = @_;          my ($addr) = @_;
286          my $byte = $mem[$addr];          my $byte = $mem[$addr];
287            confess sprintf("can't find memory at address %04x",$addr);
288          warn sprintf("# Orao::read(%04x) = %02x\n", $addr, $byte) if $self->trace;          warn sprintf("# Orao::read(%04x) = %02x\n", $addr, $byte) if $self->trace;
289    
290          # keyboard          # keyboard

Legend:
Removed from v.82  
changed lines
  Added in v.89

  ViewVC Help
Powered by ViewVC 1.1.26