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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/emu/memory.h b/src/emu/memory.h
index d4ec8a82a70..cf35f7c5f18 100644
--- a/src/emu/memory.h
+++ b/src/emu/memory.h
@@ -1047,8 +1047,8 @@ INLINE void memory_write_qword_masked(const address_space *space, offs_t byteadd
/*-------------------------------------------------
- memory_decrypted_read_byte/word/dword/qword -
- read a value from the specified address space
+ memory_decrypted_read_byte/word/dword/qword -
+ read a value from the specified address space
using the direct addressing mechanism and
the decrypted base pointer
-------------------------------------------------*/
@@ -1090,8 +1090,8 @@ INLINE UINT64 memory_decrypted_read_qword(const address_space *space, offs_t byt
/*-------------------------------------------------
- memory_raw_read_byte/word/dword/qword -
- read a value from the specified address space
+ memory_raw_read_byte/word/dword/qword -
+ read a value from the specified address space
using the direct addressing mechanism and
the raw base pointer
-------------------------------------------------*/