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/modrm.h | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) (limited to 'src/emu/cpu/i86/modrm.h') diff --git a/src/emu/cpu/i86/modrm.h b/src/emu/cpu/i86/modrm.h index cee4325e77f..2f83dbfe1e9 100644 --- a/src/emu/cpu/i86/modrm.h +++ b/src/emu/cpu/i86/modrm.h @@ -1,15 +1,12 @@ -#pragma once - -#ifndef __MODRM_H__ -#define __MODRM_H__ - - -static struct { - struct { +static struct +{ + struct + { WREGS w[256]; BREGS b[256]; } reg; - struct { + struct + { WREGS w[256]; BREGS b[256]; } RM; @@ -120,5 +117,3 @@ static struct { unsigned src = FETCHOP; \ unsigned dst = I.regs.w[AX]; \ src += (FETCH << 8) - -#endif /* __MODRM_H__ */ -- cgit v1.2.3-70-g09d2