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