summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/h8/h8s2600.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/h8/h8s2600.h')
-rw-r--r--src/devices/cpu/h8/h8s2600.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/devices/cpu/h8/h8s2600.h b/src/devices/cpu/h8/h8s2600.h
index eb2881d66dd..45b84bb2f8c 100644
--- a/src/devices/cpu/h8/h8s2600.h
+++ b/src/devices/cpu/h8/h8s2600.h
@@ -11,18 +11,19 @@
***************************************************************************/
-#ifndef __H8S2600_H__
-#define __H8S2600_H__
+#ifndef MAME_CPU_H8_H8S2600_H
+#define MAME_CPU_H8_H8S2600_H
+
+#pragma once
#include "h8s2000.h"
class h8s2600_device : public h8s2000_device {
-public:
- h8s2600_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[];
+ h8s2600_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;
@@ -36,4 +37,4 @@ protected:
#undef O
};
-#endif
+#endif // MAME_CPU_H8_H8S2600_H