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

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

revision 81 by dpavlin, Tue Jul 31 17:42:03 2007 UTC revision 82 by dpavlin, Wed Aug 1 21:40:17 2007 UTC
# Line 15  Arch - tie arhitecutre components togeth Line 15  Arch - tie arhitecutre components togeth
15    
16  =head1 IMPLEMENTATION  =head1 IMPLEMENTATION
17    
18  =head2 init  =head2 boot
19    
20  =head2 read  =head2 read
21    
# Line 44  our $arch = $arch_name->new( $prefs ); Line 44  our $arch = $arch_name->new( $prefs );
44  warn "Arch $arch_name created with prefs = ",dump( $prefs ),"\n";  warn "Arch $arch_name created with prefs = ",dump( $prefs ),"\n";
45  $arch->prefs;  $arch->prefs;
46    
47  sub init {  sub boot {
48          warn "Arch $arch_name init\n";          warn "Arch $arch_name boot\n";
49          $arch->prefs;          $arch->prefs;
50          $arch->init;          $arch->boot;
51          $arch->prefs;          $arch->prefs;
52  }  }
53    

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

  ViewVC Help
Powered by ViewVC 1.1.26