diff options
Diffstat (limited to 'src/devices/cpu/e0c6200/e0c6200.cpp')
-rw-r--r-- | src/devices/cpu/e0c6200/e0c6200.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/e0c6200/e0c6200.cpp b/src/devices/cpu/e0c6200/e0c6200.cpp index e0b6a2eb8d2..0b87b9eaa7d 100644 --- a/src/devices/cpu/e0c6200/e0c6200.cpp +++ b/src/devices/cpu/e0c6200/e0c6200.cpp @@ -25,7 +25,7 @@ // disasm -void e0c6200_cpu_device::state_string_export(const device_state_entry &entry, std::string &str) +void e0c6200_cpu_device::state_string_export(const device_state_entry &entry, std::string &str) const { switch (entry.index()) { |