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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/memarray.h b/src/emu/memarray.h
index d7bbd51df1c..be44831c9e8 100644
--- a/src/emu/memarray.h
+++ b/src/emu/memarray.h
@@ -12,7 +12,7 @@
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
+ are done via 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