summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/mcs96/i8xc196d.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/mcs96/i8xc196d.h')
-rw-r--r--src/devices/cpu/mcs96/i8xc196d.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/devices/cpu/mcs96/i8xc196d.h b/src/devices/cpu/mcs96/i8xc196d.h
new file mode 100644
index 00000000000..53c4f65db2f
--- /dev/null
+++ b/src/devices/cpu/mcs96/i8xc196d.h
@@ -0,0 +1,26 @@
+// license:BSD-3-Clause
+// copyright-holders:Olivier Galibert
+/***************************************************************************
+
+ i8xc196.h
+
+ MCS96, c196 branch, the enhanced 16 bits bus version
+
+***************************************************************************/
+
+#ifndef MAME_CPU_MCS96_I8XC196D_H
+#define MAME_CPU_MCS96_I8XC196D_H
+
+#include "mcs96d.h"
+
+class i8xc196_disassembler : public mcs96_disassembler
+{
+public:
+ i8xc196_disassembler();
+ virtual ~i8xc196_disassembler() = default;
+
+private:
+ static const disasm_entry disasm_entries[0x100];
+};
+
+#endif