summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/8x300/8x300.h
diff options
context:
space:
mode:
author smf- <smf-@users.noreply.github.com>2016-10-19 14:18:45 +0100
committer smf- <smf-@users.noreply.github.com>2016-10-19 14:33:51 +0100
commit48ac8f42a552047027bc1c575f6a6e45563f0f05 (patch)
treed05cea48571a59fe491b797638136a4c593c19f7 /src/devices/cpu/8x300/8x300.h
parentaedcad0c923deed700345593aabd505251047d77 (diff)
removed unused state_string_export() (nw)
Diffstat (limited to 'src/devices/cpu/8x300/8x300.h')
-rw-r--r--src/devices/cpu/8x300/8x300.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/devices/cpu/8x300/8x300.h b/src/devices/cpu/8x300/8x300.h
index c2eff97499b..0ba76e30d20 100644
--- a/src/devices/cpu/8x300/8x300.h
+++ b/src/devices/cpu/8x300/8x300.h
@@ -67,9 +67,6 @@ protected:
}
}
- // device_state_interface overrides
- virtual void state_string_export(const device_state_entry &entry, std::string &str) const override;
-
// device_disasm_interface overrides
virtual UINT32 disasm_min_opcode_bytes() const override { return 2; }
virtual UINT32 disasm_max_opcode_bytes() const override { return 2; }