summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/g65816
diff options
context:
space:
mode:
author Derrick Renaud <derrickr@mamedev.org>2008-08-13 02:48:52 +0000
committer Derrick Renaud <derrickr@mamedev.org>2008-08-13 02:48:52 +0000
commit1daf41e21826daaa7e136f095672035817afcea5 (patch)
treef6f543718bf84378508a6d80c042e47d5f16beb0 /src/emu/cpu/g65816
parent0f0b9208f62f0b631f6d5e91d12d244da9bb5c5e (diff)
Final CPU header updates. Mostly just re-naming the re-inclusions.
The structures/names were getting too complex for my macros to handle. They would require hand editing and my computer is too slow to keep re-compiling. Passes a clean compile.
Diffstat (limited to 'src/emu/cpu/g65816')
-rw-r--r--src/emu/cpu/g65816/g65816op.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/emu/cpu/g65816/g65816op.h b/src/emu/cpu/g65816/g65816op.h
index 495749fe675..cc5dd8778c8 100644
--- a/src/emu/cpu/g65816/g65816op.h
+++ b/src/emu/cpu/g65816/g65816op.h
@@ -1,9 +1,3 @@
-#pragma once
-
-#ifndef __G65816OP_H__
-#define __G65816OP_H__
-
-
#include "deprecat.h"
/* ======================================================================== */
@@ -2453,5 +2447,3 @@ TABLE_FUNCTION(int, execute, (int clocks))
}
return clocks;
}
-
-#endif /* __G65816OP_H__ */