diff options
Diffstat (limited to 'src/emu/cpu/dsp16/dsp16.c')
-rw-r--r-- | src/emu/cpu/dsp16/dsp16.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/dsp16/dsp16.c b/src/emu/cpu/dsp16/dsp16.c index f2ba79621a8..b4e221b0791 100644 --- a/src/emu/cpu/dsp16/dsp16.c +++ b/src/emu/cpu/dsp16/dsp16.c @@ -251,7 +251,7 @@ UINT32 dsp16_device::disasm_max_opcode_bytes() const offs_t dsp16_device::disasm_disassemble(char *buffer, offs_t pc, const UINT8 *oprom, const UINT8 *opram, UINT32 options) { extern CPU_DISASSEMBLE( dsp16a ); - return CPU_DISASSEMBLE_NAME(dsp16a)(NULL, buffer, pc, oprom, opram, 0); + return CPU_DISASSEMBLE_NAME(dsp16a)(this, buffer, pc, oprom, opram, options); } |