summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/h8500/h8500dasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/h8500/h8500dasm.h')
-rw-r--r--src/devices/cpu/h8500/h8500dasm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/h8500/h8500dasm.h b/src/devices/cpu/h8500/h8500dasm.h
index 0a1e4f7e9e0..698d27db764 100644
--- a/src/devices/cpu/h8500/h8500dasm.h
+++ b/src/devices/cpu/h8500/h8500dasm.h
@@ -35,7 +35,7 @@ private:
void format_ea(std::ostream &stream, u8 ea, u16 disp);
// disassembly helpers
- offs_t dasm_illegal(std::ostream &stream, std::initializer_list<u8> ops);
+ offs_t dasm_illegal(std::ostream &stream, u8 op);
offs_t dasm_general(std::ostream &stream, offs_t pc, u8 ea, const data_buffer &opcodes);
offs_t dasm_misc(std::ostream &stream, offs_t pc, u8 ea, const data_buffer &opcodes);
offs_t dasm_immop(std::ostream &stream, offs_t pc, bool w, const data_buffer &opcodes);