/[VRac]/ACME-6502/lib/TieMem.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 /ACME-6502/lib/TieMem.pm

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

revision 20 by dpavlin, Sun Jul 29 21:56:40 2007 UTC revision 21 by dpavlin, Mon Jul 30 08:54:18 2007 UTC
# Line 41  sub _write { Line 41  sub _write {
41    
42  my @ram = (0) x 65536;  my @ram = (0) x 65536;
43    
44    =head2 ram
45    
46    Access low-level ram without tracing through MMU routines
47    
48    =cut
49    
50    sub ram {
51            return \@ram;
52    }
53    
54  sub TIEARRAY {  sub TIEARRAY {
55          my %self;          my %self;
56          my ($class, $args) = @_;          my ($class, $args) = @_;

Legend:
Removed from v.20  
changed lines
  Added in v.21

  ViewVC Help
Powered by ViewVC 1.1.26