/[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 45 by dpavlin, Tue Jul 31 09:43:50 2007 UTC revision 55 by dpavlin, Tue Jul 31 13:56:50 2007 UTC
# Line 12  use SDL::Color; Line 12  use SDL::Color;
12  use Carp qw/confess/;  use Carp qw/confess/;
13    
14  use base qw(Class::Accessor);  use base qw(Class::Accessor);
15  __PACKAGE__->mk_accessors(qw(debug scale show_mem mem_dump trace app));  #__PACKAGE__->mk_accessors(qw(debug scale show_mem trace app));
16    
17    =head1 NAME
18    
19    Screen - simulated 256*256 pixels monochrome screen using SDL
20    
21  =head2 open_screen  =head2 open_screen
22    
# Line 160  sub sync { Line 164  sub sync {
164          $app->sync;          $app->sync;
165  }  }
166    
167    =head1 SEE ALSO
168    
169    L<Orao> is sample implementation using this module
170    
171    =head1 AUTHOR
172    
173    Dobrica Pavlinusic, C<< <dpavlin@rot13.org> >>
174    
175    =head1 COPYRIGHT & LICENSE
176    
177    Copyright 2007 Dobrica Pavlinusic, All Rights Reserved.
178    
179    This program is free software; you can redistribute it and/or modify it
180    under the same terms as Perl itself.
181    
182    =cut
183  1;  1;

Legend:
Removed from v.45  
changed lines
  Added in v.55

  ViewVC Help
Powered by ViewVC 1.1.26