diff options
author | 2008-08-11 03:06:59 +0000 | |
---|---|---|
committer | 2008-08-11 03:06:59 +0000 | |
commit | 3c2b00d332842db1d1d69311958597f78bd5f534 (patch) | |
tree | 8d06d079157b93b27cdec7d01f614bdb2870ee0e /src/emu/cpu/alph8201 | |
parent | 9ab4f76a04c642851b97b88571533371a13f1c31 (diff) |
structure, lower-casing functions and re-inclusion updates of the src\emu\cpu headers up to I.
It's mostly just re-inclusion renaming, but there are few other re-nameings.
Diffstat (limited to 'src/emu/cpu/alph8201')
-rw-r--r-- | src/emu/cpu/alph8201/alph8201.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/emu/cpu/alph8201/alph8201.h b/src/emu/cpu/alph8201/alph8201.h index f2b50e291bc..62a86429790 100644 --- a/src/emu/cpu/alph8201/alph8201.h +++ b/src/emu/cpu/alph8201/alph8201.h @@ -7,8 +7,10 @@ * * \**************************************************************************/ -#ifndef _ALPH8202_H -#define _ALPH8202_H +#pragma once + +#ifndef __ALPH8201_H__ +#define __ALPH8201_H__ #ifndef INLINE #define INLINE static inline @@ -67,4 +69,4 @@ extern void alpha8301_get_info(UINT32 state, cpuinfo *info); offs_t ALPHA8201_dasm(char *buffer, offs_t pc, const UINT8 *oprom, const UINT8 *opram); -#endif /* _ALPHA8201_H */ +#endif /* __ALPH8201_H__ */ |