h6280: fix disassembler hookup [R. Belmont]

This commit is contained in:
R. Belmont 2012-12-27 20:17:48 +00:00
parent 185ee93dd3
commit 1e33689297

View File

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