summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ram.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/ram.cpp')
-rw-r--r--src/devices/machine/ram.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/devices/machine/ram.cpp b/src/devices/machine/ram.cpp
index cb3a4c4a629..891adb489d8 100644
--- a/src/devices/machine/ram.cpp
+++ b/src/devices/machine/ram.cpp
@@ -32,13 +32,13 @@ uint32_t parse_string(const char *s)
unsigned multiple;
} s_suffixes[] =
{
- { "", 1 },
- { "k", 1024 },
- { "kb", 1024 },
- { "kib", 1024 },
- { "m", 1024 * 1024 },
- { "mb", 1024 * 1024 },
- { "mib", 1024 * 1024 }
+ { "", 1 },
+ { "k", 1024 },
+ { "kb", 1024 },
+ { "kib", 1024 },
+ { "m", 1024 * 1024 },
+ { "mb", 1024 * 1024 },
+ { "mib", 1024 * 1024 }
};
// parse the string