mirror of
https://github.com/holub/mame
synced 2025-05-28 16:43:04 +03:00
v30mz: Removed unneeded header file (nw)
This commit is contained in:
parent
bfa4f38f05
commit
bac8361cd8
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -583,7 +583,6 @@ src/emu/cpu/upd7810/upd7810.c svneol=native#text/plain
|
||||
src/emu/cpu/upd7810/upd7810.h svneol=native#text/plain
|
||||
src/emu/cpu/v30mz/nec.h svneol=native#text/plain
|
||||
src/emu/cpu/v30mz/necea.h svneol=native#text/plain
|
||||
src/emu/cpu/v30mz/nechost.h svneol=native#text/plain
|
||||
src/emu/cpu/v30mz/necinstr.h svneol=native#text/plain
|
||||
src/emu/cpu/v30mz/necmodrm.h svneol=native#text/plain
|
||||
src/emu/cpu/v30mz/v30mz.c svneol=native#text/plain
|
||||
|
@ -1302,7 +1302,6 @@ $(CPUOBJ)/v30mz/v30mz.o: $(CPUSRC)/v30mz/v30mz.c \
|
||||
$(CPUSRC)/v30mz/necmodrm.h \
|
||||
$(CPUSRC)/v30mz/necinstr.h \
|
||||
$(CPUSRC)/v30mz/necea.h \
|
||||
$(CPUSRC)/v30mz/nechost.h \
|
||||
$(CPUSRC)/v30mz/nec.h
|
||||
|
||||
|
||||
|
@ -1,11 +0,0 @@
|
||||
/*****************************************************************************/
|
||||
/* host dependent types */
|
||||
|
||||
#define BIGCASE
|
||||
|
||||
|
||||
typedef char BOOLEAN;
|
||||
|
||||
typedef UINT8 BYTE;
|
||||
typedef UINT16 WORD;
|
||||
typedef UINT32 DWORD;
|
Loading…
Reference in New Issue
Block a user