summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/distate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/distate.cpp')
-rw-r--r--src/emu/distate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/distate.cpp b/src/emu/distate.cpp
index dcf14c02ee8..3fa2fd8e03b 100644
--- a/src/emu/distate.cpp
+++ b/src/emu/distate.cpp
@@ -397,7 +397,7 @@ device_state_interface::device_state_interface(const machine_config &mconfig, de
memset(m_fast_state, 0, sizeof(m_fast_state));
// configure the fast accessor
- device.m_state = this;
+ device.interfaces().m_state = this;
}