summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/unsp/unspdasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/unsp/unspdasm.h')
-rw-r--r--src/devices/cpu/unsp/unspdasm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/cpu/unsp/unspdasm.h b/src/devices/cpu/unsp/unspdasm.h
index 3a88e525be7..94bfdeece7c 100644
--- a/src/devices/cpu/unsp/unspdasm.h
+++ b/src/devices/cpu/unsp/unspdasm.h
@@ -19,6 +19,7 @@ public:
virtual u32 opcode_alignment() const override;
virtual offs_t disassemble(std::ostream &stream, offs_t pc, const data_buffer &opcodes, const data_buffer &params) override;
+ offs_t disassemble(std::ostream &stream, offs_t pc, uint16_t op, uint16_t imm16);
private:
static char const *const reg[];