diff --git a/src/emu/cpu/h6280/h6280.c b/src/emu/cpu/h6280/h6280.c index 6a8d6e59ef9..ccf26c33c87 100644 --- a/src/emu/cpu/h6280/h6280.c +++ b/src/emu/cpu/h6280/h6280.c @@ -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); }