aboutsummaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
Diffstat (limited to 'crates')
-rw-r--r--crates/readrom/src/main.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/readrom/src/main.rs b/crates/readrom/src/main.rs
index 07ca349..3c87417 100644
--- a/crates/readrom/src/main.rs
+++ b/crates/readrom/src/main.rs
@@ -97,7 +97,10 @@ fn print_header(header: &Header) {
def.size / 1024,
def.kind
);
+ } else if header.has_persistent_memory {
+ println!(" PRG-RAM size:\t\t8192 bytes (8KB)");
}
+
if let Some(def) = &header.chr_ram_definition {
println!(
" CHR-RAM size:\t\t{} bytes ({}KB); {}",