Previous 199869 Revisions Next

r19868 Thursday 27th December, 2012 at 20:17:48 UTC by R. Belmont
h6280: fix disassembler hookup [R. Belmont]
[src/emu/cpu/h6280]h6280.c

trunk/src/emu/cpu/h6280/h6280.c
r19867r19868
360360offs_t h6280_device::disasm_disassemble(char *buffer, offs_t pc, const UINT8 *oprom, const UINT8 *opram, UINT32 options)
361361{
362362   extern CPU_DISASSEMBLE( h6280 );
363   return disassemble(buffer, pc, oprom, opram, 0);
363   return cpu_disassemble_h6280(NULL, buffer, pc, oprom, opram, options);
364364}
365365
366366

Previous 199869 Revisions Next


© 1997-2024 The MAME Team