From 1daf41e21826daaa7e136f095672035817afcea5 Mon Sep 17 00:00:00 2001 From: Derrick Renaud Date: Wed, 13 Aug 2008 02:48:52 +0000 Subject: 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. --- src/emu/cpu/i86/ea.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/emu/cpu/i86/ea.h') diff --git a/src/emu/cpu/i86/ea.h b/src/emu/cpu/i86/ea.h index 04c20ea5a84..dca12337a5b 100644 --- a/src/emu/cpu/i86/ea.h +++ b/src/emu/cpu/i86/ea.h @@ -1,9 +1,3 @@ -#pragma once - -#ifndef __EA_H__ -#define __EA_H__ - - static unsigned EA; static UINT16 EO; /* HJB 12/13/98 effective offset of the address (before segment is added) */ @@ -62,5 +56,3 @@ static unsigned (*const GetEA[192])(void)={ EA_200, EA_201, EA_202, EA_203, EA_204, EA_205, EA_206, EA_207, EA_200, EA_201, EA_202, EA_203, EA_204, EA_205, EA_206, EA_207 }; - -#endif /* __EA_H__ */ -- cgit v1.2.3-70-g09d2