diff options
author | 2020-06-18 20:13:33 +0200 | |
---|---|---|
committer | 2020-06-18 20:13:33 +0200 | |
commit | 57cf17dc52bcd4571a68576dd6597ddf9fae41a8 (patch) | |
tree | 9fef8bce07d80de37886a6dc44c340da05517388 /src/emu/memarray.h | |
parent | e96ed3b0ebd5920e8aff2914a6ff28b435210717 (diff) |
finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw)
Diffstat (limited to 'src/emu/memarray.h')
-rw-r--r-- | src/emu/memarray.h | 2 |
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 |