summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/memory.h')
-rw-r--r--src/emu/memory.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/memory.h b/src/emu/memory.h
index ce1aaa38065..20c3944d192 100644
--- a/src/emu/memory.h
+++ b/src/emu/memory.h
@@ -57,7 +57,7 @@ enum
ADDRMAP_TOKEN_START,
ADDRMAP_TOKEN_END,
ADDRMAP_TOKEN_INCLUDE,
-
+
ADDRMAP_TOKEN_GLOBAL_MASK,
ADDRMAP_TOKEN_UNMAP_VALUE,
@@ -663,7 +663,7 @@ void memory_init(running_machine *machine);
/* set the current memory context */
void memory_set_context(int activecpu);
-/* get a pointer to the set of memory accessor functions based on the address space,
+/* get a pointer to the set of memory accessor functions based on the address space,
databus width, and endianness */
const data_accessors *memory_get_accessors(int spacenum, int databits, int endianness);