mirror of
https://github.com/holub/mame
synced 2025-04-23 17:00:53 +03:00
h6280: fix disassembler hookup [R. Belmont]
This commit is contained in:
parent
185ee93dd3
commit
1e33689297
@ -360,7 +360,7 @@ UINT32 h6280_device::disasm_max_opcode_bytes() const
|
||||
offs_t h6280_device::disasm_disassemble(char *buffer, offs_t pc, const UINT8 *oprom, const UINT8 *opram, UINT32 options)
|
||||
{
|
||||
extern CPU_DISASSEMBLE( h6280 );
|
||||
return disassemble(buffer, pc, oprom, opram, 0);
|
||||
return cpu_disassemble_h6280(NULL, buffer, pc, oprom, opram, options);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user