removed unused state_string_export() (nw)

This commit is contained in:
smf- 2016-10-19 14:18:45 +01:00
parent aedcad0c92
commit 48ac8f42a5
2 changed files with 0 additions and 13 deletions

View File

@ -146,16 +146,6 @@ void n8x300_cpu_device::device_start()
m_icountptr = &m_icount;
}
void n8x300_cpu_device::state_string_export(const device_state_entry &entry, std::string &str) const
{
switch (entry.index())
{
// case STATE_GENFLAGS:
// string.printf("%c%c%c%c%c%c",
// break;
}
}
void n8x300_cpu_device::device_reset()
{
/* zero registers */

View File

@ -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; }