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 2dcf4301ac4..b96d3c6aad3 100644
--- a/src/emu/distate.cpp
+++ b/src/emu/distate.cpp
@@ -624,7 +624,7 @@ void device_state_interface::interface_post_start()
{
// make sure we got something during startup
if (m_state_list.size() == 0)
- throw emu_fatalerror("No state registered for device '%s' that supports it!", m_device.tag());
+ throw emu_fatalerror("No state registered for device '%s' that supports it!", device().tag());
}