From f1337ddfb664925f25e292f391c6ac39f4b55866 Mon Sep 17 00:00:00 2001 From: Angelo Salese Date: Sun, 16 Jan 2011 14:25:12 +0000 Subject: [PATCH] Delete needless file as per AWJ --- .gitattributes | 1 - src/emu/cpu/nec/nechost.h | 11 ----------- 2 files changed, 12 deletions(-) delete mode 100644 src/emu/cpu/nec/nechost.h diff --git a/.gitattributes b/.gitattributes index 696abe47bd9..03ea06fcb97 100644 --- a/.gitattributes +++ b/.gitattributes @@ -325,7 +325,6 @@ src/emu/cpu/nec/nec.c svneol=native#text/plain src/emu/cpu/nec/nec.h svneol=native#text/plain src/emu/cpu/nec/necdasm.c svneol=native#text/plain src/emu/cpu/nec/necea.h svneol=native#text/plain -src/emu/cpu/nec/nechost.h svneol=native#text/plain src/emu/cpu/nec/necinstr.c svneol=native#text/plain src/emu/cpu/nec/necinstr.h svneol=native#text/plain src/emu/cpu/nec/necmacro.h svneol=native#text/plain diff --git a/src/emu/cpu/nec/nechost.h b/src/emu/cpu/nec/nechost.h deleted file mode 100644 index 042d880c89d..00000000000 --- a/src/emu/cpu/nec/nechost.h +++ /dev/null @@ -1,11 +0,0 @@ -/*****************************************************************************/ -/* host dependent types */ - -#define BIGCASE - - -typedef char BOOLEAN; - -typedef UINT8 BYTE; -typedef UINT16 WORD; -typedef UINT32 DWORD;