summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6800/m6800.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-01-11 09:58:36 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2016-01-11 09:58:36 +0100
commite96fd34dd817f1113daf9e6b099a8f40cfd1ed6d (patch)
tree47946e58943bae27864f42c807957876231a96ad /src/devices/cpu/m6800/m6800.h
parent02fb0d20846a4e55a06a9e3369a077a40ff8cb58 (diff)
remove const (nw)
Diffstat (limited to 'src/devices/cpu/m6800/m6800.h')
-rw-r--r--src/devices/cpu/m6800/m6800.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/m6800/m6800.h b/src/devices/cpu/m6800/m6800.h
index bb6055e8ad0..45c24d2e039 100644
--- a/src/devices/cpu/m6800/m6800.h
+++ b/src/devices/cpu/m6800/m6800.h
@@ -87,7 +87,7 @@ protected:
virtual const address_space_config *memory_space_config(address_spacenum spacenum = AS_0) const override;
// device_state_interface overrides
- void state_string_export(const device_state_entry &entry, std::string &str) const override;
+ void state_string_export(const device_state_entry &entry, std::string &str) override;
// device_disasm_interface overrides
virtual UINT32 disasm_min_opcode_bytes() const override { return 1; }