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