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