summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/memory.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/memory.c')
-rw-r--r--src/emu/memory.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/memory.c b/src/emu/memory.c
index 5ab89c3be29..cfb3b2a55b2 100644
--- a/src/emu/memory.c
+++ b/src/emu/memory.c
@@ -38,8 +38,8 @@
Specifies a mask for the addresses in the current bucket. This mask
is applied after a positive hit in the bucket specified by AM_RANGE
or AM_SPACE, and is computed before accessing the RAM or calling
- through to the read/write handler. If you use AM_MIRROR, below, the
- mask is ANDed implicitly with the logical NOT of the mirror. The
+ through to the read/write handler. If you use AM_MIRROR, below, the
+ mask is ANDed implicitly with the logical NOT of the mirror. The
mask specified by this macro is ANDed against any implicit masks.
AM_MIRROR(mirror)