diff options
Diffstat (limited to 'src/devices/cpu/ssem/ssem.cpp')
-rw-r--r-- | src/devices/cpu/ssem/ssem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/ssem/ssem.cpp b/src/devices/cpu/ssem/ssem.cpp index 0dfec9b9cfb..438e36cbd9e 100644 --- a/src/devices/cpu/ssem/ssem.cpp +++ b/src/devices/cpu/ssem/ssem.cpp @@ -149,7 +149,7 @@ const address_space_config *ssem_device::memory_space_config(address_spacenum sp // for the debugger //------------------------------------------------- -void ssem_device::state_string_export(const device_state_entry &entry, std::string &str) +void ssem_device::state_string_export(const device_state_entry &entry, std::string &str) const { switch (entry.index()) { |