mirror of
https://github.com/holub/mame
synced 2025-05-28 08:33:05 +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;
|
||||
|
||||
// interface-level overrides
|
||||
virtual void interface_pre_start();
|
||||
virtual void interface_pre_start() override;
|
||||
|
||||
private:
|
||||
dasm_override_delegate m_dasm_override; // provided override function
|
||||
|
Loading…
Reference in New Issue
Block a user