summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/pdp8/pdp8dasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/pdp8/pdp8dasm.h')
-rw-r--r--src/devices/cpu/pdp8/pdp8dasm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/pdp8/pdp8dasm.h b/src/devices/cpu/pdp8/pdp8dasm.h
index 64821c40fc6..fd32ae9cd2e 100644
--- a/src/devices/cpu/pdp8/pdp8dasm.h
+++ b/src/devices/cpu/pdp8/pdp8dasm.h
@@ -19,7 +19,7 @@ protected:
void dasm_memory_reference(std::ostream &stream, u16 inst, offs_t pc);
virtual offs_t dasm_iot(std::ostream &stream, u16 dev, offs_t pc);
void dasm_opr_group1(std::ostream &stream, u16 inst);
- void dasm_opr_group2(std::ostream &stream, u16 inst);
+ offs_t dasm_opr_group2(std::ostream &stream, u16 inst);
virtual offs_t dasm_opr_group3(std::ostream &stream, u16 inst, offs_t pc, const data_buffer &opcodes);
private: