summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/fd1089.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/fd1089.cpp')
-rw-r--r--src/mame/machine/fd1089.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/fd1089.cpp b/src/mame/machine/fd1089.cpp
index c9bb76ffcfe..e364581916c 100644
--- a/src/mame/machine/fd1089.cpp
+++ b/src/mame/machine/fd1089.cpp
@@ -228,7 +228,7 @@ fd1089_base_device::fd1089_base_device(const machine_config &mconfig, device_typ
m_decrypted_opcodes(*this, ":fd1089_decrypted_opcodes")
{
// add the decrypted opcodes map
- m_address_map[AS_OPCODES] = ADDRESS_MAP_NAME(decrypted_opcodes_map);
+ set_addrmap(AS_OPCODES, ADDRESS_MAP_NAME(decrypted_opcodes_map));
}
fd1089a_device::fd1089a_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)