summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/memory.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2014-11-26 10:37:58 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2014-11-26 10:37:58 +0100
commitebeaa953a3a6ae98842b4a169bc95e5f3c673d8c (patch)
tree41959790c00308fc3cac9c71176709f53683151d /src/emu/memory.h
parent18b8ce2f9467ae23672cea11f4a3fc5e42e24b9c (diff)
Cleanups and version bumpmame0156
Diffstat (limited to 'src/emu/memory.h')
-rw-r--r--src/emu/memory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/memory.h b/src/emu/memory.h
index b433baa541a..e90cc58394c 100644
--- a/src/emu/memory.h
+++ b/src/emu/memory.h
@@ -649,7 +649,7 @@ public:
m_endianness(endianness),
m_bitwidth(width),
m_bytewidth(width <= 8 ? 1 : width <= 16 ? 2 : width <= 32 ? 4 : 8)
- { }
+ { }
// getters
memory_share *next() const { return m_next; }