summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/dimemory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/dimemory.h')
-rw-r--r--src/emu/dimemory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/dimemory.h b/src/emu/dimemory.h
index 342c1f02cb1..9c16d85bbc3 100644
--- a/src/emu/dimemory.h
+++ b/src/emu/dimemory.h
@@ -59,7 +59,7 @@ constexpr int TRANSLATE_FETCH_DEBUG = (TRANSLATE_FETCH | TRANSLATE_DEBUG_MAS
MCFG_DEVICE_ADDRESS_MAP(AS_IO, _map)
#define MCFG_DEVICE_DECRYPTED_OPCODES_MAP(_map) \
- MCFG_DEVICE_ADDRESS_MAP(AS_DECRYPTED_OPCODES, _map)
+ MCFG_DEVICE_ADDRESS_MAP(AS_OPCODES, _map)