mirror of
https://github.com/holub/mame
synced 2025-04-24 01:11:11 +03:00
removed unused state_string_export() (nw)
This commit is contained in:
parent
aedcad0c92
commit
48ac8f42a5
@ -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 */
|
||||
|
@ -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; }
|
||||
|
Loading…
Reference in New Issue
Block a user