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

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

revision 128 by dpavlin, Sat Aug 4 20:28:51 2007 UTC revision 136 by dpavlin, Sat Aug 4 22:34:16 2007 UTC
# Line 12  __PACKAGE__->mk_accessors(qw(booted)); Line 12  __PACKAGE__->mk_accessors(qw(booted));
12    
13  =head1 NAME  =head1 NAME
14    
15  VRac - Virtualno Računalo  VRac - Virtualno Računalo
16    
17  =head1 VERSION  =head1 VERSION
18    
# Line 27  our $VERSION = '0.00'; Line 27  our $VERSION = '0.00';
27  Emulator of 8-bit architectures based on L<M6502> or L<Z80> emulation.  Emulator of 8-bit architectures based on L<M6502> or L<Z80> emulation.
28    
29  This project is homage to 8-bit computers in Croatia and former Yugoslavia  This project is homage to 8-bit computers in Croatia and former Yugoslavia
30  from 1980-1990. Word B<vrac> means also I<wizzard> in Croatian.  from 1980-1990. Word B<vrac> means also I<wizard> in Croatian.
31    
32  =cut  =cut
33    
# Line 49  sub run { Line 49  sub run {
49          confess "please implement $self::run\n";          confess "please implement $self::run\n";
50  }  }
51    
 =head2 jump  
   
 Start execution from some location (modify PC)  
   
 =cut  
   
 sub jump {  
         my $self = shift;  
         confess "please implement $self::jump\n";  
 }  
   
52    
53  =head1 Helper functions  =head1 Helper functions
54    
# Line 330  __USAGE__ Line 319  __USAGE__
319          return $run_for;          return $run_for;
320  }  }
321    
322    =head1 SEE ALSO
323    
324    Components: L<M6502>, L<Z80>, L<Screen>, L<Tape>
325    
326    Emulators: L<Orao>, L<Galaksija>
327    
328  =head1 AUTHOR  =head1 AUTHOR
329    
330  Dobrica Pavlinusic, C<< <dpavlin@rot13.org> >>  Dobrica Pavlinusic, C<< <dpavlin@rot13.org> >>

Legend:
Removed from v.128  
changed lines
  Added in v.136

  ViewVC Help
Powered by ViewVC 1.1.26