mirror of
https://github.com/livingcomputermuseum/pdp7-unix.git
synced 2026-04-26 04:07:24 +00:00
fix rim comments
This commit is contained in:
@@ -230,7 +230,8 @@ elsif ($format eq 'ptr') { # dump absolute memory in PTR binary
|
||||
punch($Mem[$loc] || 0);
|
||||
}
|
||||
}
|
||||
elsif ($format eq 'rim') { # PDP-7 (secondary) Read In Mode
|
||||
elsif ($format eq 'rim') { # "Hardware Read In" tape
|
||||
# only handles continguous memory, but no overhead
|
||||
my $base = $Var{'..'};
|
||||
for my $loc ( $base .. $#Mem ) {
|
||||
punch($Mem[$loc] || 0);
|
||||
|
||||
Reference in New Issue
Block a user