diff options
author | 2008-08-13 02:48:52 +0000 | |
---|---|---|
committer | 2008-08-13 02:48:52 +0000 | |
commit | 1daf41e21826daaa7e136f095672035817afcea5 (patch) | |
tree | f6f543718bf84378508a6d80c042e47d5f16beb0 /src/emu/cpu/minx/minxopcf.h | |
parent | 0f0b9208f62f0b631f6d5e91d12d244da9bb5c5e (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/minx/minxopcf.h')
-rw-r--r-- | src/emu/cpu/minx/minxopcf.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/emu/cpu/minx/minxopcf.h b/src/emu/cpu/minx/minxopcf.h index ca7941d1f83..09b59f9ce2e 100644 --- a/src/emu/cpu/minx/minxopcf.h +++ b/src/emu/cpu/minx/minxopcf.h @@ -1,9 +1,3 @@ -#pragma once - -#ifndef __MINXOPCF_H__ -#define __MINXOPCF_H__ - - #undef OP #define OP(nn) INLINE void minx_CF_##nn(void) @@ -335,5 +329,3 @@ static const int insnminx_cycles_CF[256] = { 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 1, 1, 8, 8, 8, 1, 1, 1, 8, 1 }; - -#endif /* __MINXOPCF_H__ */ |