summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/h8/h8h.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/h8/h8h.h')
-rw-r--r--src/devices/cpu/h8/h8h.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/devices/cpu/h8/h8h.h b/src/devices/cpu/h8/h8h.h
index f634e0aa82a..460ddcefc3a 100644
--- a/src/devices/cpu/h8/h8h.h
+++ b/src/devices/cpu/h8/h8h.h
@@ -11,18 +11,19 @@
***************************************************************************/
-#ifndef __H8H_H__
-#define __H8H_H__
+#ifndef MAME_CPU_H8_H8H_H
+#define MAME_CPU_H8_H8H_H
+
+#pragma once
#include "h8.h"
class h8h_device : public h8_device {
-public:
- h8h_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, uint32_t clock, const char *shortname, const char *source, address_map_delegate map_delegate);
-
protected:
static const disasm_entry disasm_entries[];
+ h8h_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock, address_map_delegate map_delegate);
+
virtual offs_t disasm_disassemble(std::ostream &stream, offs_t pc, const uint8_t *oprom, const uint8_t *opram, uint32_t options) override;
virtual void do_exec_full() override;
@@ -106,4 +107,4 @@ protected:
#undef O
};
-#endif
+#endif // MAME_CPU_H8_H8H_H