From 18e3e3c6a27511a8d8a9257c0cc596564c999c74 Mon Sep 17 00:00:00 2001 From: Joel Smith Date: Mon, 20 Apr 2020 19:46:25 -0700 Subject: [PATCH] wording changes --- host/scripts/snes/v2proto_hirom.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/host/scripts/snes/v2proto_hirom.lua b/host/scripts/snes/v2proto_hirom.lua index 512f191..318bb5c 100644 --- a/host/scripts/snes/v2proto_hirom.lua +++ b/host/scripts/snes/v2proto_hirom.lua @@ -65,7 +65,7 @@ local rom_size_kb_tbl = { } local ram_size_tbl = { - [0x00] = "No sram", + [0x00] = "None", [0x01] = "16 kilobits", [0x02] = "32 kilobits", [0x03] = "64 kilobits", @@ -900,7 +900,7 @@ local function process(process_opts, console_opts) end assert(ram_size, "Save RAM Size unknown and not provided, please add ram size to console_opts") - print("Save RAM Size not provided, " .. ram_size .. " detected.") + print("Save RAM Size not provided, " .. ram_size .. " kilobytes detected.") end if (rom_size == 0) or (rom_size == nil) then