diff options
Diffstat (limited to 'src/devices/cpu/tms32010/tms32010.cpp')
-rw-r--r-- | src/devices/cpu/tms32010/tms32010.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/tms32010/tms32010.cpp b/src/devices/cpu/tms32010/tms32010.cpp index e6264d3f1dd..3a164e8f984 100644 --- a/src/devices/cpu/tms32010/tms32010.cpp +++ b/src/devices/cpu/tms32010/tms32010.cpp @@ -895,7 +895,7 @@ void tms32010_device::device_reset() } -void tms32010_device::state_string_export(const device_state_entry &entry, std::string &str) +void tms32010_device::state_string_export(const device_state_entry &entry, std::string &str) const { switch (entry.index()) { |