summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/palm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/palm.cpp')
-rw-r--r--src/mame/drivers/palm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/palm.cpp b/src/mame/drivers/palm.cpp
index 2e9ffa1d340..f37ac1c9d37 100644
--- a/src/mame/drivers/palm.cpp
+++ b/src/mame/drivers/palm.cpp
@@ -58,7 +58,7 @@ public:
required_ioport m_io_penb;
required_ioport m_io_portd;
- offs_t palm_dasm_override(device_t &device, std::ostream &stream, offs_t pc, const uint8_t *oprom, const uint8_t *opram, int options);
+ offs_t palm_dasm_override(std::ostream &stream, offs_t pc, const util::disasm_interface::data_buffer &opcodes, const util::disasm_interface::data_buffer &params);
};