summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/m6502/m6509.h
diff options
context:
space:
mode:
author Derrick Renaud <derrickr@mamedev.org>2008-08-12 03:40:09 +0000
committer Derrick Renaud <derrickr@mamedev.org>2008-08-12 03:40:09 +0000
commitd5d5d9449bf6bed24f4bd6df287029f2aaf89342 (patch)
treeb6e157719686e44d66162165e5e60c45c99d0732 /src/emu/cpu/m6502/m6509.h
parent7e7e4ef30f78cdc4afb5494a38fac60f7bf59f56 (diff)
structure, lower-casing functions and re-inclusion updates of the src\emu\cpu headers J - M.
Diffstat (limited to 'src/emu/cpu/m6502/m6509.h')
-rw-r--r--src/emu/cpu/m6502/m6509.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/emu/cpu/m6502/m6509.h b/src/emu/cpu/m6502/m6509.h
index 8b8fd107416..a2198c12dfb 100644
--- a/src/emu/cpu/m6502/m6509.h
+++ b/src/emu/cpu/m6502/m6509.h
@@ -19,7 +19,9 @@
*
*****************************************************************************/
-#ifndef _M6509_H
+#pragma once
+
+#ifndef __M6509_H__
#define _M6509_H
#include "m6502.h"
@@ -38,6 +40,4 @@ enum {
void m6509_get_info(UINT32 state, cpuinfo *info);
-#endif /* _M6509_H */
-
-
+#endif /* __M6509_H__ */