diff options
author | 2017-05-19 09:58:42 +0700 | |
---|---|---|
committer | 2017-05-19 09:58:42 +0700 | |
commit | 09e7f997fbc74e491b36d5ec513de7137c7cdabe (patch) | |
tree | 32095d6707d6833e76b930a438802030bb3708bf /src/devices/cpu/clipper/clipper.h | |
parent | 53ba81f850af21581d7014a6f2cd8679b2e976f0 (diff) |
revert to mcga, fix headers
Diffstat (limited to 'src/devices/cpu/clipper/clipper.h')
-rw-r--r-- | src/devices/cpu/clipper/clipper.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/devices/cpu/clipper/clipper.h b/src/devices/cpu/clipper/clipper.h index 990f337889d..6d63b8bc9dc 100644 --- a/src/devices/cpu/clipper/clipper.h +++ b/src/devices/cpu/clipper/clipper.h @@ -1,9 +1,10 @@ // license:BSD-3-Clause // copyright-holders:Patrick Mackinlay -#pragma once -#ifndef __CLIPPER_H__ -#define __CLIPPER_H__ +#ifndef MAME_DEVICES_CPU_CLIPPER_H +#define MAME_DEVICES_CPU_CLIPPER_H + +#pragma once #include <limits.h> @@ -293,4 +294,4 @@ extern const device_type CLIPPER_C300; extern const device_type CLIPPER_C400; extern CPU_DISASSEMBLE(clipper); -#endif /* __CLIPPER_H__ */ +#endif // MAME_DEVICES_CPU_CLIPPER_H |