summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/memarray.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/memarray.h')
-rw-r--r--src/emu/memarray.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/emu/memarray.h b/src/emu/memarray.h
index c1acc53e5c6..39d2b0b54e2 100644
--- a/src/emu/memarray.h
+++ b/src/emu/memarray.h
@@ -37,16 +37,16 @@
****************************************************************************
- A memory array in this case is an array of 8, 16, or 32-bit data
- arranged logically.
-
- A memory array is stored in "natural" order, i.e., read/writes to it
- are done via AM_RAM, or standard COMBINE_DATA, even if the width of
- the CPU is different from the array width.
-
- The read_entry/write_entry functions serve to read/write entries of
- the configured size regardless of the underlay width of the CPU's
- memory system.
+ A memory array in this case is an array of 8, 16, or 32-bit data
+ arranged logically.
+
+ A memory array is stored in "natural" order, i.e., read/writes to it
+ are done via AM_RAM, or standard COMBINE_DATA, even if the width of
+ the CPU is different from the array width.
+
+ The read_entry/write_entry functions serve to read/write entries of
+ the configured size regardless of the underlay width of the CPU's
+ memory system.
***************************************************************************/