diff options
Diffstat (limited to 'src/devices/cpu/sc61860/sc61860.cpp')
-rw-r--r-- | src/devices/cpu/sc61860/sc61860.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/sc61860/sc61860.cpp b/src/devices/cpu/sc61860/sc61860.cpp index a36c02a658a..27251e10e78 100644 --- a/src/devices/cpu/sc61860/sc61860.cpp +++ b/src/devices/cpu/sc61860/sc61860.cpp @@ -171,7 +171,7 @@ void sc61860_device::device_start() } -void sc61860_device::state_string_export(const device_state_entry &entry, std::string &str) +void sc61860_device::state_string_export(const device_state_entry &entry, std::string &str) const { switch (entry.index()) { |