summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/mb88xx/mb88dasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/mb88xx/mb88dasm.h')
-rw-r--r--src/devices/cpu/mb88xx/mb88dasm.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/devices/cpu/mb88xx/mb88dasm.h b/src/devices/cpu/mb88xx/mb88dasm.h
index 80a37a374c7..6d818f0c6b7 100644
--- a/src/devices/cpu/mb88xx/mb88dasm.h
+++ b/src/devices/cpu/mb88xx/mb88dasm.h
@@ -2,14 +2,12 @@
// copyright-holders:Ernesto Corvi
/*******************************************************************************
- mb88dasm.c
Core implementation for the portable Fujitsu MB88xx series MCU disassembler.
Written by Ernesto Corvi
*******************************************************************************/
-
#ifndef MAME_CPU_MB88XX_MB88DASM_H
#define MAME_CPU_MB88XX_MB88DASM_H
@@ -21,8 +19,8 @@ public:
mb88_disassembler() = default;
virtual ~mb88_disassembler() = default;
- virtual u32 opcode_alignment() const override;
+ virtual u32 opcode_alignment() const override { return 1; }
virtual offs_t disassemble(std::ostream &stream, offs_t pc, const data_buffer &opcodes, const data_buffer &params) override;
};
-#endif
+#endif // MAME_CPU_MB88XX_MB88DASM_H