summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/coco.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/coco.h')
-rw-r--r--src/mame/includes/coco.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/coco.h b/src/mame/includes/coco.h
index db443136174..698e5863d05 100644
--- a/src/mame/includes/coco.h
+++ b/src/mame/includes/coco.h
@@ -132,8 +132,8 @@ public:
virtual address_space &cartridge_space() override;
// disassembly override
- static offs_t os9_dasm_override(device_t &device, std::ostream &stream, offs_t pc, const uint8_t *oprom, const uint8_t *opram, int options);
- offs_t dasm_override(device_t &device, std::ostream &stream, offs_t pc, const uint8_t *oprom, const uint8_t *opram, int options);
+ static offs_t os9_dasm_override(std::ostream &stream, offs_t pc, const util::disasm_interface::data_buffer &opcodes, const util::disasm_interface::data_buffer &params);
+ offs_t dasm_override(std::ostream &stream, offs_t pc, const util::disasm_interface::data_buffer &opcodes, const util::disasm_interface::data_buffer &params);
protected:
// device-level overrides