diff options
author | 2016-01-11 09:58:36 +0100 | |
---|---|---|
committer | 2016-01-11 09:58:36 +0100 | |
commit | e96fd34dd817f1113daf9e6b099a8f40cfd1ed6d (patch) | |
tree | 47946e58943bae27864f42c807957876231a96ad /src/devices/cpu/m6805/m6805.cpp | |
parent | 02fb0d20846a4e55a06a9e3369a077a40ff8cb58 (diff) |
remove const (nw)
Diffstat (limited to 'src/devices/cpu/m6805/m6805.cpp')
-rw-r--r-- | src/devices/cpu/m6805/m6805.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/m6805/m6805.cpp b/src/devices/cpu/m6805/m6805.cpp index 0bb5ac3877e..d3905118b48 100644 --- a/src/devices/cpu/m6805/m6805.cpp +++ b/src/devices/cpu/m6805/m6805.cpp @@ -493,7 +493,7 @@ const address_space_config *m6805_base_device::memory_space_config(address_space // for the debugger //------------------------------------------------- -void m6805_base_device::state_string_export(const device_state_entry &entry, std::string &str) const +void m6805_base_device::state_string_export(const device_state_entry &entry, std::string &str) { switch (entry.index()) { |