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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/memory.h b/src/emu/memory.h
index e6ef8ef4923..a76f0e36138 100644
--- a/src/emu/memory.h
+++ b/src/emu/memory.h
@@ -1012,9 +1012,9 @@ INLINE offs_t memory_byte_to_address(const address_space *space, offs_t address)
/*-------------------------------------------------
- memory_byte_to_address_end - convert a byte
- offset to an address in the specified address
- space specifying the last address covered by
+ memory_byte_to_address_end - convert a byte
+ offset to an address in the specified address
+ space specifying the last address covered by
the byte
-------------------------------------------------*/