mirror of
https://github.com/holub/mame
synced 2025-06-06 04:43:45 +03:00
Override method (nw)
This commit is contained in:
parent
7870e6d539
commit
c88953784c
@ -83,7 +83,7 @@ protected:
|
|||||||
virtual offs_t disasm_disassemble(char *buffer, offs_t pc, const UINT8 *oprom, const UINT8 *opram, UINT32 options) = 0;
|
virtual offs_t disasm_disassemble(char *buffer, offs_t pc, const UINT8 *oprom, const UINT8 *opram, UINT32 options) = 0;
|
||||||
|
|
||||||
// interface-level overrides
|
// interface-level overrides
|
||||||
virtual void interface_pre_start();
|
virtual void interface_pre_start() override;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
dasm_override_delegate m_dasm_override; // provided override function
|
dasm_override_delegate m_dasm_override; // provided override function
|
||||||
|
Loading…
Reference in New Issue
Block a user