summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mac.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/mac.h')
-rw-r--r--src/mame/includes/mac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/mac.h b/src/mame/includes/mac.h
index 67428390589..6c3cb4f9e41 100644
--- a/src/mame/includes/mac.h
+++ b/src/mame/includes/mac.h
@@ -523,7 +523,7 @@ public:
void mac_driver_init(model_t model);
void mac_install_memory(offs_t memory_begin, offs_t memory_end,
offs_t memory_size, void *memory_data, int is_rom, const char *bank);
- offs_t mac_dasm_override(device_t &device, std::ostream &stream, offs_t pc, const uint8_t *oprom, const uint8_t *opram, int options);
+ offs_t mac_dasm_override(std::ostream &stream, offs_t pc, const util::disasm_interface::data_buffer &opcodes, const util::disasm_interface::data_buffer &params);
};
#endif /* MAC_H_ */