1
0
mirror of https://github.com/livingcomputermuseum/pdp7-unix.git synced 2026-02-24 08:13:05 +00:00

clarify WHICH "Read In Mode" we mean!

This commit is contained in:
Phil Budne
2016-03-24 22:16:46 -04:00
parent 0e13d1f23b
commit 2b7ff69251

View File

@@ -230,7 +230,7 @@ elsif ($format eq 'ptr') { # dump absolute memory in PTR binary
punch($Mem[$loc] || 0);
}
}
elsif ($format eq 'rim') { # PDP-7 Read In Mode
elsif ($format eq 'rim') { # PDP-7 (secondary) Read In Mode
for my $loc ( 0 .. $#Mem ) {
if (defined($Mem[$loc])) {
punch(0040000 | $loc ); # DAC addr