Delete needless file as per AWJ

This commit is contained in:
Angelo Salese 2011-01-16 14:25:12 +00:00
parent 6d8cb11524
commit f1337ddfb6
2 changed files with 0 additions and 12 deletions

1
.gitattributes vendored
View File

@ -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

View File

@ -1,11 +0,0 @@
/*****************************************************************************/
/* host dependent types */
#define BIGCASE
typedef char BOOLEAN;
typedef UINT8 BYTE;
typedef UINT16 WORD;
typedef UINT32 DWORD;